cURL
curl --request PUT \ --url https://api.useplunk.com/v1/contacts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>' \ --data '{ "id": "<string>", "email": "<string>", "subscribed": true, "data": {} }'
Update an existing contact
id
email
application/json