Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Public API access token issued by /public/v1/oauth/token. Example: Authorization: Bearer fspt_.... Each resource request rechecks the token company's current provider access. Disabling access blocks existing tokens with 403 auth.provider_unavailable.

Query Parameters

limit
integer
Required range: 1 <= x <= 100
Example:

25

cursor
string<date-time>

Use the previous response nextCursor value to fetch the next page.

Example:

"2026-07-14T10:00:00.000Z"

status
string

Comma-separated export statuses, or in(completed,failed).

Example:

"completed,failed"

typeId
string
Example:

"company-clients-xlsx"

language
string

Optional label language. When omitted, the Accept-Language header is used.

Example:

"en"

Response

Export requests fetched

data
object
required
meta
object
required