cURL
curl --request PUT \ --url https://app.formbricks.com/api/v2/client/{environmentId}/contacts/{userId}/attributes \ --header 'Content-Type: application/json' \ --data ' { "attributes": {} } '
200
example-0
{ "title": "example-0"}
Update a contact’s attributes in Formbricks to keep them in sync with your app or when you want to set a custom attribute in Formbricks.
Key-value pairs of contact attributes
OK
The response is of type object.
object
Was this page helpful?