Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Contact information to create
Valid email address (automatically normalized to lowercase)
Example:
Contact's first name
Example:
"John"
Contact's last name
Example:
"Doe"
Your application's user identifier
Example:
"user_12345"
Key-value pairs for custom contact attributes
Example:
{
"company": "Acme Corp",
"role": "Developer",
"plan": "premium"
}