cURL
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" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A discovery
The response is of type object.
object