webhook-subscriptions
List webhook subscriptions
Returns a paginated list of webhook subscriptions scoped to the caller account.
get/api/v1/webhook-subscriptions
Query parameters
qstring
Free-text search with case-insensitive partial match on name and url.
statusstring
eventTypestring
pagenumber
limitnumber
sortBystring
sortOrderstring
Response
Paginated list of webhook subscriptions.
Example response
{
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}