cURL
curl --request POST \ --url https://app.aiinsurance.io/api/v1/external/companies/{companyId}/quotes/{quoteId}/send \ --header 'Authorization: <api-key>'
200
success
{ "quoteId": "550e8400-e29b-41d4-a716-446655440001", "status": "sent" }
Sends a Field Model V1 quote, transitioning its status to “sent”.
Required permission: company.quote:update
company.quote:update
API key authentication. Include your API key in the Authorization header.
Company identifier
Quote identifier
Quote sent successfully
The quote that was sent
The new quote status
Was this page helpful?