This API operation returns a string indicating this authenticated user can create an Escort booking for free on the current day. Please use this method before you use the CreateEscortBooking endpoint.
GET
/v1/Bookings/CanBookForFreeToday
Property | Type | Description |
---|---|---|
This operation does not accept any parameters. |
This endpoint is using the HTTP GET method.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
An Authorization header is required with every request and must contain the access_token of the user. More information can be found in the Access tokens page.
This endpoint requires the following scope:
Scope |
---|
account_escort_bookings |
Property | Type | Description |
---|---|---|
string | Contains the value "True" or "False" . |
The following example returns the value indicating this user can create a free escort booking.