cURL
Client records
Create a client in the company
Creates a new client under the company authenticated by the Public API Bearer token. The token must include clients:write. Provide an email or set hasNoEmail=true to generate a placeholder.
POST
cURL
Authorizations
Public API access token issued by /public/v1/oauth/token. Example: Authorization: Bearer fspt_....
Headers
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 - 200Example:
"booking-create-20260714-001"
Body
application/json
Example:
"Jane"
Example:
"Doe"
Example:
"jane@example.com"
Example:
false
Example:
true
Example:
"66f7b8b1e13c8d25f4d3d90a"
Example:
"nl"
Example:
"Europe/Amsterdam"