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
Example response
{
"tokens": [
"my-token",
"ci-token"
]
}Returns the names of API tokens that belong to the authenticated user's organization. Token values/hashes are never returned.
OK
{
"tokens": [
"my-token",
"ci-token"
]
}