Skip to main content

Authentication Refresh

Refreshing the access token after it expires.

How it works

After an hour of using the access token, the access token will expire.

To get another access token, the /auth_refresh route will be used.

The /auth route may also be used to get a new access token and refresh token.

The refresh token will expire after 15 days of being generated using the /auth route.

Authentication Refresh Flow

Provided below is the flow of refreshing an access token.