GET
/
api
/
integrations
curl --request GET \
  --url https://app.herondata.io/api/integrations \
  --header 'x-api-key: <api-key>'
{
  "integrations": [
    {
      "base_url": "https://sandbox.plaid.com",
      "client_id": "<string>",
      "client_secret": "<string>",
      "heron_id": "<string>",
      "name": "Plaid Prod",
      "resource": "transaction",
      "type": "plaid",
      "webhook_url": "https://your-server.yourdomain.com/hooks"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

OK

The response is of type object.