v4

latestOpenAPI 3.1.0Apache 2.02026-08-04223877.0 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"
  ]
}