---
title: "Get Raw Data"
method: GET
path: "/api/v1/custom-fields/raw-data"
tags: ["Custom Fields"]
---

# Get Raw Data

`GET /api/v1/custom-fields/raw-data`

Inspect the raw upstream payload for a connector + (category, model). Use this to discover the field structure before writing a JMESPath. Returns the latest synced row's raw_data; falls back to the integration's canned sample if the connector has never synced. Provide exactly one of `connector_token` or `integration_slug`.

## Query parameters

- `category` 'HRIS' | 'ATS' | 'LMS', required
- `model` string, required — Model slug whose raw payload should be returned.
- `connector_token` string, nullable — Connector token used to return the connector's latest synced row. Exactly one of `connector_token` or `integration_slug` is required.
- `integration_slug` string, nullable — Integration slug used to return the canned integration sample. Exactly one of `connector_token` or `integration_slug` is required.

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Missing or invalid bearer authentication credentials.
- `403` — The credentials are valid but do not permit access to this resource, e.g. a connector token used on a different API category or a model whose writes are disabled.
- `422` — Request validation failed. Exactly one of `connector_token` or `integration_slug` must be provided.
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/bindbee/apis/bindbee-apis.md) · [All operations](https://skmtc.net/bindbee/apis/bindbee-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bindbee/bindbee-apis/versions/7da10dc93a21/schema)
