List all investors for the authenticated tenant
Investors
List all investors for the authenticated tenant
GET
List all investors for the authenticated tenant
Authorizations
HTTP Basic Authentication using the API Key as username and API Secret as password.
Query Parameters
Maximum number of investors to return.
Required range:
1 <= x <= 100Number of investors to skip for pagination.
Required range:
x >= 0Response
List of investors.
List envelope. data holds the page of items;
each item is itself wrapped in a ResourceEnvelope.