Skip to main content
Local Health Care

API Configuration

Last updated 24 April 2026

Prerequisites

Before configuring the integration, you'll need:

  • The API endpoint URL of your existing booking system
  • API credentials (key/token) for that system
  • The ability to receive webhooks (optional but recommended)

Setting up the connection

  1. Go to Integrations in the portal navigation
  2. Click New Integration
  3. Enter the API endpoint URL — the base URL of your booking system's API
  4. Enter the API key or authentication token
  5. Click Test Connection to verify the credentials work
  6. Save

If the test succeeds, you'll see a green status indicator. The integration is now connected but not yet syncing — configure field mapping next.

Authentication methods

MethodHow to configure
API Key (header)Paste your API key in the API Key field
Bearer TokenPaste the token — it's sent as Authorization: Bearer <token>
Basic AuthEnter your username and password

Contact your booking system provider if you're unsure which method to use.