GET
/
additional_fields
Get AdditionalFields Types
curl --request GET \
  --url https://api.neobrain.io/{version}/additional_fields \
  --header 'Authorization: Bearer <token>'
[
  {
    "type": "user",
    "description": "Custom field description"
  }
]

Authorizations

Authorization
string
header
required

API token for the Authorization header parameter.

Headers

Accept-Language
string

Language identifier, using the ISO 639-1 specification. If none provided it will use the account default language. For additional info please access /v1/locales

Response

Success

type
string

Relates to

Example:

"user"

description
string

Description

Example:

"Custom field description"