Refresh Tokens and Get User Information
Learn to refresh the access token and obtain the user information.
We'll cover the following...
The access token expires after the expiration datetime has elapsed. So, in case of a 401:Unauthorized
error, we use the REFRESH_TOKEN
to refresh the ACCESS_TOKEN
.
Refresh access token
Click the "Run" button in the ...