Create
Creates an organization-created contact. | authz: min_org_role=operator | (ContactClientCreate1) -> (PydanticObjectId)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
schema_version
account_ids
email_address
job_title
location
GeoJSON Feature with typed properties for locations
The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.
notes
off_chrt_org_data_id
org_id
Must be a string starting with org_
phone_number
Response
Successful Response
Errors
422
Contacts Create V1request Unprocessable Entity Error

