contacts
Update a contact
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
contactIdstring
name?string
email?string
company?string
avatarUrl?string
tags?array<string>
isSubscribed?boolean
isBlocked?boolean
notes?string
Response Body
application/json
application/json
curl -X PATCH "https://zernio.com/api/v1/contacts/string" \ -H "Content-Type: application/json" \ -d '{}'Empty
{
"error": "Unauthorized"
}{
"error": "Not found"
}