REST API documentation is being expanded. See what's available and check back for updates.
This is unreleased documentation for Eixam Docs Next version.
For up-to-date documentation, see the latest version (0.1.0).
Version: Next
Logout and revoke refresh token
POST
/v1/auth/logout
Revokes the refresh token sent in the body. That token can no longer be used for POST /v1/auth/refresh.
Access tokens remain valid until they expire; revoking the refresh token effectively ends the session.