List company applications
Companies
List company applications
Returns a paginated list of all company applications, ordered by creation date descending. Use the status query parameter to filter by application status. For example, to retrieve only active applications: ?status=INITIATED,IN_PROGRESS,REVIEW_REQUIRED.
GET
List company applications
Authorizations
API key as Bearer token
Headers
API version (YYYY-MM-DD)
Available options:
2025-02-14 Example:
"2025-02-14"
Path Parameters
Unique company identifier
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 by exact application ID match
Filter by application status (comma-separated)
Available options:
INITIATED, IN_PROGRESS, APPROVED, REJECTED, REVIEW_REQUIRED, WORKFLOW_ERROR, EXPIRED