Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Public API access token issued by /public/v1/oauth/token. Example: Authorization: Bearer fspt_....

Headers

Idempotency-Key
string
required

Required for Public API write requests. Reusing the same key with the same method, path, and body replays the stored successful response; reusing it with a different request returns 409 idempotency.conflict.

Required string length: 1 - 200
Example:

"booking-create-20260714-001"

Body

application/json
name
string
Example:

"Amsterdam HQ"

alternateName
string
address
string
primary
boolean
timeZone
string
Example:

"Europe/Amsterdam"

type
enum<string>
Available options:
branch,
outdoor,
online,
external,
temporary
allowsClientAssignment
boolean
coordinates
object
accessZones
object[]
facilitiesAndServices
object
profile
object

Response

201 - application/json

Location created

data
object
required
meta
object
required