# Get Test Access Token Generate access token for testing protected endpoints. Available in local and development environments only. Endpoint: POST /series/test/token Version: 1.0.0 ## Request fields (application/json): - `email` (string, required) User email address Example: "basic@test.com" - `password` (string, required) User password Example: "Test1234!" ## Response 200 fields (application/json): - `access_token` (string, required) JWT access token for API authentication - `token_type` (string) Token type - `expires_in` (integer, required) Token expiration in seconds - `scope` (any) Granted scopes ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required) ## Response 401 fields ## Response 403 fields ## Response 503 fields