API Reference

Locations

Planned

Multilocation lets a single business operate several branches (filiales) under one account, with bookings, staff, and accounting that consolidate automatically. The location endpoints are part of the multilocation module and are not yet live on the public API.

Not yet available

There are currently no live /locations endpoints. This page documents the intended shape so you can plan ahead. When the multilocation module ships to the public API, the reference here will be replaced with live, callable endpoints. Do not integrate against these paths yet.

Planned scopes

Two scopes are reserved for this resource. As with every Salonify scope, they will only ever be grantable from the allow-list, and writes will never include hard deletes.

locations:readList and read branches
locations:writeCreate and update branches (no delete)

Planned endpoints

The intended surface, once shipped, will nest under the owning business:

MethodPathScope
GET/businesses/{businessId}/locationslocations:read
GET/businesses/{businessId}/locations/{locationId}locations:read
POST/businesses/{businessId}/locationslocations:write
PATCH/businesses/{businessId}/locations/{locationId}locations:write

Want early access?

Multilocation is a ENTERPRISE plan feature with a per-branch add-on. If you operate a franchise and want to integrate against locations as soon as they are public, reach out to your Salonify contact so we can notify you when these endpoints go live.