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 Item

GET
https://demo-d.tradovateapi.com/v1/customerApplicationCheckState/item
GET
/v1/customerApplicationCheckState/item
1const url = 'https://demo-d.tradovateapi.com/v1/customerApplicationCheckState/item?id=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 "id": 1,
3 "adminNotificationDate": {
4 "year": 1,
5 "month": 1,
6 "day": 1
7 },
8 "highRisk": true,
9 "identityAutoCheckAttempts": 1,
10 "identityAutoCheck": "Fail",
11 "identityAutoCheckTransactionId": "string",
12 "identityQuestionCheck": "Fail",
13 "jointIdentityAutoCheckAttempts": 1,
14 "jointIdentityAutoCheck": "Fail",
15 "jointIdentityAutoCheckTransactionId": "string",
16 "jointIdentityQuestionCheck": "Fail",
17 "journeyApplicationToken": "string",
18 "jointJourneyApplicationToken": "string",
19 "identityCheck": "Fail",
20 "identityCheckDate": {
21 "year": 1,
22 "month": 1,
23 "day": 1
24 },
25 "agreementsPrepared": "2024-01-15T09:30:00Z",
26 "nfaCheck": "Fail",
27 "nfaCheckDate": {
28 "year": 1,
29 "month": 1,
30 "day": 1
31 },
32 "bankruptcyCheck": "Fail",
33 "bankruptcyCheckDate": {
34 "year": 1,
35 "month": 1,
36 "day": 1
37 },
38 "complianceCheck": "Fail",
39 "complianceCheckDate": {
40 "year": 1,
41 "month": 1,
42 "day": 1
43 },
44 "submissionDate": "2024-01-15T09:30:00Z",
45 "signedAdminAlertSignalId": 1,
46 "principalSignedAdminAlertSignalId": 1,
47 "pendingCommissionSheetTimestamp": "2024-01-15T09:30:00Z",
48 "identityAutoCheckProvider": "Alloy",
49 "jointIdentityAutoCheckProvider": "Alloy",
50 "duplicateCheckEnabled": true,
51 "ecbsvAuthorized": true,
52 "identityCheckDocumentDownload": "Downloaded"
53}

Fetches CustomerApplicationCheckState entity by id field

Was this page helpful?
Previous

Customer Application Check State Items

Next
Built with

Authentication

AuthorizationBearer

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

Query parameters

idlongRequired

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: