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 subscriptions- url
- headers (name, value)
- categories
- eventTypes
- signingCertificate
GET {URI}/webhooks/eventtypesGet the event types of all your webhook subscriptions.-prevCursor
-nextCursor
-maxResults
-category
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 a subscriptionwebhookId
POST {URI}/webhooks/{webhookId}/replayRedeliver subscription events- webhookId
- fromRevision
_ toRevision
POST {URI}/webhooks/{webhookId}/tests/{testName}Execute a test event- webhookId
- testName

© 2025 Tango API are provided by Tango, a division of BHN, Inc.