v3

OpenAPI 3.1.0Apache 2.02026-07-31223876.6 KB
Utilities

List API tokens

Returns the names of API tokens that belong to the authenticated user's organization. Token values/hashes are never returned.

get/tokens

Response

OK

tokensstring[]

Example response

{
  "tokens": [
    "my-token",
    "ci-token"
  ]
}