Webhook endpoints

Through the Tango API webhook, you gain versatile control and visibility over your event subscriptions. You can perform a range of actions, including viewing all your subscribed events, inspecting specific subscriptions, initiating new event subscriptions, conducting event tests, and much more. Below, you'll find an exhaustive list of the available endpoints to empower you in managing your webhook integration effectively:

We currently offer the following endpoints for Tango webhooks:

EndpointPurposeParameters
GET {URI}/webhooksGet all subscriptions- prevCursor
- nextCursor
- maxResults
- url
- headerName
- headerValue
- categories
- eventTypes
- expiresAtFrom
- expiresAtTo
- createdAtFrom
- createdAtTo
POST {URI}/webhooksCreate a subscription- url
- headers (name, value)
- categories
- eventTypes
- signingCertificate
GET {URI}/webhooks/{webhookId}Get a subscriptionwebhookId
DELETE {URI}/webhooks/{WebhookID}Delete a subscriptionwebhookId
PATCH {URI}/webhooks/{webhookId}Update a subscription- webhookId
- url
- headers (name, value)
- Categories
- eventTypes
- signingCertificate
GET {URI}/webhooks/{webhookId}/eventsGet subscription events- webhookId
- fromRevision
- toRevision
- prevCursor
- nextCursor
- maxResults
POST {URI}/webhooks/{WebhookID}/renewRenew subscriptionwebhookId
POST {URI}/webhooks/{webhookId}/replayRedeliver subscription events- webhookId
- fromRevision
_ toRevision
POST {URI}/webhooks/{webhookId}/tests/{testName}Execute a test event- webhookId
- testName