Skip to main content
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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cursor
string

Cursor for pagination

limit
integer
default:10

Number of items to return per page

Required range: 1 <= x <= 100

Response

Get all corporations response.

data
object
message
string
Example:

"Successfully fetched corporations."