List Webhooks
GET {{baseUrl}}/v1/webhooks?cursor=quis aute in&limit=35395852
List the webhooks you have registered
Body
PARAM
Key | Datatype | Required | Description |
cursor
|
string | ||
limit
|
number |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"items": [
{
"event_types": [
"TRANSFER_FAILED",
"TRANSFER_FAILED"
],
"id": "dolor elit enim commodo",
"status": "ERROR",
"url": "sunt et ea eu consequat"
},
{
"event_types": [
"REFERRAL_CREATED",
"REFERRAL_CREATED"
],
"id": "ex ipsum nisi eiusmod",
"status": "ERROR",
"url": "minim laboris in est irure"
}
],
"next_cursor": "irure"
} |
ENDPOINTS