Get access token
Issue a new access token using a refresh token
AuthorizationBearer <token>
Bearer token authentication. Use your API key as the bearer token.
In: header
Refresh token input
refreshTokenstring
Response Body
curl -X POST "https://eu1.api.bivariant.com/v1/auth/token" \ -H "Content-Type: application/json" \ -d '{ "refreshToken": "string" }'{
"expiresIn": 0,
"token": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}