GET
/
api
/
v1
/
oauth-app
/
{provider}
{
  "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

Path Parameters

provider
enum<string>
required

Integration provider for the OAuth app

Available options:
BOOKINGSYNC,
GUESTY,
HOSTAWAY,
HOSTFULLY,
HOSTIFY,
INTERHOME,
LODGIFY,
OWNERREZ,
HOSTHUB,
UPLISTING

Response

200
application/json

OAuth app retrieved successfully

The response is of type object.