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