Create customer property definition
Creates a new customer property schema entry for the organization. The property id is a UUID generated by the store. An organization can have at most 30 customer properties. Required scope: customers:rw.
Authorizations
Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.
Body
Property name, must be non-empty and unique within the organization.
128Type of the customer property value. Assigned at creation and immutable.
bool, string, number, timestamp, link Per-type configuration. The format field is only applicable to properties of type timestamp; it must be empty for all other types.
512Response
The created customer property.
UUID generated by the store.
Human-readable property name, unique within the organization.
128Type of the customer property value. Assigned at creation and immutable.
bool, string, number, timestamp, link Per-type configuration. The format field is only applicable to properties of type timestamp; it must be empty for all other types.
512