---
title: "List broker API keys for a given user."
method: GET
path: "/api/broker_submissions/api_keys"
tags: ["BrokerSubmissions"]
---

# List broker API keys for a given user.

`GET /api/broker_submissions/api_keys`

Retrieve all Broker API keys associated with the authenticated user's funder account. Returns a list of broker-funder relationships with their corresponding API keys.

## Response `200`

OK

- object[]
  - `broker` string — The broker's name
  - `broker_funder_api_key_heron_id` string — The API key's unique identifier
  - `broker_funder_api_key_token` string — The API key token

## Other responses

- `404` — Funder account not found for the authenticated user

---

[API](https://skmtc.dev/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.dev/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/herondata/heron-data-api/revisions/f2e441edece2/schema)
