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

Category of the model.

Available options:
HRIS,
ATS,
LMS
Example:

"HRIS"

model
string
required

Model slug whose raw payload should be returned.

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

"employee"

connector_token
string | null

Connector token used to return the connector's latest synced row. Exactly one of connector_token or integration_slug is required.

Example:

"i5kqe8bSedEdPLX9pHhFojKdo7Uzvue0f7I4NVhaDfV0GTxF0uAgwa_COb3zZU3T"

integration_slug
string | null

Integration slug used to return the canned integration sample. Exactly one of connector_token or integration_slug is required.

Example:

"workday"

Response

Successful Response