Skip to main content
POST
Create Contact

Authorization

string
required
Bearer token. Format: Bearer qwoty_your_token

Request Body

string
required
UUID of the customer this contact belongs to
string
required
Contact’s first name
string
required
Contact’s last name
string
required
Contact’s email address
string
Phone number
array
default:"[]"
Assigned roles. Allowed values: "buyer", "signer", "billing", "shipping", "legal", "admin"
string
External CRM ID
string
External ERP ID
string
External accounting ID

Examples

Response

boolean
true if the contact was created
object
The created contact object (same shape as Get Contact)