curl --request PUT \
--url https://app.herondata.io/api/funder_integrations/{funder_heron_id}/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"environment": "staging",
"form_values": {}
}
'Creates or updates the Integration record for the broker’s BrokerFunder link. Production saves are gated by a successful staging test within the last 30 days (skipped for funders without a staging environment).
curl --request PUT \
--url https://app.herondata.io/api/funder_integrations/{funder_heron_id}/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"environment": "staging",
"form_values": {}
}
'Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?