Authorizations
Authentication using Personal Access Token (PAT) token
Headers
Body
application/json
URL we will call when an event matching the subscription topic is raised. Must have ssl enabled (https) and accept POST requests with content type of application/json
Example:
"https://mywebsite.com/shipbob/handler"
Available options:
order_shipped
, shipment_delivered
, shipment_exception
, shipment_onhold
, shipment_cancelled
Response
Success
Timestamp the webhook subscription was created
ID of the webhook subscription
Example:
12345
URL subscription events will be posted to
Available options:
order_shipped
, shipment_delivered
, shipment_exception
, shipment_onhold
, shipment_cancelled