Create a new webhook subscription
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Headers
shipbob_channel_id
Request
This endpoint expects an object.
subscription_url
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
topic
Allowed values:
Response
Success
created_at
Timestamp the webhook subscription was created
id
ID of the webhook subscription
subscription_url
URL subscription events will be posted to
topic
Allowed values:

