cURL
curl --request POST \ --url https://www.quikquery.io/api/v1/tokens \ --header 'Content-Type: application/json' \ --header 'api-token: <api-key>' \ --data '{ "_id": "<string>", "title": "<string>", "token": "<string>", "name": "<string>" }'
{ "_id": "<string>", "title": "<string>", "token": "<string>" }
Creates a new token
token object that needs to be added to the store
The body is of type object.
object
Token response
The response is of type object.