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
Documentation IndexFetch the complete documentation index at: https://docs.yasmina.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.yasmina.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success