Skip to main content
POST
/
v1
/
quotes
/
{quoteId}
/
sessions
Create a session URL for an existing quote
curl --request POST \
  --url https://api.prets.app/v1/quotes/{quoteId}/sessions \
  --header 'Authorization: Bearer <token>'
{
  "links": {
    "session": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

quoteId
string
required
Pattern: ^qot_[0-9A-HJKMNP-TV-Z]{26}$

Response

Session URL created successfully