Skip to main content
PUT
/
api
/
funder_integrations
/
{funder_heron_id}
Save staging or production form values for a funder integration
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.

Authorizations

x-api-key
string
header
required

Path Parameters

funder_heron_id
string
required

Body

application/json
environment
enum<string>
required
Available options:
staging,
production
form_values
object
required

Response

Integration saved