Skip to main content

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:
Tokens are obtained via the login endpoint.

Rate limits

When a rate limit is exceeded, the API returns 429 Too Many Requests.

Versioning

The current API version is v1. The version prefix is part of the URL path. Breaking changes will increment the version number.