Clarity on the Personal access token and refresh token

I pulled the payment data via API into Google Sheets successfully using my personal access token on the sandbox. My goal is to develop a solution that helps me import data into Google Sheets.

My question is, does a personal access token expire?

When trying to get the authorisation code, a redirect URL is needed. Where do I get the redirect URL to use both on the sandbox and production to obtain the refresh tokens?

No, the personal access token doesn’t expire. :slight_smile:

Thank you, Bryan, for the quick response.