Skip to main content
GET
/
v1
/
events
/
{eventId}
Obter evento
curl --request GET \
  --url https://api.notifique.dev/v1/events/{eventId} \
  --header 'Authorization: Bearer <token>'
{
  "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"
  }
}

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_live_...

Path Parameters

eventId
string
required

Cuid do registro AutomationEvent.

Response

Registro completo do evento (incl. schemaJson, workspaceId, timestamps).

success
enum<boolean>
required
Available options:
true
data
object
required