Dwell External API v1 - Partner APIs (1.0)

Download OpenAPI specification:

Currently in active development, changes to the structure can occur. Please contact the UNBLK team for more information.

Public

Api calls related to Properties

Get Room Rates

Get room rates with filtering options. Allows the OTAs and other partners to get the list of room rates. All parameters are optional.

Authorizations:
Api-Key
query Parameters
id
number
Example: id=5479

The unique identifier for the room rate, can be used to filter the room rate availability.

room_location_id
number
Example: room_location_id=1

The unique identifier for the room location, can be used to filter the room rate availability.

offset
integer >= 0
Default: 0

The number of items to skip before starting to collect the result set

limit
integer [ 1 .. 100 ]
Default: 20

The numbers of items to return

Responses

Response samples

Content type
application/json
{
  • "room_rates": [
    ]
}