cURL
curl --request GET \ --url https://api.useintegra.com.br/api/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "url": "<string>", "events": [ "<string>" ], "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "recent_deliveries": [ { "id": "<string>", "event_type": "<string>", "status": "<string>", "status_code": 123, "attempts": 123, "delivered_at": "<string>", "created_at": "<string>" } ] }
API Key da organizacao (Authorization: Bearer ik_live_xxx)
ID do webhook
Detalhes do webhook com ultimas entregas
Show child attributes