Skip to main content
POST
/
api
/
funder_submissions
/
{submission_heron_id}
/
trigger
Trigger a funder submission
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
}
'

Authorizations

x-api-key
string
header
required

Path Parameters

submission_heron_id
string
required

The Heron ID of the funder submission

Body

application/json
use_sandbox
boolean
required

Response

Submission accepted and queued for processing