GET https://api.invunion.com/api/v1/webhook-endpoints
Console / Firebase only
Markdown
List outbound webhook destinations.
Returns the tenant webhook endpoints, newest first. A tenant may have at most five destinations. Secrets are never returned here; only secretPrefix is included.
This route is console / Firebase only for now. Tenant API keys are not accepted.
See also
Webhooks
. Events you can subscribe to and the JSON posted to your URL.
Errors
This operation can return the following errors in addition to generic HTTP failures.
Error
HTTP code
Description
Missing Bearer token
401
The Authorization header is missing or is not a Bearer token.
Invalid token
401
Webhook destinations and deliveries are console-only. Send a Firebase ID token. Tenant API keys are not accepted on these routes.
Too many requests, please try again later
429
Wait and retry. The Retry-After header is the number of seconds to wait.
Tenant context required
400
The authenticated credential is not bound to a tenant.
Internal server error
500
Unexpected server error. The JSON body includes correlationId. Retry with backoff.