POST
/
v1
/
contacts
/
create
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Workspace-scoped API key from the credentials table

Body

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

Response

Contact created

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