Salonify API
Integrate with the Salonify platform to manage bookings, services, staff, and more.
Base URL
https://api.salonify.eu/api/v1Quick Start
- Upgrade to a PRO plan in your dashboard
- Go to Settings → API & Developer to create an API key
- Include the key in the
X-API-Keyheader 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
}
}