Authentication Flow
- Sign Up or Log In to obtain access and refresh tokens
- Use Access Token in the
Authorizationheader for API requests - Refresh Token when the access token expires
Obtaining Tokens
Sign Up
Log In
Using Tokens
Include the access token in theAuthorization header:
Token Types
- Access Token: Short-lived (15 minutes), used for API requests
- Refresh Token: Long-lived (7 days), used to obtain new access tokens