Authorizations
Authentication using Personal Access Token (PAT) token
Body
The event types for which webhook callbacks will be received.
The URL that will be called when an event matching the subscription topic occurs. The URL must use HTTPS, accept POST requests, and handle content of type application/json.
"https://mywebsite.com/shipbob/handler"
Description of the webhook subscription.
A secret key used to sign the webhook payload for verifying its authenticity on the receiver's end.
Response
Success
TimeStamp the webhook subscription was created
Description of the webhook subscription
ID of the webhook subscription
"12345"
A secret key used to sign the webhook payload for verifying its authenticity on the receiver's end.
List of event types the webhook will receive notifications for
URL subscription events will be posted to