GET
/
questions
cURL
curl --request GET \
  --url https://www.quikquery.io/api/v1/questions \
  --header 'api-token: <api-key>'
[
  {
    "_id": "<string>",
    "question": "<string>",
    "docGroup": [
      "<string>"
    ]
  }
]

Authorizations

api-token
string
header
required

Response

200
application/json

questions response

The response is of type object[].