cURL
curl --request GET \ --url https://upay-sistema-api.onrender.com/api/v1/webhooks/events \ --header 'X-API-Key: <api-key>'
{ "message": "<string>", "events": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "event": "<string>", "payload": {}, "status": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "pagination": { "limit": 123, "cursor": "<string>", "hasMore": true, "nextCursor": "<string>" } }
Lista eventos de webhook com paginação
Chave de API obtida através do endpoint /api/credentials. Também aceita formato Bearer Token: Authorization: Bearer <api_key>
1 <= x <= 100
Lista de eventos
Show child attributes