# Becton Dickinson — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Access current recall notices and safety alerts from BD (Becton, Dickinson and Company), including affected product names, campaign identifiers, dates, status, and detailed clinical impact summaries with recommended actions.

**Category:** Healthcare | **Website:** [bd.com/](https://bd.com/) | **Docs:** [parse.bot/marketplace/1b623e8b-d135-453f-be54-d433b77ff119/bd-com-api](https://parse.bot/marketplace/1b623e8b-d135-453f-be54-d433b77ff119/bd-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-bd-com-api-1b623e8b/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_recalls

Fetch all active recall notices and safety alerts published by BD. Returns metadata, clinical impact assessments, and product identifiers such as catalog numbers and lot information. No input parameters required — returns the full set of active recalls from the BD Customer Care portal. Each recall includes the campaign identifier, product name, start date, current status, and a full HTML description of the clinical impact and required user actions.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-bd-com-api-1b623e8b/get_recalls \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
