List companies
Companies
List companies
Retrieves a paginated list of companies. Use cursor-based pagination by passing the nextCursor value from the response to get subsequent pages.
GET
List companies
Authorizations
API key as Bearer token
Headers
API version (YYYY-MM-DD)
Available options:
2025-02-14 Example:
"2025-02-14"
Query Parameters
Maximum number of items to return (1-100, default: 20)
Required range:
x <= 100Examples:
20
50
100
Opaque cursor for pagination. Pass nextCursor from previous response to get next page.
Filter companies by exact ID match
Filter companies by status (comma-separated)
CREATED: Company created, verification not yet startedPENDING: Application created, verification form not yet submitted or related persons verification not yet completedIN_REVIEW: Verification form submitted and all related persons verified, under review by ReapACTIVE: Company verified and operationalREJECTED: Company verification was rejectedRESTRICTED: Company was previously active and is now restricted
Available options:
CREATED, PENDING, IN_REVIEW, ACTIVE, REJECTED, RESTRICTED