Create a contact
POST/contacts
Creates a contact. At least one identity field is required (email or phone).
For idempotent create-or-update by a natural key, use POST /contacts/upsert.
Maps to internal POST /contact/upsert with force_create=true.
Request
Responses
- 201
- 400
- 401
- 403
- 422
- 429
Contact created
Malformed request
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action
Request failed schema validation
Rate limit exceeded
Response Headers
X-RateLimit-Limit
X-RateLimit-Remaining
X-RateLimit-Reset