Skip to content

Clinics API Overview

The Clinics API provides endpoints to manage clinic information and settings.

Available Endpoints

API Reference

GET Endpoints

  • List Clinics - GET /apis/v1/clinics
  • Retrieve paginated list of clinics
  • Supports filtering and search parameters

Response Format

All clinic API responses follow the standard format:

Success Response

{
  "code": 2000,
  "data": { ... },
  "message": "Success"
}

Error Response

{
  "code": 4001,
  "message": "Error description"
}