Authentication
The API uses Laravel Sanctum for authentication. To authenticate:
-
Obtain a Token: Request an API token from your administrator
-
Include in Requests: Add the token to your request headers:
Authorization: Bearer your-api-token
- Token Scope: Tokens can be scoped to specific domains and operations