List All Webhook Endpoints
Returns a list of existing webhook endpoints in sorted order where the most recently created endpoints show up first.
/v1/webhook_endpoints
Query Parameters
Name
Type
Description
{
"data": [
{
"id": "f0f207af-b338-4b7f-8d32-fe9cfa9566eb",
"url": "https://webhook-test.com/live/created",
"status": "enabled",
"created_at": "2019-12-16T10:57:32Z",
"updated_at": "2019-12-16T10:57:32Z"
}
],
"next_page_token": "eyJjcmVhdGVkX2F0IjoxNTc2MDA4NjkxMDAwLCJpZCI6IjAwNzVmZjcyLWE0ODYtNDg0Ni05Y2NjLWY1ZWU4YTA0MmQ0NSJ9"
}{
"message": "You are unauthorized to access the requested resource. Please verify and resubmit.",
"error_type": "invalid_request_error"
}{
"message": "An unexpected error occurred on Uiza's end.",
"error_type": "api_error"
}Last updated