Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://app.herondata.io/api/integrations \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{}'
{ "integration": { "name": "Plaid Prod", "type": "<string>", "base_url": "https://sandbox.plaid.com", "client_id": "<string>", "client_secret": "<string>", "heron_id": "<string>", "webhook_url": "https://your-server.yourdomain.com/hooks" } }
Create an integration e.g. with Plaid
Show child attributes
Created
Was this page helpful?