Webhooks
List webhooks
The workspace's webhook endpoints, with the outcome of the last delivery to each.
GET
https://api.vidrys.com/v1/webhooks- Plan
- Custom
- Key
- read
- Rate cost
- 1 unit
Webhooks
https://api.vidrys.com/v1/webhooksSent as a header on every request.
AuthorizationstringrequiredA Vidrys API key, sent as Bearer vidrys_sk_…. A read key is enough. See Authentication.
application/json
webhooksobject[]The workspace's webhooks.
idstringWebhook id.
urlstringWhere events are sent.
eventsstring[]The events it receives.
Values:run.completeddraft.ready
is_activebooleanFalse once it has been switched off after 15 consecutive failed deliveries.
last_statusintegernullableHTTP status of the latest delivery attempt.
last_delivery_atstringnullableWhen the latest attempt was made (ISO 8601).
created_atstringWhen it was created (ISO 8601).
| 403 plan_feature_unavailable | The feature is on a higher plan. Bulk exports and webhooks are Custom-only. |
| 401 unauthorized | No key was sent, or the key is unknown, revoked or expired, or the member who created it has left the workspace or been deactivated. |
| 402 plan_required | The workspace's plan doesn't include API access. It's included on Grow, Scale and Custom. |
| 403 workspace_not_approved | The workspace is still waiting for approval, or wasn't approved. |
| 429 rate_limited | Too many requests this minute. Wait for the number of seconds in the `Retry-After` header, then retry. |
Every code, and what to retry, is in Errors.