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

Authorizations

api-token
string
header
required

Response

doc group response

name
string
required

The name of the bot

description
string
required

The description of the doc group

_id
string