Skip to main content
GET
Get a List of Fields
Every field Apollo exposes, standard and custom, as fields (roughly 323 entries with id, field_name, label, type, category, modality, description and example) plus field_groups describing how they are organised. Takes no parameters. This is the reference for what can be filtered or written anywhere else in the API. For custom fields alone, get_apollo_typed_custom_fields is much smaller.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

fields
string[]

Field definitions (when returned).