v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Applications

Get all connected API clients for a property

get/integration/v1/connected-applications

Query parameters

scopesstring[]

List of OAuth scopes to filter by. Only API clients that have all specified scopes will be returned.

Headers

x-property-idstring required
Example:1,2,3

A numeric, comma-separated string representing the property IDs, sent in the header.

Response

List of connected API clients

Example response

{
  "data": [
    {
      "id": "app_123456",
      "name": "Example PMS Application",
      "oauthScopes": [
        "reservation.read",
        "reservation.write"
      ],
      "applicationTypes": [
        "Mobile App",
        "Accounting"
      ]
    }
  ]
}