# Test access token Test if an access token can be used for authentication with Ripple APIs and how much time remains on it. Endpoint: GET /v2/oauth/token/test Version: 2025.11 Security: Bearer ## Response 200 fields (application/json): - `message` (string) Example: "token_ok" - `seconds_to_expiry` (integer) Remaining time in seconds before the tested token expires. Example: 3600 ## Response 401 fields