PUT
/
v1
/
contacts
/
update
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Workspace-scoped API key from the credentials table

Body

application/json

At least one of email or userId should be supplied to identify the contact.

email
string<email>
required
userId
string
firstName
string | null
lastName
string | null
source
string | null
subscribed
boolean | null
mailingLists
object
properties
object

Response

Contact updated

success
enum<boolean>
required
Available options:
true
id
string
required