Skip to main content
GET
/
1.0
/
webhook
Get Webhooks
curl --request GET \
  --url https://api.shipbob.com/1.0/webhook \
  --header 'Authorization: Bearer <token>'
[
  {
    "created_at": "2019-08-24T14:15:22Z",
    "id": 12345,
    "subscription_url": "http://example.com",
    "topic": "order_shipped"
  }
]
API 1.0 is deprecated and will be sunset on July 31, 2026. Please migrate to the latest API version. See our Versioning Policy for details.

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Query Parameters

Topic
string

Topic of the webhooks requested

Page
number<int32>

Page of Webhooks to get

Required range: 0 <= x <= 2147483647
Limit
number<int32>

Amount of Webhooks per page to request

Required range: 1 <= x <= 250

Response

Success

created_at
string<date-time>

Timestamp the webhook subscription was created

id
integer<int32>

ID of the webhook subscription

Example:

12345

subscription_url
string<uri> | null

URL subscription events will be posted to

topic
enum<string>
Available options:
order_shipped,
shipment_delivered,
shipment_exception,
shipment_onhold,
shipment_cancelled