Managing Session Tokens
Auth API Reference
For complete information on the available endpoints and schemas available in the Auth API, explore the API Reference.
Check validity and revoke Session tokens to manage rate limits and security.
GEThttps://auth.quiltt.io/v1/users/sessionDELETEhttps://auth.quiltt.io/v1/users/sessionPass the Session token as Bearer:
Revoked tokens immediately free rate limit quota (10/hour, 20/day per Profile).
Link to this section#Check Validity
Verify cached tokens before issuing new ones (app startup, before Connector launch, after network errors):
Returns 200 with session details:
Link to this section#Revoke Tokens
Free rate limit quota by revoking tokens at logout, session timeout, or security events:
Returns 204 on success.
Link to this section#SDK Examples
See Best Practices for complete caching and logout implementations using Quiltt SDKs.