v4
latestOpenAPI 3.1.02026-08-01139149645.9 KBCustom Fields
List Custom Field Mappings
List mappings for an integration slug or connector token. Provide exactly one of integration_slug or connector_token.
get/api/v1/custom-fields/mapping
Query parameters
integration_slugstring nullable
Integration slug — return organization-scoped mappings for this integration.
Example:workday
Integration slug — return organization-scoped mappings for this integration.
connector_tokenstring nullable
Connector token — return connector-scoped mappings for this connector.
Example:i5kqe8bSedEdPLX9pHhFojKdo7Uzvue0f7I4NVhaDfV0GTxF0uAgwa_COb3zZU3T
Connector token — return connector-scoped mappings for this connector.
Response
Successful Response
Example response
[
{
"id": "018e586b-7d0b-7bc9-be65-a8fdbc82d734",
"custom_field_id": "018e586b-7d0b-7bc9-be65-a8fdbc82d734",
"integration_slug": "workday",
"connector_token": "i5kqe8bSedEdPLX9pHhFojKdo7Uzvue0f7I4NVhaDfV0GTxF0uAgwa_COb3zZU3T",
"json_path": "data.employee.guardian_mobile"
}
]