Webhooks
Get Webhook Events
Webhooks
Get Webhook Events
GET
/
webhooks
/
{app_id}
/
{webhook_id}
/
events
[
{
"id": "<string>",
"event_type": "test",
"status": "queued",
"payload": {},
"retries": 123,
"last_retry_at": "2023-11-07T05:31:56Z",
"last_log": {
"id": "<string>",
"response_status": 123,
"response_body": "<string>",
"webhook_event": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"webhook": {
"id": "<string>",
"url": "<string>",
"app": {
"id": "<string>",
"name": "<string>",
"type": "individual",
"status": "draft",
"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,
"featured": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"theme": {
"id": "<string>",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"styles": {
"colors": {
"primary": "<string>",
"background": "<string>",
"text": "<string>",
"accent": "<string>",
"alternativeBackground": "<string>",
"info": "<string>"
}
},
"visibility": "public"
}
},
"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"
}
]
Query Parameters
Required range:
x >= 1
Required range:
x >= 1
Response
200 - application/json
Available options:
test
, payment
Available options:
queued
, processing
, succeeded
, failed
, delayed
Available options:
individual
, marketplace
Available options:
draft
, submitted
, active
, disabled
, deleted
Available options:
public
, private
Available options:
test
, payment
Available options:
queued
, processing
, succeeded
, failed
, delayed
Available options:
individual
, marketplace
Available options:
draft
, submitted
, active
, disabled
, deleted
Available options:
test
, payment
Available options:
queued
, processing
, succeeded
, failed
, delayed
[
{
"id": "<string>",
"event_type": "test",
"status": "queued",
"payload": {},
"retries": 123,
"last_retry_at": "2023-11-07T05:31:56Z",
"last_log": {
"id": "<string>",
"response_status": 123,
"response_body": "<string>",
"webhook_event": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"webhook": {
"id": "<string>",
"url": "<string>",
"app": {
"id": "<string>",
"name": "<string>",
"type": "individual",
"status": "draft",
"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,
"featured": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"theme": {
"id": "<string>",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"styles": {
"colors": {
"primary": "<string>",
"background": "<string>",
"text": "<string>",
"accent": "<string>",
"alternativeBackground": "<string>",
"info": "<string>"
}
},
"visibility": "public"
}
},
"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"
}
]