API Documentation

Build with EstheticSense

Integrate appointments, payments, and client management into your applications with our RESTful API.

Base URL

https://api.estheticsense.com/v1

Official SDKs

Get started quickly with our client libraries.

Quick example

Create an appointment
curl -X POST https://api.estheticsense.com/v1/appointments \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "client_id": "cli_abc123",
    "service_id": "srv_xyz789",
    "staff_id": "stf_def456",
    "start_time": "2025-01-15T10:00:00Z",
    "notes": "First-time client"
  }'

Need help with integration?

Our developer support team is here to help you build.

Contact developer support