GET
/
v1
/
processors
curl --request GET \
  --url https://app.enzo.health/api/v1/processors \
  --header 'Authorization: Bearer <token>'
{
  "processors": [
    {
      "config": {
        "sections": [
          {
            "name": "<string>",
            "fieldsToExtract": [
              {
                "fieldName": "<string>",
                "description": "<string>"
              }
            ]
          }
        ]
      },
      "published": true,
      "name": "<string>",
      "type": "EXTRACT",
      "id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

organizationId
string
required

Response

200
application/json
Successful response
processors
object[]
required