API Token length
i'm writing a shell script to install a module. the module requires an token. Wanted to do some validation on input.
Are API Tokens always 32 characters in length?
-
Hello @jimlongo, Yes, API tokens are always 32 characters in length. Thank you. 0 -
Thank you. Is there any further validation I can do? A function that verifies the token . . . or is it always alphanumeric (no special characters)? Anything at all to make sure they presented the correct value. 0 -
Hello @jimlongo, It's always 32 characters, alphanumeric, and the letters are capitalized. Thank you. 0
Please sign in to leave a comment.
Comments
3 comments