Webhooks
Get Webhooks
Webhooks
Get Webhooks
GET
/
webhooks
/
{app_id}
Copy
[
{
"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"
}
]
Path Parameters
Query Parameters
Required range:
x > 1
Required range:
x > 1
Response
200 - application/json
Available options:
individual
, marketplace
Available options:
draft
, submitted
, active
, disabled
, deleted
Available options:
public
, private
Copy
[
{
"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"
}
]