Skip to main content
POST
/
verification-output
Verification Output
curl --request POST \
  --url https://api.example.com/verification-output \
  --header 'Content-Type: application/json' \
  --data '
{
  "request": {
    "request_id": "<string>",
    "input": {
      "patient_info": {
        "subscriber_id": "<string>",
        "dob": "<string>",
        "name": "<string>",
        "address": "<string>"
      },
      "payer_info": {
        "name": "Ambetter Meridian MI",
        "phone_number": "<string>"
      },
      "provider_info": {
        "npi": "<string>",
        "name": "<string>",
        "tin": "<string>",
        "organization_name": "<string>"
      },
      "callback_url": "<string>",
      "cpt_code_coverage": [
        "<string>"
      ]
    },
    "received_timestamp": "2023-11-07T05:31:56Z",
    "state": "pending",
    "error_reason": "<string>"
  },
  "insurance_data": [
    {
      "person_uuid": "<string>",
      "verification_time": "2023-11-07T05:31:56Z",
      "verification_source": "manual_web_portal",
      "patient_info": {
        "subscriber_id": "<string>",
        "dob": "<string>",
        "name": "<string>",
        "address": "<string>"
      },
      "plan_info": {
        "payer_name": "Ambetter Meridian MI",
        "plan_name": "<string>",
        "eligibility_status": "Active",
        "start_date": "2023-12-25",
        "end_date": "2023-12-25",
        "cpt_code_coverage": [
          "<string>"
        ]
      },
      "uuid": "<string>",
      "request_id": "<string>",
      "notes": "<string>"
    }
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
request
RequestModel · object
required
insurance_data
InsurancePlanData · object[]
required

Response

Successful Response