cURL
curl --request PUT \ --url https://{baseurl}/api/v1/client/{environmentId}/contacts/{userId}/attributes \ --header 'Content-Type: application/json' \ --data ' { "attributes": { "Created From": "API" } } '
{}
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.
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?