Skip to main content
GET
/
api
/
funders
/
{heron_id}
Get a single funder
curl --request GET \
  --url https://app.herondata.io/api/funders/{heron_id} \
  --header 'x-api-key: <api-key>'
{
  "funder": {
    "created": "2023-11-07T05:31:56Z",
    "email_domains": [
      "<string>"
    ],
    "heron_id": "<string>",
    "last_updated": "2023-11-07T05:31:56Z",
    "logo_url": "<string>",
    "merchant_heron_id": "<string>",
    "name": "<string>",
    "offer_email_instructions": "<string>",
    "offer_portal_instructions": "<string>",
    "offer_source": "<any>",
    "slug": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

heron_id
string
required

The funder's heron_id

Response

Funder details

funder
object