---
title: "Get a single funder"
method: GET
path: "/api/funders/{heron_id}"
tags: ["Funders"]
---

# Get a single funder

`GET /api/funders/{heron_id}`

Get details of a specific funder by heron_id

## Path parameters

- `heron_id` string, required

## Response `200`

Funder details

- object
  - `funder` Funder
    - `aliases` string[]
    - `classification_instructions` string, nullable
    - `created` string, date-time
    - `email_domains` string[]
    - `extraction_instructions` string, nullable
    - `heron_id` string
    - `last_updated` string, date-time
    - `logo_url` string, nullable
    - `merchant_heron_id` string
    - `name` string
    - `offer_email_instructions` string, nullable
    - `offer_portal_instructions` string, nullable
    - `offer_source` unknown
    - `slug` string, nullable
    - `submission_channel` unknown
    - `submission_email_address` string, nullable

## Other responses

- `404` — Funder not found

---

[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)
