Update Listing Accessibility Features
This endpoint updates the accessibility features of an Airbnb listing by adding, modifying, or removing supported facilities.
Endpoint
POST
Header
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.
Attributes
hotelid alphanumeric (Required)
Specifies the required node hotelid contains the IT provider's hotel id for which the provider wishes to add mapping information.
channelhotelid alphanumeric (Required)
Specifies the unique hotel ID used in the external distribution channel or PMS (Property Management System).
listingid numeric (Required)
Listing id provided by Airbnb while listing was created.
accessibility_features object (Required)
facility_id numeric (Required)
id of the facility which listing is supported. Obtain the required facilities values through the Master Data API.
is_available boolean (Required)
facility is available or not. Set to false to delete a facility from listing.
Request
Response
Success Response
Success Response - Body Elements
Status string
Indicates whether the API request was successful. Will always be "Success" in a successful response.
Data object
Contains the updated listing data.
listing object
The root object for the listing details.
accessibility_features array
Array of accessibility features for the listing. Each object contains:
facility_id number
ID of the facility.
is_available boolean
Whether the facility is available (true) or removed (false).
Message string
Descriptive message about the result of the request. Example: "Accessibility feature updated successfully".
Error Response
Error Response - Body Elements
Status string
Indicates the result of the API call.
Will be always "Fail" in case of an error response.
Errors object
The response error, the root element.
Code string
Specific error code that helps identify the type of error.
For example: "400" indicates a bad request.
ShortText string
A short description of the error.
Message string
The message in the response.
Last updated
Was this helpful?