It should be possible to filter this list as part of the API request.
See the Open API spec for /v4/Registrations/{id}/RetrievableAccounts
{
"name": "filter",
"in": "query",
"description": "Filter results. Available operators: eq, ne, gt, ge, lt, le, and, or, not, contains, ieq, icontains, sw, isw, ew, iew, in [ {item1}, {item2}, etc], (). Use \\ to escape quotes, asterisks and backslashes in strings.",
"schema": {
"type": "string"
}
}
It should be possible to filter this list as part of the API request.
See the Open API spec for
/v4/Registrations/{id}/RetrievableAccounts{ "name": "filter", "in": "query", "description": "Filter results. Available operators: eq, ne, gt, ge, lt, le, and, or, not, contains, ieq, icontains, sw, isw, ew, iew, in [ {item1}, {item2}, etc], (). Use \\ to escape quotes, asterisks and backslashes in strings.", "schema": { "type": "string" } }