Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.

X-Fluide-Api-Key
string
header
default:fl_dev_your_key
required

Developer API key (fl_dev_...). Required on every API call with a machine access token.

X-Fluide-Client-Id
string
header
default:fluide-developer
required

First-party client audience. Must match the fluide_client_id claim on the JWT. Use fluide-developer for Connect.

Headers

X-Workspace-Id
string<uuid>

Partner / ISV only: UUID of the workspace that owns the client company. Required together with X-Acting-Company-Id when scoping product APIs to a merchant. See /getting-started/multi-tenancy.

X-Acting-Company-Id
string<uuid>

Partner / ISV only: UUID of the client company to act on. Must belong to the workspace in X-Workspace-Id.

Query Parameters

from
string
required

Start calendar date (YYYY-MM-DD)

Example:

"2026-06-01"

to
string
required

End calendar date (YYYY-MM-DD), inclusive

Example:

"2026-06-30"

timeZone
string

IANA time zone (e.g. Africa/Douala). Interprets from/to as local calendar days.

Maximum string length: 64
Example:

"Africa/Douala"

hrEmployeeId
string<uuid>

Filter by HR employee UUID (requires hr:attendance:write for unrestricted scope).

limit
number
default:100
Required range: 1 <= x <= 500

Response

Clock events in the requested date range

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"

data
object[]