Skip to main content
GET
/
api
/
v1
/
custom-fields
/
raw-data
Get Raw Data
curl --request GET \
  --url https://api.bindbee.dev/api/v1/custom-fields/raw-data \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.bindbee.dev/llms.txt

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

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