v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-042830148.8 KB
Portfolio Connect

Verify Access Token

Verify an access token and check if it's still valid. Useful for debugging token issues.

post/v1/token/verify

Response

Token verification result

errorstring

Error message (only shown if invalid)

masked_api_keystring

Masked API key (only shown if valid)

validboolean

Whether the token is valid

Example response

{
  "error": "Token has expired",
  "masked_api_key": "abc1****ef23",
  "valid": true
}