POST
/
v1
/
discovery
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"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

201
application/json
A discovery ID

The response is of type object.