# Token#IssueToken Issue a cross-service token Endpoint: GET /sto/api/v2/token Version: 1.0 Security: ## Query parameters: - `accountId` (string) Harness Account ID Example: "abcdef1234567890ghijkl" - `audience` (array) Enum: "sto-plugin", "manager" ## Header parameters: - `X-Harness-Token` (string, required) Harness internal shared secret Example: "3q7uiERGH78heq3weg" ## Response 200 fields (application/json): - `token` (string, required) Issued cross-service JWT Example: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" ## Response 400 fields (application/json): - `message` (string, required) Example: "Not Found" - `status` (integer) Example: 404 ## Response 401 fields (application/json): - `message` (string, required) Example: "Not Found" - `status` (integer) Example: 404 ## Response 403 fields (application/json): - `message` (string, required) Example: "Not Found" - `status` (integer) Example: 404 ## Response 429 fields (application/json): - `message` (string, required) Example: "Not Found" - `status` (integer) Example: 404 ## Response 500 fields (application/json): - `message` (string, required) Example: "Not Found" - `status` (integer) Example: 404