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

Authorizations

api-token
string
header
required

Response

200
application/json

doc group response

The response is of type object[].