Contacts
Create a contact
Create a new contact
POST
Create a contact
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Headers
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
Body
application/json
The book ID
Example:
"abc123xyz"
First name
Example:
"John"
Last name
Example:
"Doe"
Middle name
Example:
"Robert"
Preferred name
Example:
"Johnny"
Salutation
Example:
"Mr."
Suffix
Example:
"Jr."
Gender
Available options:
female, male, nonbinary, other, prefer_not_to_say Example:
"male"
Professional designations
Example:
"CPA, CFP"
Array of email addresses
Array of phone numbers
Array of addresses
Create a contact