v27

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-01620431.2 KB
Attributes

Create a New Custom Attribute Key

You may create a Custom Attribute Key using this action. It takes a JSON object containing the name and kind of the attribute key.

post/v1/attribute_keys

Request body

namestring required

A name for the custom attribute key.

kindstring required

The kind of custom attribute key. Must be one of the following - [text, date, email, image]

department_idnumber required

Department the custom attribute key should belong to.

Response

OK