Refresh Access Token
Automatically refresh your request token with your existing token without login.
Auth tokens expire after 24 hours, you many use this endpoint to pass the refresh token in to mint a new auth token.
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
default
default response
application/json
get
GET /v1/auth/token HTTP/1.1
Host: sandbox-api.violet.io
X-Violet-Token: text
X-Violet-App-Secret: text
X-Violet-App-Id: 1
Accept: */*
default
default response
{
"token": "text"
}
Last updated
Was this helpful?