Changing variable for an email contact

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

$.get('http://yoursite.com/test/' + id, function(data) {
    console.log(data);
});
Path Params
string
required

ID of the address book containing the necessary email contact with the variable with “name” value

Body Params
string

email contact, that will have the variable with “name” value changed to “John”

variables
array

array with variables, which is defined by the parameters name (variable name) and value (variable value)

variables
Headers
string
required
Defaults to application/json
string
required
Defaults to Bearer {access_token}
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json