List authorization requests
POST/userauth-srv/graph/uauthrequests/receipts
Returns authorization requests where the authenticated user is the recipient (beneficiary).
Replaces the legacy GET /userauth-srv/users/{sub}/uauthrequests endpoint. The user sub is taken from the access token and applied automatically; do not pass sub in the request body filters.
Use the generic graph filter in the request body for pagination, sorting, date ranges, and field filters.
Request
Responses
- 200
- 204
- 400
- 401
Authorization requests retrieved successfully
No matching authorization requests
Bad Request — invalid graph filter (e.g. unsupported or disallowed filter field)
Unauthorized — missing or invalid token, or anonymous sub