Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
The account identifier
Body
application/json
The contact first name
Example:
"Steve"
The contact last name
Example:
"Wozniak"
The contact company name
Example:
"Apple Inc."
List of contact email addresses
Example:
["steve@apple.com"]
List of contact phone numbers
Example:
["123-456-7890"]
List of associated deal IDs
Example:
["deal-001", "deal-002"]
List of associated account IDs
Example:
["account-123", "account-456"]
Contact custom fields
Value to pass through to the provider
Example:
{ "other_known_names": "John Doe" }