Skip to main content
POST
/
verify
cURL
curl --request POST \
  --url https://api.tryvisible.com/verify \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "patient": {
    "first": "<string>",
    "last": "<string>",
    "dob": "2023-12-25"
  },
  "providerId": 123,
  "insuranceInfo": {
    "memberId": "<string>",
    "groupID": "<string>",
    "payerId": "<string>"
  },
  "responseWebhook": "<string>"
}
'
{
  "requestId": 123
}

Authorizations

Authorization
string
header
required

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

Body

application/json
patient
object
required
providerId
integer<int64>
required
insuranceInfo
object
required
responseWebhook
string<uri>
required

URL to send the response to

Response

Verification request created

requestId
integer<int64>

ID of the pending verification request