POST
/
contact-attributes
curl --request POST \
  --url https://app.formbricks.com/api/contact-attributes \
  --header 'Content-Type: application/json' \
  --data '{
  "attributeKeyId": "<string>",
  "contactId": "<string>",
  "value": "example@email.com"
}'

Body

application/json
The contact attribute to create

Input data for creating or updating a contact attribute

attributeKeyId
string
required

The ID of the attribute key

contactId
string
required

The ID of the contact

value
string
required

The value of the attribute