curl --request GET \
--url https://gateway-dev.shipbob.dev/2.0/webhook \
--header 'Authorization: Bearer <token>'[
{
"created_at": "2019-08-24T14:15:22Z",
"enabled": true,
"id": 12345,
"subscription_url": "http://example.com",
"topic": "order_shipped"
}
]All parameters are AND filters
curl --request GET \
--url https://gateway-dev.shipbob.dev/2.0/webhook \
--header 'Authorization: Bearer <token>'[
{
"created_at": "2019-08-24T14:15:22Z",
"enabled": true,
"id": 12345,
"subscription_url": "http://example.com",
"topic": "order_shipped"
}
]Authentication using Personal Access Token (PAT) token
Topic of the webhooks requested
Page of Webhooks to get
0 <= x <= 2147483647Amount of Webhooks per page to request
1 <= x <= 250Success
Timestamp the webhook subscription was created
Indicates if the webhook subscription is enabled or not
ID of the webhook subscription
12345
URL subscription events will be posted to
order_shipped, shipment_delivered, shipment_exception, shipment_onhold, shipment_cancelled