cURL
curl --request GET \ --url https://api.useintegra.com.br/api/v1/webhooks/{id}/deliveries \ --header 'Authorization: Bearer <token>'
{ "deliveries": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "event_type": "<string>", "payload": {}, "status": "PENDING", "status_code": 123, "response_body": "<string>", "attempts": 123, "max_attempts": 123, "last_attempt_at": "2023-11-07T05:31:56Z", "next_retry_at": "2023-11-07T05:31:56Z", "delivered_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 123, "limit": 123, "total": 123 } }
API Key da organizacao (Authorization: Bearer ik_live_xxx)
ID do webhook
Pagina (default: 1)
Itens por pagina (default: 20, max: 100)
Lista de entregas
Show child attributes