Skip to main content
POST
/
api
/
iso_applications
/
reprocess
/
{heron_id}
Reprocess a single ISO application
curl --request POST \
  --url https://app.herondata.io/api/iso_applications/reprocess/{heron_id} \
  --header 'x-api-key: <api-key>'
{
  "failed": [
    "<string>"
  ],
  "succeeded": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

heron_id
string
required

The heron_id of the ISO application to reprocess

Response

200 - application/json

OK

failed
string[]

List of heron_ids that failed to reprocess

succeeded
string[]

List of heron_ids that were successfully queued for reprocessing