I need to verify the validity of a vault token. I'm looking for a way to confirm if the token is active and can be used for authentication.
7 answers
Arianna
Wed Nov 06 2024
There are two possible outcomes of this check.
SumoPowerful
Wed Nov 06 2024
If you possess the token, there is a specific API endpoint available for you to utilize.
CryptoElite
Wed Nov 06 2024
The API endpoint is known as /auth/token/lookup-self.
Arianna
Wed Nov 06 2024
When you access this endpoint, it will perform a check on the token you provided.
Pietro
Tue Nov 05 2024
If the token is invalid or has expired, the endpoint will return a 403 status code.