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 (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.
-
POST
Body
application/json · object
Response
200 - application/json
OK
The response is of type object
.