Skip to main content

Endpoint

Authentication

This endpoint requires an OAuth access token. Send it as a bearer token:
Required scope: sor:read

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

400 Bad Request

Returned when the access token has no user behind it. client_credentials tokens act as the admin who created the application, so this applies only to tokens issued before application creators were recorded.

401 Unauthorized

Returned when the access token is missing, unknown, revoked, or expired, or when an X-API-Key was sent instead of a bearer token. See OAuth error responses.

403 Forbidden

Returned when the token does not carry the required scope.

429 Too Many Requests

Returned when your organization exceeds its per-minute request limit.

500 Internal Server Error

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

Notes

The result is organization-global and is not filtered per user. Org fields are organization-level configuration - the token’s user is used only to authenticate and scope-check the request.
Use the org_field_id and field_value_type values returned here to populate field_overrides when uploading a document via POST /v2/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