---
title: "Get Likely Plans with input passed from body"
method: POST
path: "/api/v1/plan/matches"
tags: ["Plans"]
---

# Get Likely Plans with input passed from body

`POST /api/v1/plan/matches`

Returns planInfo object which consists of all likely matches based on the lookup information passed in

## Request body

- CcpDocsMobileEnrollmentPlanInfoBase
  - `FirstName` string, required
  - `LastName` string, required
  - `DateOfBirth` string, required
  - `ZipCode` string, required

## Response `200`

Plans successfully fetched

- CcpDocsMobileEnrollmentPlanInfo[]
  - `ClientId` string, required
  - `PlanId` string, required
  - `ClientDescription` string, required
  - `PlanDescription` string, required
  - `PhoneNumber` string, required
  - `Website` string, required
  - `Email` string, required
  - `PlanIconSmall` string, required
  - `PlanIconMedium` string, required
  - `PlanIconLarge` string, required
  - `PlanLogoSmall` string, required
  - `PlanLogoMedium` string, required
  - `PlanLogoLarge` string, required
  - `AppleWalletIdCardEnabled` boolean
  - `GoogleWalletIdCardEnabled` boolean

## Other responses

- `400` — Invalid request parameters
- `401` — Invalid credentials
- `403` — Invalid permissions
- `500` — Unexpected error, contact Zelis

---

[API](https://skmtc.dev/redcard/apis/ccp-docs-wcf-public.md) · [All operations](https://skmtc.dev/redcard/apis/ccp-docs-wcf-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redcard/ccp-docs-wcf-public/revisions/b572c437ad6b/schema)
