cURL
curl --request GET \ --url https://api.example.com/webhooks/{app_id}/{webhook_id}/events/{event_id}
{ "id": "<string>", "event_type": "test", "status": "queued", "payload": {}, "retries": 123, "last_retry_at": "2023-11-07T05:31:56Z", "webhook": { "id": "<string>", "url": "<string>", "app": { "id": "<string>", "name": "<string>", "type": "individual", "kyc_return_url": "<string>", "use_explorer": true, "permissions": { "can_view": true, "can_edit": true, "can_delete": true, "can_edit_members": true }, "app_fee": 123, "user": { "id": "<string>", "username": "<string>", "first_name": "<string>", "last_name": "<string>" }, "is_member": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "last_log": { "id": "<string>", "response_status": 123, "response_body": "<string>", "webhook_event": "<unknown>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Documentation IndexFetch the complete documentation index at: https://docs.noramp.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.noramp.io/llms.txt
Use this file to discover all available pages before exploring further.
test
payment
queued
processing
succeeded
failed
delayed
Show child attributes