v1
latestOpenAPI 3.0.32026-07-2632131.4 MBListing external links
Reorder external links
Sets the display order of links. Send linkIds in the order you want (first id = first link). Only the ids you send are moved to the top in that order; any other links for the property stay at the bottom unchanged. All ids must exist for this property; no duplicates. Use GET to obtain current ids.
put/properties-api/listing-settings/external-links/{propertyId}/order
Path parameters
propertyIdstring required
Example:507f1f77bcf86cd799439011
The property (listing) ID. A 24-character hexadecimal string.
Request body
Example request
{
"linkIds": [
"507f1f77bcf86cd799439011",
"507f191e810c19729de860ea"
]
}Response
Full list of external links for the property in the new order.
Example response
[
{
"id": "507f1f77bcf86cd799439011",
"url": "https://example.com",
"name": "My Website"
}
]