Skip to main content

Token Expiration and Refresh

Token Validity Period

  • The AccessToken is valid for 24 hours.
  • All requests made with an expired token will return 401 Unauthorized.

Token Refresh

  • If the token has expired, a new token must be obtained using the same ApiKey and SecretKey.
  • Before making service requests, the system should check the token; if it is invalid, it should automatically refresh it and resend the request.