get
https://api.joinreva.com/v1/companies//reservations/
A reservation represents a booking of a unit you manage. Reservations are typically imported into Reva from the PMS and the matched with specific reviews. This endpoint will return basic information for a specific reservation of your Reva Company.
The response will be encapsulated by a data object that will contain the data from the reservation. Within such object the reservation will have the following attributes:
id uuid
The unique id for the reservation within Reva.
provider_id string
The id of the reservation that comes from the PMS.
unit_id uuid
The id within Reva of the unit the reservation is from.
start_date date
The date the reservation started.
end_date date
The date the reservation ended.
