cURL
curl --request GET \ --url https://api.notifique.dev/v1/events/{eventId} \ --header 'Authorization: Bearer <token>'
200
Example
{ "success": true, "data": { "id": "<string>", "workspaceId": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "schemaJson": {}, "deletedAt": "2023-11-07T05:31:56Z" } }
Authorization: Bearer sk_live_...
Cuid do registro AutomationEvent.
AutomationEvent
Registro completo do evento (incl. schemaJson, workspaceId, timestamps).
schemaJson
workspaceId
true
Show child attributes
Was this page helpful?