List MED refund requests
Lists the refund requests detected by the worker pollers (requested by this institution or against it), filterable by status, role ISPB, and the contested payment’s endToEndId. Read projection — no upstream round-trip.
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
Filter on stSolDevolucao (0=Aberta, 1=Cancelada, 2=Analisada).
Filter on the contested ISPB (refunds requested against this institution).
Filter on the requester ISPB (refunds this institution requested).
Filter on the contested payment's endToEndId.
Response
OK
The list of detected refund requests, newest first.

