Read-only

List Custom Field Definitions

List every typed custom field definition on your account. Each entry returns its id, name, kind (such as number or date), allowed options, and the template_variable token you can drop into campaign messages. Returns an empty array when no fields have been defined.

list_custom_field_definitionsGET/api/v1/custom-fields
crispy — bash

Example prompt: Show me all my custom field definitions and the template variables I can use in messages

[
  {
    "id": "cfd_4a8c",
    "name": "tier",
    "kind": "select",
    "options": ["gold", "silver"],
    "template_variable": "{tier}"
  }
]
Permission scope
read only, core
Access
Read-only
Category
Lead Management

What you can build

Discover the exact {token} to insert a custom field into a campaign message
Audit which custom fields exist before importing or enriching contacts
Look up a field id needed to set or delete its values
Confirm the kind and options of a select field before writing values

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.