Registering a webhook for your account
To register a webhook for your account, make a POST request to the webhooks endpointhttps://api.goshippo.com/webhooks.
cURL
transaction_createdtransaction_updatedtrack_updatedbatch_createdbatch_purchased
event to all. This acts as a catch-all for all supported events.
A successful call to the registration endpoint will return a JSON object.
Retrieving a single webhook
To retrieve a webhook, make a GET request to the webhooks endpoint with the object ID of your webhookhttps://api.goshippo.com/webhooks/<WEBHOOK_OBJECT_ID_GUID>.
cURL
https://api.goshippo.com/webhooks without an object ID.
Retrieving all active webhooks
To retrieve a list of all webhooks associated with your account, make a GET request to the webhooks endpointhttps://api.goshippo.com/webhooks/.
cURL
Deleting a webhook subscription
To delete a webhook subscription, make a DELETE request to the webhook endpoint with the object ID of your webhookhttps://api.goshippo.com/webhooks/<WEBHOOK_OBJECT_ID_GUID>.
cURL