Skip to main content
POST
Send Quote Request Email

Authorizations

AccessToken
string
header
required

AWS Cognito access token obtained from the /authentication endpoint. Token expires after 3600 seconds.

Headers

Content-Type
string
required
Accept
string
required
AccessToken
string
required

Body

application/json
email
string
required

Email address to send the quote request to

Example:

"agent@example.com"

Response

Quote request email sent successfully

The response is of type string.

Example:

"Sent quote request email"