Corporations
List corporations
Fetch a list of corporations associated with a specific company ID. This endpoint requires the company ID as a query parameter to filter the results.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The unique identifier of the company whose corporations you want to retrieve.
Pagination cursor for the next set of results. Optional.
Number of items to return per page. Optional. Default is 10.
Required range:
1 <= x <= 100
Response
200
application/json
A list of corporations associated with the specified company ID
The response is of type object[]
.