Refresh Token
Credentials
Refresh Token
Generates a new access token using a valid refresh token.
Request Body
- refresh_token (
string, required): A valid refresh token obtained from the Login endpoint.
Response
-
status:
-
code (
integer): Status code (0indicates success). -
message (
string): Status message. -
details (
array): Additional details.
-
-
access_token:
-
token (
string): New JWT access token. -
valid_to_time (
string): Expiration time of the new access token in ISO 8601 format.
-
POST
Refresh Token
Body
application/json
The body is of type object.
Response
200 - application/json
OK
The response is of type object.