Skip to main content
GET
Get contact custom field value

Authorizations

Authorization
string
header
required

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

Path Parameters

identifier
string
required

Contact identifier: the numeric contact id, an email address, or a phone number.

Minimum string length: 1
customFieldId
string
required

Custom field id (numeric string). Get it from customFields.list.

Pattern: ^\d+$

Response

OK

id
string
required
name
string
required
type
enum<string>
required
Available options:
shortText,
email,
phoneNumber,
number,
date,
datetime,
boolean,
longText
description
string | null
required
value
string
required