Skip to main content
GET
https://api.aisa.one/apis/v1
/
apollo
/
typed_custom_fields
Get a List of All Custom Fields
curl --request GET \
  --url https://api.aisa.one/apis/v1/apollo/typed_custom_fields \
  --header 'Authorization: Bearer <token>'
{
  "typed_custom_fields": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://aisa.one/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

Successful response

typed_custom_fields
string[]

Custom field definitions (when returned).