{
"type": "quote.executed",
"quote_id": "BQEXAMPLE1234567",
"user_id": "AA55 N84G QOIR A67A",
"account_id": "WCQY T95Y CUL2 A7NX",
"executed_at": "2025-01-01T00:00:01+00:00"
}Webhooks
Quote executed
Quote successfully executed against the partner account.
WEBHOOK
quote.executed
{
"type": "quote.executed",
"quote_id": "BQEXAMPLE1234567",
"user_id": "AA55 N84G QOIR A67A",
"account_id": "WCQY T95Y CUL2 A7NX",
"executed_at": "2025-01-01T00:00:01+00:00"
}Authorizations
Your public API key. Identifies the partner making the request.
HMAC signature over the request, computed with your private key.
Monotonically increasing nonce included in the request signature.
Body
application/json
Quote successfully executed against the partner account.
Response
200
Return any 2xx status to acknowledge receipt.