Salonify Docs

Salonify API

Integrate with the Salonify platform to manage bookings, services, staff, and more.

Base URL

https://api.salonify.eu/api/v1

Quick Start

  1. Upgrade to a PRO plan in your dashboard
  2. Go to Settings → API & Developer to create an API key
  3. Include the key in the X-API-Key header of every request

Example Request

cURL
curl -X GET "https://api.salonify.eu/api/v1/businesses/{businessId}/services" \
  -H "X-API-Key: sk_live_your_key_here"

Response Format

All successful responses are wrapped in a data envelope:

{
  "data": {
    // Your response payload
  }
}

Available Resources