Get webhooks
GET/api/v8/partner/settings/webhooks
Get all webhooks
Request
Responses
- 200
List of pending and confirmed webhooks
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
confirmed object[]
url urirequired
Possible values: non-empty
and <= 2083 characters
date date-timerequired
pending object[]
url urirequired
Possible values: non-empty
and <= 2083 characters
date date-timerequired
{
"confirmed": [
{
"url": "string",
"date": "2025-06-23T02:06:20.657Z"
}
],
"pending": [
{
"url": "string",
"date": "2025-06-23T02:06:20.657Z"
}
]
}
Loading...