API Methods
Account ...
Blogs ...
Bookings ...
CreditHistory ...
Dashboard ...
DirectCam ...
DirectChat ...
Email ...
FieldReport ...
Groups ...
HotLists ...
Interview ...
Lists ...
Movie ...
Newsfeed ...
PhoneChat ...
Pictures ...
Profile ...
Search ...
Tours ...
Webcam ...

Can Book For Free Today

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.

URL / Endpoint

Need help with Postman?

GET /v1/Bookings/CanBookForFreeToday

Request

PropertyTypeDescription
This operation does not accept any parameters.

Request Information

HTTP Method / Verb

This endpoint is using the HTTP GET method.

Headers

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.

Authentication

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.

Scopes

This endpoint requires the following scope:

Scope
account_escort_bookings

Samples

GET method

https://api-sandbox.adultwork.com/v1/Bookings/CanBookForFreeToday

Authorization: bearer {your-access-token}

Response

PropertyTypeDescription
  string Contains the value "True" or "False".

Response Sample

The following example returns the value indicating this user can create a free escort booking.

"True"
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">True</string>