curl --request GET \
--url https://gateway-dev.shipbob.dev/2025-07/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"
}This endpoint returns a list of webhook subscriptions.
curl --request GET \
--url https://gateway-dev.shipbob.dev/2025-07/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"
}Authentication using Personal Access Token (PAT) token
Number of webhooks returned per page in a paginated response.
1 <= x <= 250The number of records to skip before starting to return the results. Used for pagination.