Corporations
List corporations
Get all corporations in an organization
GET
Retrieves a paginated list of all corporations associated with your organization.
Cursor for pagination. Use the cursor returned in the previous response to fetch the next page.
Number of items to return per page. Must be between 1 and 100.
Array of corporation objects.
Total number of corporations in the organization.
Cursor to use for fetching the next page. Only present if there are more results.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Cursor for pagination
Number of items to return per page
Required range:
1 <= x <= 100