POST
/
api
/
v1
/
yasmina-schengen-travel
/
purchase
Purchase
curl --request POST \
  --url https://staging.yasmina.ai/api/v1/yasmina-schengen-travel/api/v1/yasmina-schengen-travel/purchase \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "quote_id": "Q-L5ELL0WU"
}'
"<any>"

Authorizations

Authorization
string
header
required

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

Headers

Accept
string

Body

application/json

Response

200 - application/json

Successful response

The response is of type any.