cURL
curl --request GET \ --url https://api.notifique.dev/v1/events \ --header 'Authorization: Bearer <token>'
200
Example
{ "success": true, "data": { "items": [ { "id": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "schemaJson": {} } ], "page": 2, "limit": 50, "total": 1 } }
Authorization: Bearer sk_live_...
Lista paginada.
true
Show child attributes
Was this page helpful?