Update Contact

Update an existing contact

patch
/contacts/{contact_id}

Updates an existing contact in the HealthSherpa system. The contact must be owned by the agent specified in the request. Only fields that are included in the request will be updated.

Authorizations
X-API-KeystringRequired

API key for authentication

Path parameters
contact_idstringRequired

The HealthSherpa system ID of the contact to update

Body
agent_emailstring · emailRequired

Email of the agent who owns this contact

Responses
chevron-right
200

Contact updated successfully

application/json
patch
/contacts/{contact_id}

Last updated