v1

latestOpenAPI 3.0.12026-07-1711094.7 KB

Validates and refreshes the access token if necessary.

This function checks the validity of the current access token. If the token is invalid, it attempts to refresh it using the refresh token. The function is useful for maintaining an active session and ensuring API requests have valid authentication.

post/validateAccessToken

Request body

Response

Successful response

isValidboolean

Indicates whether the access token is valid

All 11 operations