Access_token alter expiration time

Hello,

I’m using this link with the access_token,

{{ url }}/api/clients-status?access_token={{access_token}}

so I can view preview the data from another CMS using Curl.
But the access_token expires on its own.

Is there a way to alter the expiration time of the access_token?
If none, what would be the best solution?

The access_token expires for security purposes and the 1 hour time limit is fairly standard for these sorts of things. I’d recommend leaving it at 1 hour.

You can test the expiry time of the access token you have, and re-request a new one when it expires.