List enterprises
Return the enterprises you own, paginated. The default page size is 20; the maximum is 250.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
1-based page number. Out-of-range values return an empty page with correct meta.
Required range:
x >= 1Example:
1
Items per page. Default 10. Maximum 250; values above are clamped to 250.
Required range:
1 <= x <= 250Example:
10
Filter by legal name (partial match).
Example:
"Acme"
Case-insensitive partial match on legal name.
Example:
"Acme"
Response
Paginated list of enterprises.
JavaScript