Skip to main content
GET
/
2026-01
/
webhook
Get Subscriptions
curl --request GET \
  --url https://sandbox-api.shipbob.com/2026-01/webhook \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "created_at": "2019-08-24T14:15:22Z",
      "description": "string",
      "enabled": true,
      "id": "12345",
      "topics": [
        "string"
      ],
      "url": "string"
    }
  ],
  "next": "string",
  "prev": "string"
}

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Query Parameters

RecordsPerPage
number<int32>

Number of webhooks returned per page in a paginated response.

Required range: 1 <= x <= 250
Cursor
string

[Optional] A pagination token used to retrieve the next or previous page of results. Omit to start at the first page.

Response

Success

items
object[] | null
next
string | null

Go to the Next page

prev
string | null

Go to the Previous page