Create a webhook endpoint
The endpoint creates a webhook.
Request body
Example request
{
"webhook_url": "http://example.com/",
"events": [
"task-status-updated",
"order-status-updated"
],
"env_type": "dev"
}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.33
- ●
added the new
order-batch-completedenum value to theevents/items/response property for the response status201response-property-enum-value-added
- ○
added the new
order-batch-completedenum value to the request propertyevents/items/request-property-enum-value-added
- ●
- ●
added the new
certification-completedenum value to theevents/items/response property for the response status201response-property-enum-value-added
- ●
added the new
order-finalizedenum value to theevents/items/response property for the response status201response-property-enum-value-added
- ○
added the new
certification-completedenum value to the request propertyevents/items/request-property-enum-value-added
- ○
added the new
order-finalizedenum value to the request propertyevents/items/request-property-enum-value-added
- ●