---
title: "Bcbs Lookup"
method: POST
path: "/bcbs_lookup/lookup"
---

# Bcbs Lookup

`POST /bcbs_lookup/lookup`

Lookup BCBS insurance provider and phone number from member ID prefix.

## Request body

- BCBSLookupRequest
  - `member_id` string, required

## Response `200`

Successful Response

- BCBSLookupResponse
  - `member_id` string, required
  - `insurance_provider` string
  - `phone_numbers` object, required
  - `error` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/healthharbor/apis/health-harbor.md) · [All operations](https://skmtc.net/healthharbor/apis/health-harbor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/healthharbor/health-harbor/revisions/f1047899ad24/schema)
