Creates a contact in Audity’s lightweight CRM. Only name is required, all other fields are optional. relationshipType is silently coerced to null if not one of the allowed enum values.
Returns 201 with the created contact. Note: this endpoint returns the contact directly (not wrapped under { contact: ... }).
Documentation Index
Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt
Use this file to discover all available pages before exploring further.
A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.
Contact's full name. Trimmed before save.
1Silently coerced to null if not one of the allowed values.
client, prospect, partner, referral, null Contact created
client, prospect, partner, referral