curl --location --request PATCH 'https://app.audienceful.com/api/people/' \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <token>' \ --data-raw '{ "email": "[email protected]", "tags": "paid user", "extra_data": {"custom_field": "New value"} }'
{ "uid": "jQKdwqp3YRRtTrwqUJEp7d", "email": "[email protected]", "notes": "", "extra_data": { "custom_field": "Test data", }, "tags": [ { "name": "Test tag", "color": "#f5e0e9" } ], "created_at": "2023-08-03T02:44:56.122079Z", "last_activity": "2023-08-03T02:44:56.122079Z", "status": "active", }
This endpoint updates an existing person in your audience.
Show properties
Show values