Security
SecretApiKey or JWT
Payload of quote-related webhook event.
Type of event that triggered the webhook.
Enum:"quote-accepted""quote-canceled""quote-created""quote-expired""quote-issued""quote-recalled""quote-rejected""quote-updated"
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/quote-expired
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/quote-expired
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/quote-expired
- SecretApiKey
- JWT
{ "quoteId": "qt_01HXBZMEGPETPHJZH6V4RHBMA8", "eventType": "quote-accepted", "_embedded": { "quote": { … } }, "_links": [ { … } ] }