Without a key parameter, returns all available dimension values for investor filtering, grouped by dimension key. With a key parameter, returns values for a single dimension with optional text search (q) and pagination (limit, offset).
Auth0 JWT access token
Single investor dimension key to fetch (lookup mode).
"portfolio_location_country"
Optional case-insensitive search term for lookup mode.
"uni"
Pipe-separated IDs to always include in the response (e.g. selected filter values). These are fetched separately and merged with the paginated results.
^\d+(\|\d+)*$"12643|218891"
Number of results to return (1-500, default 50)
"50"
"0"