v1
latestOpenAPI 3.0.0MIT2026-07-22275773.2 KBVerifications
Create Verification
post/v2/verifications
Request body
Example request
{
"patient": {
"firstName": "John",
"lastName": "Doe",
"dateOfBirth": "09/20/2023",
"state": "CA",
"memberId": "00000000"
},
"payerId": "62308",
"placeOfServiceCode": "02",
"specialtyCode": "PSY",
"id": "123456",
"subscriber": {
"dateOfBirth": "09/20/2023"
}
}Response
A verification ID
Example response
{
"verificationId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"id": "123456"
}