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