cURL
curl --request GET \ --url https://sandbox.yasmina.ai/api/v1/property/policies/{propertyPolicy}/cancellation-status \ --header 'Authorization: Bearer <token>'
{ "status": "active" }
Get an updated cancellation status on the policy
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success