Managing Session Tokens
Loading...
Loading...
Auth API Reference
Check validity and revoke Session tokens to manage rate limits and security.
Pass the Session token as Bearer:
Revoked tokens immediately free rate limit quota (10/hour, 20/day per Profile).
GEThttps://auth.quiltt.io/v1/users/sessionCopy endpoint URL to clipboardVerify cached tokens before issuing new ones (app startup, before Connector launch, after network errors):
DELETEhttps://auth.quiltt.io/v1/users/sessionCopy endpoint URL to clipboardFree rate limit quota by revoking tokens at logout, session timeout, or security events:
See Best Practices for complete caching and logout implementations using Quiltt SDKs.