Skip to main content
POST
Refresh an existing JWT access token before it expires.
No bearer token required — this endpoint issues the token.

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Body

application/json
refreshToken
string
Example:

"eyJhbGciOi..."

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object