Get webhook delivery

GET https://api.invunion.com/api/v1/webhook-deliveries/:id Console / Firebase only Markdown

Get one webhook delivery, including payload.

Returns the delivery row and the JSON payload that was or will be posted to the destination.

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.

Path parameters

NameTypeRequired
id

Webhook delivery UUID.

Example: 5f3deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d

string

No maximum

Required

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.
Invalid path parameters 400 id is not a UUID.
Webhook delivery not found 404 No delivery with this UUID exists in the authenticated tenant.
Internal server error 500 Unexpected server error. The JSON body includes correlationId. Retry with backoff.