Authorizations
Response
200 - application/json
List of funders
curl --request GET \
--url https://app.herondata.io/api/funders/ \
--header 'x-api-key: <api-key>'{
"funders": [
{
"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>"
}
]
}Get a list of all available funders
curl --request GET \
--url https://app.herondata.io/api/funders/ \
--header 'x-api-key: <api-key>'{
"funders": [
{
"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>"
}
]
}List of funders
Show child attributes
Was this page helpful?