GET
/
api
/
v1
/
outgoing-webhooks
/
{provider}
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "provider": "HOSTAWAY",
  "workspaceID": "123e4567-e89b-12d3-a456-426614174000",
  "events": [
    "RESERVATION_CREATED",
    "RESERVATION_UPDATED"
  ],
  "urls": [
    "https://example.com/webhook",
    "https://api.example.com/notifications"
  ],
  "createdAt": "2024-01-01T00:00:00.000Z",
  "updatedAt": "2024-01-02T00:00:00.000Z"
}

Authorizations

x-calry-api-key
string
header
required

Headers

x-calry-tenant-id
string

Optional tenant ID to specify which tenant to operate as. If not provided, the default tenant will be used.

Path Parameters

provider
enum<string>
required

Integration provider to get webhook app for

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

Response

200
application/json

Webhook app retrieved successfully

The response is of type object.