v2

latestOpenAPI 3.0.1private2026-07-2667209320.4 KB
Api Authentication

Refresh existing authentication

Access Refresh

Once authenticated, an issued API Access Token will expire after 30 minutes.

This authenticated endpoint will "refresh" the access token by issuing a new jwt token with an extended expiration.

For best practices, use the /refresh route for refreshing authentication access to extend the API session.

get/api/v1/auth/refresh-token

Response

tokenstring

the bearer token value

All 67 operations