Endpoint
Authentication
This endpoint requires an OAuth access token. Send it as a bearer token:sor:read
Query Parameters
Request Example
Response
Success Response
Status Code:200 OK
Response Fields
Org Field Object
Each object in theorg_fields array contains:
Attribute Object
Each object in theattributes 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 anX-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 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_idvalues before settingfield_overrideson an upload - Attribute mapping - Discover the mapped attributes available to attach to documents