Hello @Zheng ,
Create a Refresh Token API to Manage Token Expiration
The API should issue both an access token and a refresh token. When the access token expires, use the refresh token to obtain a new access token, triggering the refresh on page load.
Steps:
-
Set the URL Parameter: [
] -
Configure Custom Authentication: [
] -
Set the Variable: [
]
-
Set the API Request: [
] -
Run the API Request and Connect with Authentication:
-
API Output:
Thank You.