JSON Web Token

JWT

noun (acronym) /dʒɒt/

A compact, URL-safe token for securely transmitting information between parties. Commonly used for authentication and session management. Pronounced "jot".

"The API validates the JWT in the Authorization header — if the token is expired or the signature is invalid, it returns 401 Unauthorized."