Create Contact
Creates a new contact in the HealthSherpa system. The contact will be associated with the agent specified in the request. All contacts must have an external ID, first name, and last name.
Authorizations
X-API-KeystringRequired
API key for authentication
Body
agent_emailstring · emailRequired
Email of the agent who will own this contact
Responses
200
Contact created successfully
application/json
400
Validation error
application/json
401
Unauthorized - Invalid API key
application/json
404
Agent not found or not associated with the agency
application/json
422
The request was well-formed but could not be processed
application/json
post
/contactsLast updated

