OpenAPI 3.1.02026-08-12911,252858.9 KB
96f04e4e3f61
PMS
Get PMS providers
Returns a list of PMS providers that have been configured for the business location. Only PMS providers created by the authenticated OAuth client will be returned.
get/pms/v1/providers
Query parameters
businessLocationIdinteger
The unique identifier for the business location.
Example:45454565682155
Response
Result
Example response
[
{
"id": 3012455645,
"apiKey": "fake-secret",
"businessLocationId": 45454565682155,
"endpoint": "http://integration.com/pms/endpoint",
"features": [
"MIRRORING"
]
}
]