v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBUpdate a contact's details
Change the details of a specific contact providing the contact’s id.
put/contacts/my/{id}
Path parameters
idstring required
The id of the contact to be updated.
Headers
Content-Typestring required
application/json
Authorizationstring required
Bearer {access-token}
Request body
Response
200
Example response
{
"id": "5673fdbde4b03d651b5b6411",
"firstName": "James",
"lastName": "Davis",
"mobile": "+306984512999",
"country": "GR",
"groups": [
"All"
]
}