Attribute definition
The following endpoints allow for managing the custom attribute schema for your contacts.
Last updated
The following endpoints allow for managing the custom attribute schema for your contacts.
Last updated
Retrieve a list of all attribute definitions in the schema
OK
The UUID, primarily for internal reference
A user-specified key, primarily for client reference
A user-friendly string to describe the meaning of this attribute
The cardinality configures how many values belong to the single key
The data type of the attribute
A flag to indicate whether this attribute is considered personally identifiable information
A flag to indicate whether this attribute may be updated after creation
A flag to indicate whether this attribute is built-in. Built-in attributes are system-defined and cannot be updated or deleted by end-users
The token that can be passed as pageToken in URL to retrieve the next set of results. If missing, no more results to display.
Upserts contact attributes
Upsert was successful
Get an attribute definitions from the schema by key
OK
The UUID, primarily for internal reference
A user-specified key, primarily for client reference
A user-friendly string to describe the meaning of this attribute
The cardinality configures how many values belong to the single key
The data type of the attribute
A flag to indicate whether this attribute is considered personally identifiable information
A flag to indicate whether this attribute may be updated after creation
A flag to indicate whether this attribute is built-in. Built-in attributes are system-defined and cannot be updated or deleted by end-users
Create a new attribute definition in the schema
^[A-Za-z\d_-]{1,255}$
Created
The UUID, primarily for internal reference
A user-specified key, primarily for client reference
A user-friendly string to describe the meaning of this attribute
The cardinality configures how many values belong to the single key
The data type of the attribute
A flag to indicate whether this attribute is considered personally identifiable information
A flag to indicate whether this attribute may be updated after creation
A flag to indicate whether this attribute is built-in. Built-in attributes are system-defined and cannot be updated or deleted by end-users