curl --request POST \
--url https://app.herondata.io/api/funder_submissions/{submission_heron_id}/trigger/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"use_sandbox": true
}
'Triggers an async submission to a funder. Returns 202 immediately; poll via GET /funder_submissions// to check progress.
curl --request POST \
--url https://app.herondata.io/api/funder_submissions/{submission_heron_id}/trigger/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"use_sandbox": true
}
'Was this page helpful?