Skip to main content

Endpoint

Authentication

This endpoint requires authentication via API key. Include your API key in the X-API-Key header:

Query Parameters

Request Example

Response

Success Response

Status Code: 200 OK

Response Fields

Org Field Object

Each object in the org_fields array contains:

Attribute Object

Each object in the attributes array contains:

Error Responses

401 Unauthorized

Returned when authentication fails. See the authentication errors section for details.

500 Internal Server Error

Returned when the org fields could not be retrieved due to a server error.

Notes

Use the org_field_id and field_value_type values returned here to populate field_overrides when uploading a document via POST /core/upload.

Use Cases

This endpoint is useful for:
  • Field discovery - Look up the org fields configured for your organization and their value types
  • Override mapping - Retrieve valid org_field_id values before setting field_overrides on an upload
  • Attribute mapping - Discover the mapped attributes available to attach to documents