Get One Field
Returns the full details of a single contact custom field definition by field_id, including its type, name, configuration, and available choices (for dropdown or multi-select fields). Use fields to limit which properties are returned.
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
integer - required - The ID of the field you want to delete
1
Query Parameters
string - optional - Comma separated list of fields you want to return
"account_id,created_at,created_by,deleted,event_id,id,notes,updated_at,updated_by"
string - optional - Comma separated list of objects you want to return
""
Response
Get Contact Field