Customer Application Dependents
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 every CustomerApplication associated with the user identified by the masterid query parameter. Use this to find a user’s applications and their current state — for example, to locate the customerApplicationId for the application-flow endpoints, or to check whether a user already has an application before starting a new one with startCustomerApplication.
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. A user with no applications returns an empty array.
To list applications for several users in one request, use customerApplicationLDependents.
Results are scoped to the entities the caller is permitted to see.
Common Failure Scenarios
masterid parameter is missing.HTTP 401).