GET
/
v1
/
discovery
/
{discoveryId}
curl --request GET \
  --url https://api.soharhealth.com/v1/discovery/{discoveryId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "complete",
  "discoveryId": "fb701ac1-1246-4860-b1ec-bd916b97a990",
  "payerId": "62308",
  "payerName": "Cigna",
  "memberId": "00000000",
  "firstName": "JOHN",
  "lastName": "DOE",
  "dateOfBirth": "09/20/2023",
  "state": "CA"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
A discovery

The response is of type object.