---
title: "Integrate With Us — MyAvailability API"
description: "Build on the MyAvailability platform with our REST API: therapist directories, real-time availability, bookings, payments, content and webhooks."
lang: en-GB
json-ld: |
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "Organization",
        "@id": "https://theglobaltherapygroup.com/#organization",
        "name": "The Global Therapy Group",
        "legalName": "The Global Therapy Group SG Pte Ltd",
        "url": "https://theglobaltherapygroup.com",
        "logo": "https://theglobaltherapygroup.com/lovable-uploads/9218836d-3bf4-4990-9436-a91bc843b911.png",
        "email": "hello@theglobaltherapygroup.com",
        "description": "A trusted UK network of therapy brands connecting individuals and couples with qualified therapists in Kent, Surrey and online across the UK. 35,000+ clients served.",
        "areaServed": [
          {
            "@type": "Country",
            "name": "United Kingdom"
          },
          {
            "@type": "AdministrativeArea",
            "name": "Kent"
          },
          {
            "@type": "AdministrativeArea",
            "name": "Surrey"
          }
        ],
        "knowsAbout": [
          "Couples Counselling",
          "Relationship Therapy",
          "Cognitive Behavioural Therapy",
          "CBT for anxiety and depression",
          "Online therapy",
          "Individual counselling",
          "EMDR",
          "Integrative therapy"
        ],
        "sameAs": [
          "https://www.relationshipcounsellingkent.co.uk",
          "https://www.relationshipcounsellingsurrey.co.uk",
          "https://www.cbtandcounsellingkent.co.uk",
          "https://www.cbtandcounsellingsurrey.co.uk",
          "https://www.onlinecouplescounselling.com",
          "https://www.onlinecbtcounselling.com",
          "https://www.papayatherapy.com",
          "https://www.click4therapy.com"
        ]
      },
      {
        "@type": "WebSite",
        "@id": "https://theglobaltherapygroup.com/#website",
        "url": "https://theglobaltherapygroup.com",
        "name": "The Global Therapy Group",
        "publisher": {
          "@id": "https://theglobaltherapygroup.com/#organization"
        },
        "inLanguage": "en-GB"
      }
    ]
  }
---

[![The Global Therapy Group](/lovable-uploads/9218836d-3bf4-4990-9436-a91bc843b911.png)](/)

[About](/about)[Our Brands](/brands)[Our Approach](/approach)[Technology](/platform)[Our Therapists](/our-therapists)[Integrate](/integrate)[FAQ](/faq)

[Work With Us](/work-with-us)[Contact](/contact)

[About](/about)[Our Brands](/brands)[Our Approach](/approach)[Technology](/platform)[Our Therapists](/our-therapists)[Integrate](/integrate)[FAQ](/faq)[Work With Us](/work-with-us)[Contact](/contact)

For Developers & Partners 

# Integrate With Us

Build on top of the MyAvailability platform with our comprehensive REST API.

Connect your systems, embed therapist directories, automate bookings, and deliver content — all through secure, documented API endpoints.

[Request API Access](/contact)

Why Integrate 

## Built for Seamless Integration

Our API is designed to let you build rich therapy experiences on your own platform.

### RESTful API

Clean, well-documented REST endpoints with JSON responses, API key authentication, and request logging.

### Secure by Design

API key management with scoped permissions, rate limiting, and comprehensive security logging.

### Webhooks

Real-time event notifications for bookings, payments, blog posts, and client enquiries.

### Full Documentation

Detailed API reference, code examples, and integration guides to get you up and running fast.

API Reference 

## Available Endpoints

A growing set of endpoints to power therapy integrations across your systems.

GET 

### Therapist Listings

Retrieve full therapist profiles, specialisms, session types, and availability for any connected site.

GET / POST 

### Availability & Booking

Check real-time availability slots and create bookings programmatically with payment processing.

POST 

### Payments & Invoicing

Process payments via Stripe, generate invoices, manage credits, and track therapist payouts.

GET 

### Directory Search

Search and filter therapists by specialism, location, session mode, language, and more.

GET 

### Blog Content

Deliver blog posts, categories, and SEO metadata to external sites via webhooks or direct API calls.

POST 

### Enquiry Submission

Submit client enquiries that auto-create support tickets and trigger notification workflows.

Quick Start 

## Up and Running in Minutes

Authenticate with your API key and start making requests. Our REST API returns clean JSON responses with consistent error handling and pagination.

-   1 Request an API key from your dashboard
-   2 Authenticate with Bearer token
-   3 Make requests to any site endpoint
-   4 Handle paginated JSON responses

[Request API Access](/contact)

api-example.sh 

```
curl -X GET \
  https://api.myavailability.co.uk/v1/therapists \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

# Response
{
  "data": [
    {
      "id": "th_29x8k",
      "name": "Dr Sarah Mitchell",
      "specialisms": ["CBT", "Anxiety"],
      "session_types": ["online", "in-person"],
      "next_available": "2026-03-02T10:00:00Z"
    }
  ],
  "pagination": {
    "page": 1,
    "total": 59
  }
}
```

## Ready to Integrate?

Get in touch to request API access, discuss your integration needs, or explore partnership opportunities with The Global Therapy Group.

[Get in Touch](/contact)

### The Global Therapy Group

A trusted network of therapy brands connecting individuals and couples with qualified professionals across the UK, Online & Globally.

hello@theglobaltherapygroup.com 

2 Venture Dr, #19-18 Vision Exchange, Singapore 608526 

#### Quick Links

-   [About Us](/about)
-   [Our Brands](/brands)
-   [Our Approach](/approach)
-   [Work With Us](/work-with-us)

#### Support

-   [Contact Us](/contact)
-   [FAQ](/faq)
-   [Therapist Applications](/therapist-application)

© 2025 The Global Therapy Group SG Pte Ltd. All rights reserved. |[Privacy Policy](/privacy-policy) |[Terms of Service](/terms-of-service)