POST
/
api
/
iso_applications
/
reprocess
/
{heron_id}
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

The response is of type object.