Skip to main content
GET
/
api
/
funders
/
linked
List your linked funders
curl --request GET \
  --url https://app.herondata.io/api/funders/linked \
  --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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

List of user's linked funders

funders
object[]