POST
/
v1
/
verifications
curl --request POST \
  --url https://api.soharhealth.com/v1/verifications \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "patientId": "e0e2b88e-7387-4b27-aa89-e77fcf9c049c",
  "memberId": "000000",
  "payerId": "62308"
}'
{
  "patientId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
  "verificationId": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}

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 verification ID

The response is of type object.