Reference / Hooks

The defined hook points (drives the dashboard's point picker).

GET /v1/hooks/points
Secret API key operationId: points

Authorization

Server-to-server. Send a secret key as a Bearer token plus the x-application-id header.

Responses

200 Hook points
{
  "data": [
    "string"
  ],
  "error": {
    "code": "string",
    "message": "string"
  },
  "meta": {
    "timestamp": "string"
  },
  "success": false
}

Request

curl -X GET "http://localhost:8080/v1/hooks/points" \

Try it

live request
GET http://localhost:8080/v1/hooks/points