invalid_token
HTTP 401Invalid tokenManagement API
What happened
The session token is expired, revoked, or was issued by a different environment.
How to fix it
Sign in again. Revoking a session from the account page invalidates it everywhere immediately.
What you received
{
"type": "https://docs.sidelineexchange.com/errors/invalid_token",
"title": "Invalid token",
"status": 401,
"detail": "…"
}Worth understanding
- Session — One signed-in browser, listed with when it was created and last seen, and revocable on its own.