Super AdminList Auth Tokens

List Auth Tokens

List all namespace user tokens across the system, with optional filtering by namespace.

{
  "namespace": "customer_ns_1"
}
{
  "data": [
    {
      "namespace": "customer_ns_1",
      "auth_tokens": ["<TOKEN_1>", "<TOKEN_2>"]
    }
  ],
  "success": true,
  "error": { "message": "" }
}

Lists all namespace user tokens. You can optionally filter by namespace.

Endpoint

MethodEndpoint
GEThttps://<domain>/api/vault/super-admin/namespace/auth-token/list

Query parameters

query
namespacestring

Filter tokens by namespace. If omitted, returns all tokens across all namespaces.