Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.glialhealth.com/v1/webhook-endpoints \ --header 'Authorization: Bearer <token>'
{ "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" }
Your Folio API key, sent as Authorization: Bearer <api_key>.
Authorization: Bearer <api_key>
Successful Response
Show child attributes