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

Authorizations

api-token
string
header
required

Response

200
application/json

tokens response

The response is of type object[].