v1
latestOpenAPI 3.0.32026-07-2632131.4 MBMarketing fields
[Beta] Get a list of description sets.
Retrieve a list of description sets for a specific Listing.
get/marketing/description-sets/{listingId}
Path parameters
listingIdstring required
Example:5b2149c9f579400024388c47
The listing ID whose description sets you wish to retrieve.
Response
Return the list of Description Sets.
Example response
{
"descriptionSets": [
{
"id": "5b2149c9f579400024388c47",
"name": "Description set",
"accountId": "671f8884bc6442b95773a753",
"listingId": "671f888069d831bf43f3586b",
"channels": [
"airbnb2"
]
}
]
}