cURL
curl --request POST \ --url https://api.soharhealth.com/v1/discovery \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "firstName": "John", "lastName": "Doe", "dateOfBirth": "01/01/2000", "state": "CA", "npi": "0123456789", "zipCode": "90210" }'
{ "discoveryId": "fb701ac1-1246-4860-b1ec-bd916b97a990" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A discovery ID
The response is of type object.
object