List all webhook endpoints
The endpoint returns a list of webhooks.
Query parameters
Filter by active (true) or disabled (false) webhooks.
A page number within the paginated result set.
Number of results to return per page.
Response
Example response
{
"results": [
{
"id": "48427a36d43c4d5aa6324bc06c692456",
"webhook_url": "http://example.com/",
"events": [
"task-status-updated",
"order-status-updated"
],
"env_type": "dev",
"created_at": "2022-05-04T11:30:00Z",
"updated_at": "2022-05-04T12:00:00Z"
}
]
}Changes
Changed in 2 of the 11 revisions of this API.31
- ●
added the new
order-batch-completedenum value to theresults/items/events/items/response property for the response status200response-property-enum-value-added
- ●
- ●
added the new
certification-completedenum value to theresults/items/events/items/response property for the response status200response-property-enum-value-added
- ●
added the new
order-finalizedenum value to theresults/items/events/items/response property for the response status200response-property-enum-value-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ●