Skip to main content
GET
/
employees
List employees with pagination
curl --request GET \
  --url https://api.sandbox.flowpayroll.ai/v1/employees \
  --header 'X-Auth-Token: <api-key>'
"<unknown>"

Documentation Index

Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Auth-Token
string
header
required

Access token obtained from OAuth2 client credentials flow

Query Parameters

pageSize
integer

The maximum number of employees to return.

Required range: 1 <= x <= 100
paginationToken
string

The pagination token for the next page.

Response

Employees listed successfully

The response is of type any.