v1
latestOpenAPI 3.1.02026-07-1444650.0 KBPolicy Scan
Search for a patient’s active policy, without payer_id. Return member_id and payer_Id if found.
post/v1/scan
Request body
Example request
{
"member_first_name": "NAME",
"member_last_name": "SURNAME",
"zip": "10001"
}Response
Successful Response
Example response
{
"plan_begin_date": "2021-01-01",
"plan_end_date": "2022-01-01"
}