Authorizations
Path Parameters
The funder's heron_id
Response
Funder details
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>"
}
}Get details of a specific funder by heron_id
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>"
}
}The funder's heron_id
Funder details
Show child attributes
Was this page helpful?