Fields
Fields are custom profile keys you store on subscribers. Define the field key once, then send values through subscriber imports, events, forms, or integrations.
Available Endpoints
MethodEndpointCopy
The Field Model
The field model is a named key for storing a value on a subscriber, similar to a form field.
Properties
- Name
namestring- Description
The name of the Field
GET/v1/fetch/fields
Get Fields
Returns a list of fields in your account.
Response
Returns a list of Fields in your account.
- Name
dataarray- Description
Field records in your account.
- Name
data[].namestring- Description
Field key.
POST/v1/fetch/fields
Create Field
Creates a custom field in your account.
Only a single field can be created at a time.
Required Attributes
- Name
keystring- Description
The name of the field to create.
Response
Returns the details of the created Field.
- Name
data.namestring- Description
Field key that was created.
