curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_heron_id}/funder_submissions/{submission_heron_id}/submit_to_funder/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"use_sandbox": true
}
'{
"submission_heron_id": "<string>"
}Triggers an async submission for a specific funder submission. Returns 202 immediately; poll the submission status to check progress.
curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_heron_id}/funder_submissions/{submission_heron_id}/submit_to_funder/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"use_sandbox": true
}
'{
"submission_heron_id": "<string>"
}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.
The Heron ID of the end user
The Heron ID of the funder submission
Submission accepted and queued for processing
Was this page helpful?