Skip to main content
GET
/
v1
/
webhook-endpoints
List Endpoints
curl --request GET \
  --url https://api.glialhealth.com/v1/webhook-endpoints
{
  "data": [
    {
      "active": true,
      "created_at": "2023-11-07T05:31:56Z",
      "events": [
        "<string>"
      ],
      "id": "<string>",
      "secret_prefix": "<string>",
      "url": "<string>",
      "object": "webhook_endpoint"
    }
  ],
  "has_more": false,
  "object": "list"
}

Headers

authorization
string | null

Response

Successful Response

data
WebhookEndpointResponse · object[]
required
has_more
boolean
default:false
object
string
default:list