POST
/
webhook
Create Subscription
curl --request POST \
  --url https://api.shipbob.com/2025-07/webhook \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "description": "string",
  "secret": "string",
  "topics": [
    "string"
  ],
  "url": "https://mywebsite.com/shipbob/handler"
}'
{
  "created_at": "2019-08-24T14:15:22Z",
  "description": "string",
  "id": "12345",
  "secret": "string",
  "topics": [
    "string"
  ],
  "url": "string"
}

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Body

application/json

Response

200
application/json

Success

The response is of type object.