Documentation

Learn How to Use GlowClient

Comprehensive guides, tutorials, and API documentation to help you get the most out of your practice management platform.

Popular: Getting Started, API Authentication, HIPAA Compliance, Webhooks

Documentation

Browse by Category

Find guides and tutorials organized by feature area.

Patient Management

24 articles

Managing patient records, profiles, and medical histories.

Scheduling

18 articles

Appointment booking, calendar management, and reminders.

Billing & Payments

15 articles

Invoicing, payment processing, and financial reports.

Inventory

12 articles

Product tracking, reordering, and stock management.

Analytics & Reports

16 articles

Business insights, dashboards, and custom reports.

Security & Compliance

20 articles

HIPAA compliance, data security, and access controls.

API Reference

Build with Our API

Integrate GlowClient with your existing systems using our comprehensive REST API. Full documentation, code examples, and SDKs available.

Authentication

API keys, OAuth 2.0, and token management

REST API

Complete REST API reference with examples

Webhooks

Real-time event notifications and callbacks

SDKs & Libraries

Official SDKs for Node.js, Python, and PHP

Example Request
curl -X GET "https://api.glowclient.com/v1/patients" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

# Response
{
  "data": [
    {
      "id": "pat_123abc",
      "firstName": "Sarah",
      "lastName": "Mitchell",
      "email": "sarah@example.com",
      "createdAt": "2024-01-15T10:30:00Z"
    }
  ],
  "meta": {
    "total": 150,
    "page": 1,
    "limit": 20
  }
}
Need More Help?

We Are Here to Help

Cannot find what you are looking for? Our support team and community are ready to help you succeed.

Help Center

Search FAQs and troubleshooting guides

Community

Connect with other GlowClient users

Contact Support

Get help from our expert team