Skip to main content
GET
/
policies
/
{propertyPolicy}
/
cancellation-status
Cancellation status
curl --request GET \
  --url https://staging.yasmina.ai/api/v1/property/policies/{propertyPolicy}/cancellation-status \
  --header 'Authorization: Bearer <token>'
{
  "status": "active"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

propertyPolicy
integer
required

Response

200 - application/json

Success

The response is of type any.