curl --request GET \
--url https://app.enzo.health/api/v1/processors/{processorId} \
--header 'Authorization: Bearer <token>'
{
"processor": {
"id": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"organizationId": "<string>",
"creatorId": "<string>",
"extendWorkflowId": "<string>",
"extendWorkflowVersion": "<string>",
"name": "<string>"
}
}
curl --request GET \
--url https://app.enzo.health/api/v1/processors/{processorId} \
--header 'Authorization: Bearer <token>'
{
"processor": {
"id": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"organizationId": "<string>",
"creatorId": "<string>",
"extendWorkflowId": "<string>",
"extendWorkflowVersion": "<string>",
"name": "<string>"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.