v1
latestOpenAPI 3.1.02026-07-247601.0 MBMiscellaneous
Get a List of All Custom Fields
This endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.
This endpoint is deprecated. To achieve the same result, use the <a href="https://docs.apollo.io/reference/get-a-list-of-fields">Fields endpoint</a> (use source: custom to get custom fields only).<br><br> Use the Get a List of Custom Fields endpoint to retrieve information about all of the custom fields that have been created in your Apollo account.<br><br>This endpoint doesn't require any parameters. <br><br>This endpoint requires a master API key. If you call the endpoint without a master key, you receive a 403 response. Check out <a href="https://docs.apollo.io/docs/create-api-key">Create an API Key</a> to learn how to create a master key.
get/typed_custom_fields
Response
200
Example response
{
"typed_custom_fields": [
{
"id": "60c39ed82bd02f01154c470a",
"modality": "contact",
"name": "New Product Launch Date",
"type": "datetime",
"picklist_options_last_synced_at": "2021-06-11T17:35:12.000+00:00"
}
]
}