POST
/
api
/
iso_applications
curl --request POST \
  --url https://app.herondata.io/api/iso_applications/ \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>'
{
  "heron_id": "<string>",
  "status": "processing"
}

Authorizations

x-api-key
string
header
required

Body

multipart/form-data

Response

200 - application/json
OK

The response is of type object.