Skip to main content
PATCH
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"

Path Parameters

clientId
string
required

Body

application/json
firstName
string
Example:

"Jane"

lastName
string
Example:

"Doe"

email
string<email>
Example:

"jane@example.com"

phoneNumber
string
Example:

"+31612345678"

phoneCode
string
Example:

"+31"

gender
enum<string>
Available options:
,
Male,
Female,
Other
dateOfBirth
string<date>
Example:

"1990-01-01"

language
enum<string>
Available options:
en,
nl
height
string
Example:

"172"

profession
string
Example:

"Designer"

companyName
string
Example:

"Acme"

timeZone
string
Example:

"Europe/Amsterdam"

assignedCoach
string
Example:

"66f7b8b1e13c8d25f4d3d90a"

tagIds
string[]

Replace all assigned client tag ids.

assignTagIds
string[]

Add these tags while keeping existing tags.

removeTagIds
string[]

Remove these tags while keeping other existing tags.

location
object

Response

Client updated

data
object
required
meta
object
required