GET
/
v1
/
questions
curl --request GET \
  --url https://app.enzo.health/api/v1/questions \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "text": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200
application/json
Successful response
id
string
required
text
string
required