Search Contact

Search for a contact

post
/contacts/search

Searches for a contact in the HealthSherpa system created by the authenticated agent. You can search by medicare number alone, OR by using a combination of name (first name or last name) with at least one of: date of birth, email, or phone.

Required scopes
This endpoint requires the following scopes:
  • : Access to Partner API v2 endpoints
Authorizations
OAuth2authorizationCodeRequired

OAuth 2.0 authentication with partner_api_v2 scope

Authorization URL: Token URL:
Body
Responses
200

Search completed. When a matching contact is found, data.contact is the contact and data.redirect_url is populated. The response includes the full contact payload with nested drugs, pharmacies, providers, and provider addresses. When no contact is found, both data.contact and data.redirect_url are null.

application/json
post
/contacts/search

Last updated