Cloud Network Endpoints for registering event based webhook subscriptions to objects
Webhooks - Register Object
POST
https://carriercloud.ai
/v1/webhooks/{partnercode}/register/
Webhooks - Register Type
POST
https://carriercloud.ai
/v1/webhooks/{partnercode}/type/register/
Webhooks - Remove Object
DELETE
https://carriercloud.ai
/v1/webhooks/{partnercode}/{cardid}/{type}
Remove a previously registered object webhook. Remove a registered webhooks for the specific object specified.
path Parameters
partnercodestring · requiredPartner code identifier
cardidstring · requiredCard identifier
typestring · requiredType parameter
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Webhooks - Remove Type
DELETE
https://carriercloud.ai
/v1/webhooks/{partnercode}/{cardtype}/{type}
Remove a previously registered type webhook. All registered webhooks for objects of the specified type will be removed.
path Parameters
partnercodestring · requiredPartner code identifier
cardtypestring · requiredCard type parameter
typestring · requiredType parameter
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.