Webhooks
Create a new webhook subscription
POST
Authorizations
Provide your personal access token in the format 'Bearer {your_personal_access_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
201
application/json
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
Was this page helpful?