Help Center

Authentication

The API uses Laravel Sanctum for authentication. To authenticate:

  1. Obtain a Token: Request an API token from your administrator

  2. Include in Requests: Add the token to your request headers:

Authorization: Bearer your-api-token
  1. Token Scope: Tokens can be scoped to specific domains and operations