Generates a new access token using a valid refresh token.
string
, required): A valid refresh token obtained from the Login endpoint.status:
code (integer
): Status code (0
indicates 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.
OK
The response is of type object
.