Webhooks

List Webhook Subscriptions

GET
/v1/Webhooks
AuthorizationBasic <token>

Basic Authorization header using the BASIC scheme. Use a pair companySid:token to access the API.

In: header

Response Body

curl -X GET "https://example.com/v1/Webhooks"
{  "webhookSubscriptions": [    {      "type": "TcrCampaignImported",      "url": "https://example.com/webhook?source=telgorithm",      "authorizationBearer": "MySecretToken123"    }  ]}