Skip to main content
GET
/
v1
/
questions
Get list of questions to check in transcripts
curl --request GET \
  --url https://app.enzo.health/api/v1/questions \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "text": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://enzohealth-12c99f25.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

Successful response

id
string
required
text
string
required