---
title: "Search directory listings by name for claim typeahead"
method: GET
path: "/v1/provider-claims/search"
tags: ["Provider Claims"]
---

# Search directory listings by name for claim typeahead

`GET /v1/provider-claims/search`

Case-insensitive partial name match over provider listings. Returns minimal public fields plus claim availability (available / claimed / pending).

## Query parameters

- `name` string, required
- `limit` integer

## Response `200`

Default Response

- object
  - `status` string
  - `listings` object[]
    - `_id` string
    - `name` string
    - `slug` string
    - `logoURL` string
    - `address` object
      - `street1` string
      - `city` string
      - `state` string
      - `postalCode` string
    - `claimAvailability` 'available' | 'claimed' | 'pending'

## Other responses

- `403` — Default Response

---

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