v13

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-022830130.4 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

validboolean

Whether the token is valid

masked_api_keystring

Masked API key (only shown if valid)

errorstring

Error message (only shown if invalid)

Example response

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