Skip to main content
POST
/
calculations
/
serviceability
/
quote
/
{quoteUid}
/
temp-link
Create a temp link to a quote
curl --request POST \
  --url https://api.example.com/calculations/serviceability/quote/{quoteUid}/temp-link \
  --header 'x-api-key: <api-key>'
{
  "quoteUid": "<string>",
  "quoteUrl": "<string>",
  "expiresAt": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

quoteUid
string
required

The unique identifier of the quote

Response

200 - application/json

OK

quoteUid
string
required
quoteUrl
string
required
expiresAt
string
required