Read-only

Get Custom Field Values

Get all typed custom field values currently set on a contact, such as score=90 and tier=gold. Accepts any lookup identifier to resolve the contact. Returns an empty custom_fields array when no values have been set.

get_custom_field_valuesGET/api/v1/contacts/custom-field-values
crispy — bash

Example prompt: What custom field values are set on the contact jane-smith?

{
  "crispy_id": "c_8f21",
  "custom_fields": [
    { "name": "score", "value": "90" },
    { "name": "tier", "value": "gold" }
  ]
}
Permission scope
read only, core
Access
Read-only
Category
Lead Management

What you can build

Read a contact's current score and tier before deciding the next move
Verify that a custom field value was written correctly after an update
Pull enrichment values for a contact to personalize a message
Inspect a contact's full custom field state during a data review

Parameters

Inputs accepted by get_custom_field_values.

NameTypeDescription
lookupobjectStructured contact identifier. Resolver picks the highest-priority field per RESOLVER-09 (crispy_id > linkedin_provider_id > external_id > linkedin_url > email).

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.