v1

latestOpenAPI 3.0.02026-07-26866217.8 KB
Listing Calendar

Query Listing Calendars

By sending a request to this endpoint, you can retrieve calendar information for multiple listings. This endpoint will return daily details on price, inventory, and restrictions for each listing.

post/listings/calendar

Request body

start_datestring date required

The start date for records. The date format is YYYY-MM-DD, and must be within 1 years from now.

end_datestring date required

The end date for the calendar. The date format is YYYY-MM-DD, and must be within 3 years from now.

Response

request_idstring required

Unique identifier for the request.

error_codeinteger required

Numeric error code representing the status of the response. A value of 200 indicates success. <br> See the Error Codes section for more information.

error_msgstring required

Message detailing the status of the response.

Example response

{
  "error_msg": "Done."
}