Get PropertyId(s) Run in API Explorer
Ask AI
Fetch all the contracted propertyId(s) for the Partner.
GET
/v1/properties
curl \
--request GET 'https://qa-partner.momorooms.com/v1/properties' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"propertyIds": [
42
]
}
Response examples (500)
{
"errors": [
{
"errorCode": 42,
"errorDescription": "string"
}
]
}