v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBPMS
Get a PMS provider by ID
Returns the details of a specific PMS provider.
Only PMS providers created by the authenticated OAuth client will be returned.
get/pms/v1/providers/{id}
Path parameters
idinteger required
The unique identifier for the provider.
Example:3012455645
Response
Provider found
Example response
{
"id": 3012455645,
"apiKey": "fake-secret",
"businessLocationId": 45454565682155,
"endpoint": "http://integration.com/pms/endpoint",
"features": [
"MIRRORING"
]
}