Properties
Returns a paginated list of properties in your group-level API key.
Authorizations
x-sm-api-keystringRequired
Query parameters
pageinteger · min: 1Optional
page number (defaults to 1)
perPageinteger · min: 1 · max: 50OptionalDefault:
items per page (defaults to 10)
10Header parameters
x-sm-api-keystringRequired
access token retrieved from Multi-Property Platform
Responses
200
OK
application/json
and
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
503
Service Unavailable
application/json
get/properties
GET /properties HTTP/1.1
x-sm-api-key: text
Accept: */*
{
"results": [
{
"uuid": "f63ce398-da03-4573-856d-ed8d71e57e3d",
"name": "Demo Hotel"
}
],
"page": 1,
"perPage": 1,
"total": 1,
"totalPages": 1
}Last updated
Was this helpful?