GET
/
v1
/
processors
curl --request GET \
  --url https://app.enzo.health/api/v1/processors \
  --header 'Authorization: Bearer <token>'
{
  "processors": [
    {
      "name": "<string>",
      "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

The response is of type object.