cURL
curl --request POST \ --url https://api.notifique.dev/v1/events \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "user.created", "schemaJson": {} } '
200
Example
{ "success": true, "data": { "id": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z" } }
Authorization: Bearer sk_live_...
1 - 256
"user.created"
Objeto plano: nome do campo → tipo esperado no payload.
payload
Show child attributes
Evento criado.
true
Was this page helpful?