Skip to main content
POST
/
tokens
cURL
curl --request POST \
  --url https://www.quikquery.io/api/v1/tokens \
  --header 'Content-Type: application/json' \
  --header 'api-token: <api-key>' \
  --data '
{
  "title": "<string>",
  "_id": "<string>",
  "token": "<string>",
  "name": "<string>"
}
'
{
  "title": "<string>",
  "_id": "<string>",
  "token": "<string>"
}

Authorizations

api-token
string
header
required

Body

application/json

token object that needs to be added to the store

title
string
required

The name of the token

_id
string
token
string

The token

name
string

The name of the token

Response

Token response

title
string
required

The name of the token

_id
string
token
string

The token