GET
/
api
/
v1
/
oauth-app
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "provider": "HOSTFULLY",
    "client_id": "XXXXXXXXXX",
    "scopes": "read_listings write_listings read_bookings",
    "status": "ACTIVE",
    "createdAt": "2024-03-20T10:00:00.000Z",
    "updatedAt": "2024-03-20T10:00:00.000Z"
  }
]

Authorizations

x-calry-api-key
string
header
required

Response

200
application/json

OAuth apps retrieved successfully

The response is of type object[].