Quote accepted
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of quote-related webhook event.

quoteIdstring

ID of the quote.

Example:"qt_01HXBZMEGPETPHJZH6V4RHBMA8"
eventTypestring

Type of event that triggered the webhook.

Enum:"quote-accepted""quote-canceled""quote-created""quote-expired""quote-issued""quote-recalled""quote-rejected""quote-updated"
_embeddedobject

Embedded objects related to the quote event.

Payload
{ "quoteId": "qt_01HXBZMEGPETPHJZH6V4RHBMA8", "eventType": "quote-accepted", "_embedded": { "quote": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.