Get webhooks
GET/api/v8/partner/settings/webhooks
Get pending and confirmed webhooks. Pending webhooks have received a verification secret but have not been confirmed yet.
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
The pending or confirmed webhook URL.
date date-timerequired
The date and time when the webhook was added.
pending object[]
url urirequired
Possible values: non-empty and <= 2083 characters
The pending or confirmed webhook URL.
date date-timerequired
The date and time when the webhook was added.
{
"confirmed": [],
"pending": []
}
Loading...