Create Webhook
Webhooks
Create Webhook
Register a webhook to be notified when the order status changes.
POST
Create Webhook
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Fully qualified url of the webhook endpoint
Example:
"https://website.com/my_webhook_target"
Response
201 - application/json
Webhook created
The unique identifier of the webhook
Example:
"XPW202407291018430004"
Fully qualified url of the webhook endpoint
Example:
"https://website.com/my_webhook_target"
The creation timestamp of the webhook
Example:
"2020-10-15T12:09:49.355Z"
The last update timestamp of the webhook
Example:
"2020-10-15T12:09:49.355Z"