v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBCreate a new contact
Create a new contact or update it if it already exists.
post/contacts/my
Headers
Content-Typestring required
application/json
Authorizationstring required
Bearer {access-token}
Request body
Response
200
Example response
{
"id": "5673ee4ab7606abc252dade5",
"firstName": "Nick",
"lastName": "Davis",
"mobile": "+306984512555",
"country": "GR",
"groups": [
"All"
]
}