cURL
curl --request GET \ --url https://www.quikquery.io/api/v1/questions \ --header 'api-token: <api-key>'
[ { "_id": "<string>", "question": "<string>", "docGroup": [ "<string>" ] } ]
Returns all questions that user have it
questions response
The response is of type object[].
object[]