Customer Application Items
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Available to: All authenticated users
Environments: Demo, Live
Rate Limit: No endpoint-specific limit
Returns the CustomerApplication entities identified by the ids query parameter (a comma-separated list of entity IDs). This is the batch form of customerApplicationItem — use it to check several applications in one request instead of one call per ID.
Each returned application carries its userId, accountType, legalStatus, startDate, and applicationStatus (PendingApplication, ApprovedApplication, RejectedApplication, PendingReview, InReview, InComplianceReview, ReviewCompleted, EscalatedToAML, or InAMLReview), plus accountId, rejection details, clearingHouseId, autoApprovalType, duplicate, and archived when applicable. See customerApplicationItem for field details.
To list applications by user instead of by application ID, use customerApplicationDependents or customerApplicationLDependents.
Results are scoped to the entities the caller is permitted to see; IDs the caller cannot access are not returned.
Common Failure Scenarios
ids parameter is missing or contains values that are not valid entity IDs.HTTP 401).