Skip to main content
GET
/
api
/
funder_integrations
/
candidates
List funders available for self-service that the broker hasn't linked yet
curl --request GET \
  --url https://app.herondata.io/api/funder_integrations/candidates/ \
  --header 'x-api-key: <api-key>'
[
  {
    "funder_heron_id": "<string>",
    "funder_name": "<string>",
    "funder_logo_url": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.herondata.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Response

200 - application/json

List of available funders

channel_type
enum<string>
required
Available options:
api,
portal
funder_heron_id
string
required
funder_name
string
required
funder_logo_url
string | null