Skip to main content
POST
/
v1
/
organisations
/
{organisationId}
/
pms-integrations
/
sync
Sync PMS integration
curl --request POST \
  --url https://api.halth.com/v1/organisations/{organisationId}/pms-integrations/sync \
  --header 'Content-Type: application/json' \
  --data '
{
  "types": [
    "clients"
  ]
}
'

Path Parameters

organisationId
string
required

Body

application/json
types
enum<string>[]
required
Required array length: 1 - 100 elements
Available options:
clients,
recent_bookings,
historical_bookings,
booking_data

Response

201 - undefined