Base URL
All API endpoints are prefixed with/v1:
Authentication
The API uses Bearer token authentication (Laravel Sanctum). Include the token in every protected request:Rate limits
When a rate limit is exceeded, the API returns
429 Too Many Requests.