v1
latestOpenAPI 3.1.02026-07-1444650.0 KBDiscover
Search for an active plan, return member_id and payer_id if found
post/v1/discover
Request body
Example request
{
"member_first_name": "NAME",
"member_last_name": "SURNAME",
"zip": "10001",
"payer_id": "87726"
}Response
Successful Response
Example response
{
"plan_begin_date": "2021-01-01",
"plan_end_date": "2022-01-01"
}