GET
/
auth
/
token
curl --request GET \
  --url https://sandbox-api.violet.io/v1/auth/token \
  --header 'X-Violet-App-Id: <x-violet-app-id>' \
  --header 'X-Violet-App-Secret: <x-violet-app-secret>' \
  --header 'X-Violet-Token: <x-violet-token>'
{
  "token": "<string>"
}

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

Headers

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

Response

default - application/json

default response

Refresh Token Response