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.notifique.dev/v1/automations \ --header 'Authorization: Bearer <token>'
200
Example
{ "success": true, "data": { "items": [ { "id": "<string>", "name": "<string>", "triggerEventName": "<string>", "graphVersion": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "page": 123, "limit": 123, "total": 123 } }
Authorization: Bearer sk_live_...
Lista resumida (sem graphJson).
graphJson
true
Show child attributes
Was this page helpful?