Verify that a JWT token is valid and not expired.
cURL
curl --request GET \ --url https://api.buildwithtrace.com/api/v2/auth/verify \ --header 'Authorization: Bearer <token>'
JWT access token. Get one via POST /auth/login or from the Trace app (Settings → API Token). Tokens expire after 1 hour.
Token is valid
Was this page helpful?