Authorizations
JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint
using client credentials (clientId and clientSecret).
Include token in Authorization header:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Token expires after 3600 seconds (1 hour).
Query Parameters
Account identifier.
Filter by claim status. Possible values: OPEN, CONFIRMED, COMPLETED, CANCELLED, AWAITING_RESOLUTION.
Response
List of claims retrieved successfully
List of claims associated with the account.

