GET
/
auth
/
token
curl --request GET \
  --url https://sandbox-api.violet.io/v1/auth/token
{
  "token": "<string>"
}

Automatically refresh your request token with your existing token without login.

Headers

X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer

Response

default - application/json
token
string
required

Token