Skip to main content

Overview

All API endpoints require JWT authentication. Get a token by logging in, then include it in all requests.

Step 1: Get Your Token

Login with your credentials:
Response:

Step 2: Use Your Token

Include the access token in all API requests:

Code Examples

Refresh Token

When your access token expires, use the refresh token:

Common Errors

401 Unauthorized

Solution: Include the Authorization header with your token.

Token Expired

Solution: Use your refresh token to get a new access token.