This is an old revision of the document!


API v2.0 - Update a Contact

This API Endpoint is used to add a update an existing Contact in the Sentori Account.

Endpoint

URI https://api.sentoriapp.com/v2.0/contact/update/email%40domain.com/
Method POST

Request Body

Request body should contain the Contact Fields to update. The below example updates the email address and first/last names.

Example
{
   "EmailAddress":"newaddress@domain.com",
    "FirstName":"Joe",
    "LastName":"Blogs"
}