cURL
curl --request GET \ --url https://app.timelines.ai/integrations/api/webhooks \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "data": [ { "id": 789456, "event_type": "message:sent:new", "enabled": true, "url": "http://www.example.com/api/hook", "errors_counter": 0 } ] }
List all webhook subscriptions for the current workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Standard envelope returning an array of webhooks in the data field.
ok
error
"ok"
Show child attributes