POST
/
v1
/
requestToken
curl --request POST \
  --url https://api.voltview.co.uk/v1/requestToken \
  --header 'x-api-key: <x-api-key>'
{
  "token": "<string>"
}

Headers

x-api-key
string
required

API key for requesting a token

Response

200
application/json
Successful token generation
token
string

JWT token for API authentication