Which endpoint can be used to list all tokens?
Which endpoint can be used to list all tokens?
The correct endpoint to list all tokens is /auth/token/list. This endpoint allows for retrieving a list of all tokens. /auth/token/accessors is used specifically to list token accessors, not the tokens themselves, and the other options do not relate to token listing.
D Agree with dad_rekka
D sort of, vault list auth/token/accessors will list all Token Accessors there is no way to list all tokens directly.