API ReferenceVerify a user's signature POSTVerify a user's signature and consume the nonce embedded in the signed message.Logout user POSTDestroys the current session and clears the cookie
API ReferenceRefresh user's access token POSTRefresh user's access tokenCreates a new access token for the user, if the session is activeCopy MarkdownOpenServer URLloading...POST/auth/refreshSendCreates a new access token for the user, if the session is activeResponse Body200application/json201401500cURLJavaScriptGoPythonJavaC#Rustcurl -X POST "https://example.com/auth/refresh"200201401500{ "accessToken": "string"}