Master Data

circle-info

NOTE

Kindly refer to the Master Data response to fetch all the required information.

Master Data API

The Master Data API allows users to get master data of the Airbnb channel.

Endpoint

GET


Header
Type
Required
Description

app-id

string

Yes

Your application ID. Required for authentication.

Authorization

string

Yes

Your API key. for authorization. Required for authentication.

Content-Type

string

Yes

Must be set to application/json.


Request

Not required.


Response


Success Response


Success Response - Body Elements


Status string

Indicates the result of the API call. Will be "Success" for a successful response.


Data object

Contains all master data returned by the API.


property_type_group array

List of property type groups.


value string

Value of the property type group.


description string

Description of the property type group.


property_type object

Contains detailed property types mapped to each property type group.


apartments array

List of property types under the "apartments" group.


listing_view_type array

List of listing view types available.


listing_expectation_type array

List of expectations or requirements guests must follow.


room_type_category object

Maps each property type to possible room type categories.


apartment array

List of room type categories for apartments.


room_type array

List of specific room types.


bed_type array

List of bed types available for listings.


checkin_option_type array

List of check-in options available for guests.


checkout_option_type array

List of check-out options available for guests.


char_length integer

Maximum character length allowed (used in checkout options).


cancellation_policy_category array

List of cancellation policy categories available.


policy_name_on_airbnb string

Name of the policy as shown on Airbnb.


standard_fees array

List of standard fees applicable to the property.


supported_charge_period array

Charge periods supported for the fee (e.g., PER_NIGHT, PER_BOOKING).


supported_charge_type array

Charge types supported for the fee (e.g., PER_GROUP, PER_PERSON).


supported_amount_type array

Amount types supported (e.g., flat, percent).


default_pricing_rule_type array

List of default pricing rules applicable.


instant_booking_allowed_category array

Categories of guests allowed for instant booking.


supported_currency array

List of currencies supported by the listing.


facility array

List of facilities available at the property.


facility_id integer

Unique ID of the facility.


display_name string

Display name of the facility.


instances array

Instances of the facility (if any).


accessibility_features array

List of accessibility features available at the property.


field_type string

Type of field required for the accessibility feature (e.g., image).


is_field_required string

Indicates if the field is required (e.g., "yes").


Message string

A descriptive message indicating the master data was fetched successfully.

Last updated

Was this helpful?