GET
/
api
/
submission_parsers
/
{end_user_heron_id}
curl --request GET \
  --url https://app.herondata.io/api/submission_parsers/{end_user_heron_id} \
  --header 'x-api-key: <api-key>'
[
  {
    "end_user_heron_id": "<string>",
    "result": {},
    "status": "success",
    "submission_parser": {
      "description": "<string>",
      "heron_id": "<string>",
      "name": "<string>",
      "slug": "<string>"
    }
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_heron_id
string
required

The heron_id of the end user

Response

200 - application/json
OK

The response is of type object[].