Skip to main content
GET
Get Raw Data

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

category
enum<string>
required
Available options:
HRIS,
ATS,
LMS
Example:

"HRIS"

model
string
required
Maximum string length: 64
Pattern: ^[a-z][a-z0-9_-]*$
Example:

"employee"

connector_token
string | null

Connector token — returns the connector's latest synced row, falling back to integration sample.

Example:

"i5kqe8bSedEdPLX9pHhFojKdo7Uzvue0f7I4NVhaDfV0GTxF0uAgwa_COb3zZU3T"

integration_slug
string | null

Integration slug — returns the integration's canned sample (no connector required).

Example:

"workday"

Response

Successful Response