For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Support Center
OverviewAPIResources
OverviewAPIResources
  • REST API Endpoints
    • GETGet Timestamp
    • GETO IDC User Info
      • GETCorporate Applicant Dependents
      • GETCorporate Applicant Item
      • GETCorporate Applicant Items
      • GETCorporate Applicant L Dependents
      • GETCustomer Application Check State Dependents
      • GETCustomer Application Check State Item
      • GETCustomer Application Check State Items
      • GETCustomer Application Check State L Dependents
      • GETCustomer Application Signing State Dependents
      • GETCustomer Application Signing State Item
      • GETCustomer Application Signing State Items
      • GETCustomer Application Signing State L Dependents
      • POSTDownload Sub Account Request Preview
      • POSTDownload User Document Preview
      • POSTGet Agreement Document
      • POSTGet Current Annual Review Info
      • POSTGet Localized Agreement Document
      • POSTGet User Signed Document
      • GETIndividual Applicant Dependents
      • GETIndividual Applicant Item
      • GETIndividual Applicant Items
      • GETIndividual Applicant L Dependents
      • GETJoint Applicant Dependents
      • GETJoint Applicant Item
      • GETJoint Applicant Items
      • GETJoint Applicant L Dependents
      • GETSub Account Check State Dependents
      • GETSub Account Check State Item
      • GETSub Account Check State Items
      • GETSub Account Check State L Dependents
      • POSTSubmit Annual Review
      • POSTUpdate Contact Info
      • POSTUpdate Contact Info Name
Support Center
LogoLogo
REST API EndpointsPersonal Info

Customer Application Check State Dependents

GET
https://demo-d.tradovateapi.com/v1/customerApplicationCheckState/deps
GET
/v1/customerApplicationCheckState/deps
1const url = 'https://demo-d.tradovateapi.com/v1/customerApplicationCheckState/deps?masterid=1';
2const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
3
4try {
5 const response = await fetch(url, options);
6 const data = await response.json();
7 console.log(data);
8} catch (error) {
9 console.error(error);
10}
200Retrieved
1[
2 {
3 "id": 1,
4 "adminNotificationDate": {
5 "year": 1,
6 "month": 1,
7 "day": 1
8 },
9 "highRisk": true,
10 "identityAutoCheckAttempts": 1,
11 "identityAutoCheck": "Fail",
12 "identityAutoCheckTransactionId": "string",
13 "identityQuestionCheck": "Fail",
14 "jointIdentityAutoCheckAttempts": 1,
15 "jointIdentityAutoCheck": "Fail",
16 "jointIdentityAutoCheckTransactionId": "string",
17 "jointIdentityQuestionCheck": "Fail",
18 "journeyApplicationToken": "string",
19 "jointJourneyApplicationToken": "string",
20 "identityCheck": "Fail",
21 "identityCheckDate": {
22 "year": 1,
23 "month": 1,
24 "day": 1
25 },
26 "agreementsPrepared": "2024-01-15T09:30:00Z",
27 "nfaCheck": "Fail",
28 "nfaCheckDate": {
29 "year": 1,
30 "month": 1,
31 "day": 1
32 },
33 "bankruptcyCheck": "Fail",
34 "bankruptcyCheckDate": {
35 "year": 1,
36 "month": 1,
37 "day": 1
38 },
39 "complianceCheck": "Fail",
40 "complianceCheckDate": {
41 "year": 1,
42 "month": 1,
43 "day": 1
44 },
45 "submissionDate": "2024-01-15T09:30:00Z",
46 "signedAdminAlertSignalId": 1,
47 "principalSignedAdminAlertSignalId": 1,
48 "pendingCommissionSheetTimestamp": "2024-01-15T09:30:00Z",
49 "identityAutoCheckProvider": "Alloy",
50 "jointIdentityAutoCheckProvider": "Alloy",
51 "duplicateCheckEnabled": true,
52 "ecbsvAuthorized": true,
53 "identityCheckDocumentDownload": "Downloaded"
54 }
55]
Fetches all CustomerApplicationCheckState entities associated to CustomerApplication entity
Was this page helpful?
Previous

Customer Application Check State Item

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

masteridlongRequired
CustomerApplication entity ID

Response

CustomerApplicationCheckState
idlong
adminNotificationDateobject
highRiskboolean
identityAutoCheckAttemptsinteger>=0
identityAutoCheckenum
Fail, Pass, ReviewNeeded
Allowed values:
identityAutoCheckTransactionIdstring<=64 characters
identityQuestionCheckenum
Fail, Pass, ReviewNeeded
Allowed values:
jointIdentityAutoCheckAttemptsinteger>=0
jointIdentityAutoCheckenum
Fail, Pass, ReviewNeeded
Allowed values:
jointIdentityAutoCheckTransactionIdstring<=64 characters
jointIdentityQuestionCheckenum
Fail, Pass, ReviewNeeded
Allowed values:
journeyApplicationTokenstring<=64 characters
jointJourneyApplicationTokenstring<=64 characters
identityCheckenum
Fail, Pass, ReviewNeeded
Allowed values:
identityCheckDateobject
agreementsPrepareddatetime
nfaCheckenum
Fail, Pass, ReviewNeeded
Allowed values:
nfaCheckDateobject
bankruptcyCheckenum
Fail, Pass, ReviewNeeded
Allowed values:
bankruptcyCheckDateobject
complianceCheckenum
Fail, Pass, ReviewNeeded
Allowed values:
complianceCheckDateobject
submissionDatedatetime
signedAdminAlertSignalIdlong
principalSignedAdminAlertSignalIdlong
pendingCommissionSheetTimestampdatetime
identityAutoCheckProviderenum
Alloy, AlloyParallelDomIntl, AlloyParallelDomOnly, EVS, LXNX
Allowed values:
jointIdentityAutoCheckProviderenum
Alloy, AlloyParallelDomIntl, AlloyParallelDomOnly, EVS, LXNX
Allowed values:
duplicateCheckEnabledboolean
ecbsvAuthorizedboolean
identityCheckDocumentDownloadenum
Downloaded, Pending
Allowed values: