Corporations
List corporations
Get all corporations in an organization
GET
Retrieves a paginated list of all corporations associated with your organization.
string
Cursor for pagination. Use the cursor returned in the previous response to fetch the next page.
integer
default:"10"
Number of items to return per page. Must be between 1 and 100.
array
Array of corporation objects.
integer
required
Total number of corporations in the organization.
string
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