Create Attribute

Creates a custom attribute within an existing group in the authenticated account. name must be unique within the (account, group) tuple -- duplicates return 422. type is fixed at creation time and cannot be changed via update; allowed values are the actual storage column types (varchar, mediumtext, int, decimal, datetime). The response includes the generated custom_attr_key; use that key for contact subscribe and form-field mapping.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

UUID of the attribute group this attribute belongs to. Must exist in the authenticated account.

string
required
length ≤ 50

Display name. Must be unique within the (account, group) tuple.

string
enum
required

Storage column type. Fixed at creation; cannot be changed via update.

Allowed:
Responses

401

Missing or invalid bearer token.

500

Internal server error.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json