Params

NameTypeRequirenessDefault valueDescription
property_uidstringrequirednoneUID of property.
statusstringrequirednoneOne of available listing statuses (see the corresponding filters section).

Description

Enables or disables listing (Airbnb only for now).

Returns array of request UIDs which can be used as a parameter for the get-request-status method

This endpoint requires the following scope: listings

Response sample

{
    "data": {
        "request_uid": "74302303"
    }
}