Skip to main content

Overview

Use this endpoint to confirm a token is still valid (scope + expiry) before making other requests. Helpful for long-running background jobs.

Request

Response (200)

Notes

  • exp/iat are Unix timestamps (ms).
  • If the token is expired, re-run Generate Access Token.