Webhooks
Retrieve a webhook endpoint
This endpoint retrieves a webhook.
get/v1/webhooks/{webhook_id}/
Response
Example response
{
"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 theevents/items/response property for the response status200response-property-enum-value-added
- ●
- ●
added the new
certification-completedenum value to theevents/items/response property for the response status200response-property-enum-value-added
- ●
added the new
order-finalizedenum value to theevents/items/response property for the response status200response-property-enum-value-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ●