Delay/Skip Token Expiration

Tokens are valid for 30 days from creation or last use, so that the 30 day expiration automatically refreshes with each API call. Tokens that aren’t used for 30 days expire.

Is there an api that basically doesn’t return anything but acts as a kind of dummy call to keep from token being expired when not used for more than 30days.

Basically this is when the test sites which uses token if not used for a longer period expires.

I am aware that refresh tokens is a way to get around token Expiration but rather than getting refresh token ,I just need to keep making a call for the token be to active.

No, we typically recommend that you have a script hit one of our endpoints (like /api/v1/Users?limit=1) every 30 days to keep your token alive.

1 Like

Thanks.So any basic get call will do. Thanks again.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.