Access
Refresh Token
GET
/v1/auth/token
X-Violet-Token
X-Violet-App-Secret
X-Violet-App-Id
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
200 - application/json
tokenrequired
string
Token
curl --request GET \
--url https://sandbox-api.violet.io/v1/auth/token
{
"token": "string"
}