# User Tokens Generation Generate user's MARCIE API tokens Endpoint: POST /admin/selfservice/tokens-generation Version: 2025-08-18T18:01:56Z Security: api_key ## Request fields (application/json): - `email` (string, required) Client email address used for registration - `password` (string, required) Password for the client account ## Response 200 fields (application/json): - `status` (object) response status - `status.success` (boolean) Response status - `status.code` (integer) Response status code - `result` (object) response body - `result.access-token` (string) MARCIE API access token - `result.id-token` (string) MARCIE API id token ## Response 400 fields (application/json): - `status` (object) response status - `status.success` (boolean) Response status - `status.code` (integer) Response status code - `cause` (object) cause of error - `cause.message` (string) Error message