Verity API

Verity API Documentation

Introduction

  1. Authorization: use the Authorization method to get a valid token for access to Verity instance
  2. Lead & student record: use this category of methods to request updates to existing lead & student information by Verity Id or External Key (your internal id matched to a Verity Id). With this service, you may issue updates to lead/student statuses, opt-outs/opt-ins, etc.


Overview

  1. Authorization: use the Authorization method to get a valid token for access to Verity instance
  2. Lead & student record: use this category of methods to request updates to existing lead & student information by Verity Id or External Key (your internal id matched to a Verity Id). With this service, you may issue updates to lead/student statuses, opt-outs/opt-ins, etc.


Service Catalog

Method URL Service Headers
Academic
GET connector/Academic/GetAcademics?ContactId={ContactId} Academic
GET connector/Academic/GetAcademics?VerityLeadId={VerityLeadId} Academic
GET connector/Academic/GetAttendance?ContactId={ContactId} Academic
GET connector/Academic/GetAttendance?VerityLeadId={VerityLeadId} Academic
GET connector/Academic/GetGradedItems?ContactId={ContactId} Academic
GET connector/Academic/GetGradedItems?VerityLeadId={VerityLeadId} Academic
GET connector/Academic/GetRequiredCourses?ContactId={ContactId} Academic
GET connector/Academic/GetRequiredCourses?VerityLeadId={VerityLeadId} Academic
GET connector/Academic/GetRequiredServices?ContactId={ContactId} Academic
GET connector/Academic/GetRequiredServices?VerityLeadId={VerityLeadId} Academic
Authorization
GET connector/Authorization/GetAuthorizationToken Authorization
Award
GET connector/Award/GetAwards?ContactId={ContactId} Award
GET connector/Award/GetAwards?VerityLeadId={VerityLeadId} Award
CareerCenter
GET connector/CareerCenter/GetEmployerActivities?ContactId={ContactId} CareerCenter
GET connector/CareerCenter/GetEmployerActivities?VerityLeadId={VerityLeadId} CareerCenter
GET connector/CareerCenter/GetExams?ContactId={ContactId} CareerCenter
GET connector/CareerCenter/GetExams?VerityLeadId={VerityLeadId} CareerCenter
GET connector/CareerCenter/GetLicenses?ContactId={ContactId} CareerCenter
GET connector/CareerCenter/GetLicenses?VerityLeadId={VerityLeadId} CareerCenter
GET connector/CareerCenter/GetPlacementProfiles?ContactId={ContactId} CareerCenter
GET connector/CareerCenter/GetPlacementProfiles?VerityLeadId={VerityLeadId} CareerCenter
Documents
POST connector/Documents/AddStudentDocument Documents
POST connector/Documents/DeleteStudentDocument Documents
POST connector/Documents/GetDocument Documents
POST connector/Documents/GetDocumentBase64 Documents
POST connector/Documents/SaveDocumentType Documents
POST connector/Documents/UpdateStudentDocument Documents
Enrollment
GET connector/Enrollment/GetEnrollmentHistory?EnrollmentId={EnrollmentId} Enrollment
GET connector/Enrollment/GetEnrollments?ContactId={ContactId} Enrollment
GET connector/Enrollment/GetEnrollments?VerityLeadId={VerityLeadId} Enrollment
Leads
POST connector/Leads/AddNewLead Leads
POST connector/Leads/GetApplicantData Leads
POST connector/Leads/GetLeadPersonalData Leads
POST connector/Leads/SaveReference Leads
POST connector/Leads/UpdateExternalLeadId Leads
POST connector/Leads/UpdateLeadPersonalData Leads
POST connector/Leads/UpdateLeadStatus Leads
POST connector/Leads/UpdateOptin Leads
POST connector/Leads/UpdateOptout Leads
Ledger
GET connector/Ledger/GetLedger?ContactId={ContactId} Ledger
GET connector/Ledger/GetLedger?VerityLeadId={VerityLeadId} Ledger
List
POST connector/List/GetListNames List
POST connector/List/GetListValues List
POST connector/List/UpdateCustomFields List
Notes
POST connector/Notes/SaveNotes Notes

Academic

connector/Academic/GetAcademics?ContactId={ContactId} GET

https://apiqa.verityiq.com/connector/Academic/GetAcademics?ContactId={ContactId}
HEADERS: Authorization: bearer authorization_token GET connector/Academic/GetAcademics?ContactId={ContactId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Transcripts": [
        {
          "Enrollment": 1,
          "TermCode": "string",
          "TermDescription": "string",
          "ClassSessionCode": "string",
          "Course": "string",
          "Faculty": "string",
          "Grade": "string",
          "FaCredits": 8.0,
          "Credits": 9.0,
          "Hours": 10.0,
          "UnitsAttempted": true,
          "UnitsCompleted": true,
          "TotalMinutes": 1
        },
        {
          "Enrollment": 1,
          "TermCode": "string",
          "TermDescription": "string",
          "ClassSessionCode": "string",
          "Course": "string",
          "Faculty": "string",
          "Grade": "string",
          "FaCredits": 8.0,
          "Credits": 9.0,
          "Hours": 10.0,
          "UnitsAttempted": true,
          "UnitsCompleted": true,
          "TotalMinutes": 1
        }
      ],
      "PaymentPeriods": [
        {
          "Enrollment": 1,
          "EvaluationPoint": "10/28/2025",
          "TotalHours": 1.0,
          "TotalCredits": 1.0,
          "TotalFaCredits": 1.0,
          "AcademicYear": 2,
          "PaymentPeriod": 3,
          "StartDate": "10/28/2025",
          "EndDate": "10/28/2025",
          "GpaValue": 1.0,
          "GaValue": 1.0
        },
        {
          "Enrollment": 1,
          "EvaluationPoint": "10/28/2025",
          "TotalHours": 1.0,
          "TotalCredits": 1.0,
          "TotalFaCredits": 1.0,
          "AcademicYear": 2,
          "PaymentPeriod": 3,
          "StartDate": "10/28/2025",
          "EndDate": "10/28/2025",
          "GpaValue": 1.0,
          "GaValue": 1.0
        }
      ]
    },
    {
      "Transcripts": [
        {
          "Enrollment": 1,
          "TermCode": "string",
          "TermDescription": "string",
          "ClassSessionCode": "string",
          "Course": "string",
          "Faculty": "string",
          "Grade": "string",
          "FaCredits": 8.0,
          "Credits": 9.0,
          "Hours": 10.0,
          "UnitsAttempted": true,
          "UnitsCompleted": true,
          "TotalMinutes": 1
        },
        {
          "Enrollment": 1,
          "TermCode": "string",
          "TermDescription": "string",
          "ClassSessionCode": "string",
          "Course": "string",
          "Faculty": "string",
          "Grade": "string",
          "FaCredits": 8.0,
          "Credits": 9.0,
          "Hours": 10.0,
          "UnitsAttempted": true,
          "UnitsCompleted": true,
          "TotalMinutes": 1
        }
      ],
      "PaymentPeriods": [
        {
          "Enrollment": 1,
          "EvaluationPoint": "10/28/2025",
          "TotalHours": 1.0,
          "TotalCredits": 1.0,
          "TotalFaCredits": 1.0,
          "AcademicYear": 2,
          "PaymentPeriod": 3,
          "StartDate": "10/28/2025",
          "EndDate": "10/28/2025",
          "GpaValue": 1.0,
          "GaValue": 1.0
        },
        {
          "Enrollment": 1,
          "EvaluationPoint": "10/28/2025",
          "TotalHours": 1.0,
          "TotalCredits": 1.0,
          "TotalFaCredits": 1.0,
          "AcademicYear": 2,
          "PaymentPeriod": 3,
          "StartDate": "10/28/2025",
          "EndDate": "10/28/2025",
          "GpaValue": 1.0,
          "GaValue": 1.0
        }
      ]
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Academic/GetAcademics?VerityLeadId={VerityLeadId} GET

https://apiqa.verityiq.com/connector/Academic/GetAcademics?VerityLeadId={VerityLeadId}
HEADERS: Authorization: bearer authorization_token GET connector/Academic/GetAcademics?VerityLeadId={VerityLeadId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Transcripts": [
        {
          "Enrollment": 1,
          "TermCode": "string",
          "TermDescription": "string",
          "ClassSessionCode": "string",
          "Course": "string",
          "Faculty": "string",
          "Grade": "string",
          "FaCredits": 8.0,
          "Credits": 9.0,
          "Hours": 10.0,
          "UnitsAttempted": true,
          "UnitsCompleted": true,
          "TotalMinutes": 1
        },
        {
          "Enrollment": 1,
          "TermCode": "string",
          "TermDescription": "string",
          "ClassSessionCode": "string",
          "Course": "string",
          "Faculty": "string",
          "Grade": "string",
          "FaCredits": 8.0,
          "Credits": 9.0,
          "Hours": 10.0,
          "UnitsAttempted": true,
          "UnitsCompleted": true,
          "TotalMinutes": 1
        }
      ],
      "PaymentPeriods": [
        {
          "Enrollment": 1,
          "EvaluationPoint": "10/28/2025",
          "TotalHours": 1.0,
          "TotalCredits": 1.0,
          "TotalFaCredits": 1.0,
          "AcademicYear": 2,
          "PaymentPeriod": 3,
          "StartDate": "10/28/2025",
          "EndDate": "10/28/2025",
          "GpaValue": 1.0,
          "GaValue": 1.0
        },
        {
          "Enrollment": 1,
          "EvaluationPoint": "10/28/2025",
          "TotalHours": 1.0,
          "TotalCredits": 1.0,
          "TotalFaCredits": 1.0,
          "AcademicYear": 2,
          "PaymentPeriod": 3,
          "StartDate": "10/28/2025",
          "EndDate": "10/28/2025",
          "GpaValue": 1.0,
          "GaValue": 1.0
        }
      ]
    },
    {
      "Transcripts": [
        {
          "Enrollment": 1,
          "TermCode": "string",
          "TermDescription": "string",
          "ClassSessionCode": "string",
          "Course": "string",
          "Faculty": "string",
          "Grade": "string",
          "FaCredits": 8.0,
          "Credits": 9.0,
          "Hours": 10.0,
          "UnitsAttempted": true,
          "UnitsCompleted": true,
          "TotalMinutes": 1
        },
        {
          "Enrollment": 1,
          "TermCode": "string",
          "TermDescription": "string",
          "ClassSessionCode": "string",
          "Course": "string",
          "Faculty": "string",
          "Grade": "string",
          "FaCredits": 8.0,
          "Credits": 9.0,
          "Hours": 10.0,
          "UnitsAttempted": true,
          "UnitsCompleted": true,
          "TotalMinutes": 1
        }
      ],
      "PaymentPeriods": [
        {
          "Enrollment": 1,
          "EvaluationPoint": "10/28/2025",
          "TotalHours": 1.0,
          "TotalCredits": 1.0,
          "TotalFaCredits": 1.0,
          "AcademicYear": 2,
          "PaymentPeriod": 3,
          "StartDate": "10/28/2025",
          "EndDate": "10/28/2025",
          "GpaValue": 1.0,
          "GaValue": 1.0
        },
        {
          "Enrollment": 1,
          "EvaluationPoint": "10/28/2025",
          "TotalHours": 1.0,
          "TotalCredits": 1.0,
          "TotalFaCredits": 1.0,
          "AcademicYear": 2,
          "PaymentPeriod": 3,
          "StartDate": "10/28/2025",
          "EndDate": "10/28/2025",
          "GpaValue": 1.0,
          "GaValue": 1.0
        }
      ]
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Academic/GetAttendance?ContactId={ContactId} GET

https://apiqa.verityiq.com/connector/Academic/GetAttendance?ContactId={ContactId}
HEADERS: Authorization: bearer authorization_token GET connector/Academic/GetAttendance?ContactId={ContactId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Enrollment": 1,
      "Course": "string",
      "SessionCode": "string",
      "ClassDate": "10/28/2025",
      "ClassDay": "string",
      "ClassStartTime": "06:19 PM",
      "ClassEndTime": "06:19 PM",
      "ClassHours": "string",
      "ActualHours": "string",
      "AttendanceCode": "string",
      "AttendanceType": "string"
    },
    {
      "Enrollment": 1,
      "Course": "string",
      "SessionCode": "string",
      "ClassDate": "10/28/2025",
      "ClassDay": "string",
      "ClassStartTime": "06:19 PM",
      "ClassEndTime": "06:19 PM",
      "ClassHours": "string",
      "ActualHours": "string",
      "AttendanceCode": "string",
      "AttendanceType": "string"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Academic/GetAttendance?VerityLeadId={VerityLeadId} GET

https://apiqa.verityiq.com/connector/Academic/GetAttendance?VerityLeadId={VerityLeadId}
HEADERS: Authorization: bearer authorization_token GET connector/Academic/GetAttendance?VerityLeadId={VerityLeadId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Enrollment": 1,
      "Course": "string",
      "SessionCode": "string",
      "ClassDate": "10/28/2025",
      "ClassDay": "string",
      "ClassStartTime": "06:19 PM",
      "ClassEndTime": "06:19 PM",
      "ClassHours": "string",
      "ActualHours": "string",
      "AttendanceCode": "string",
      "AttendanceType": "string"
    },
    {
      "Enrollment": 1,
      "Course": "string",
      "SessionCode": "string",
      "ClassDate": "10/28/2025",
      "ClassDay": "string",
      "ClassStartTime": "06:19 PM",
      "ClassEndTime": "06:19 PM",
      "ClassHours": "string",
      "ActualHours": "string",
      "AttendanceCode": "string",
      "AttendanceType": "string"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Academic/GetGradedItems?ContactId={ContactId} GET

https://apiqa.verityiq.com/connector/Academic/GetGradedItems?ContactId={ContactId}
HEADERS: Authorization: bearer authorization_token GET connector/Academic/GetGradedItems?ContactId={ContactId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Enrollment": 1,
      "Course": "string",
      "SessionCode": "string",
      "ClassDate": "10/28/2025",
      "ClassDay": "string",
      "ClassStartTime": "06:19 PM",
      "ClassEndTime": "06:19 PM",
      "GradebookItem": "string",
      "Score": 1.0,
      "Note": "string",
      "AttendanceType": "string",
      "Faculty": "string"
    },
    {
      "Enrollment": 1,
      "Course": "string",
      "SessionCode": "string",
      "ClassDate": "10/28/2025",
      "ClassDay": "string",
      "ClassStartTime": "06:19 PM",
      "ClassEndTime": "06:19 PM",
      "GradebookItem": "string",
      "Score": 1.0,
      "Note": "string",
      "AttendanceType": "string",
      "Faculty": "string"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Academic/GetGradedItems?VerityLeadId={VerityLeadId} GET

https://apiqa.verityiq.com/connector/Academic/GetGradedItems?VerityLeadId={VerityLeadId}
HEADERS: Authorization: bearer authorization_token GET connector/Academic/GetGradedItems?VerityLeadId={VerityLeadId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Enrollment": 1,
      "Course": "string",
      "SessionCode": "string",
      "ClassDate": "10/28/2025",
      "ClassDay": "string",
      "ClassStartTime": "06:19 PM",
      "ClassEndTime": "06:19 PM",
      "GradebookItem": "string",
      "Score": 1.0,
      "Note": "string",
      "AttendanceType": "string",
      "Faculty": "string"
    },
    {
      "Enrollment": 1,
      "Course": "string",
      "SessionCode": "string",
      "ClassDate": "10/28/2025",
      "ClassDay": "string",
      "ClassStartTime": "06:19 PM",
      "ClassEndTime": "06:19 PM",
      "GradebookItem": "string",
      "Score": 1.0,
      "Note": "string",
      "AttendanceType": "string",
      "Faculty": "string"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Academic/GetRequiredCourses?ContactId={ContactId} GET

https://apiqa.verityiq.com/connector/Academic/GetRequiredCourses?ContactId={ContactId}
HEADERS: Authorization: bearer authorization_token GET connector/Academic/GetRequiredCourses?ContactId={ContactId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Enrollment": 1,
      "Order": 2,
      "CourseNo": "string",
      "CourseVersion": "string",
      "CourseName": "string",
      "Credits": 6.0,
      "Hours": 7.0,
      "CourseLevel": "Core"
    },
    {
      "Enrollment": 1,
      "Order": 2,
      "CourseNo": "string",
      "CourseVersion": "string",
      "CourseName": "string",
      "Credits": 6.0,
      "Hours": 7.0,
      "CourseLevel": "Core"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Academic/GetRequiredCourses?VerityLeadId={VerityLeadId} GET

https://apiqa.verityiq.com/connector/Academic/GetRequiredCourses?VerityLeadId={VerityLeadId}
HEADERS: Authorization: bearer authorization_token GET connector/Academic/GetRequiredCourses?VerityLeadId={VerityLeadId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Enrollment": 1,
      "Order": 2,
      "CourseNo": "string",
      "CourseVersion": "string",
      "CourseName": "string",
      "Credits": 6.0,
      "Hours": 7.0,
      "CourseLevel": "Core"
    },
    {
      "Enrollment": 1,
      "Order": 2,
      "CourseNo": "string",
      "CourseVersion": "string",
      "CourseName": "string",
      "Credits": 6.0,
      "Hours": 7.0,
      "CourseLevel": "Core"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Academic/GetRequiredServices?ContactId={ContactId} GET

https://apiqa.verityiq.com/connector/Academic/GetRequiredServices?ContactId={ContactId}
HEADERS: Authorization: bearer authorization_token GET connector/Academic/GetRequiredServices?ContactId={ContactId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Enrollment": 1,
      "Service": "string",
      "Course": "string",
      "Required": 4
    },
    {
      "Enrollment": 1,
      "Service": "string",
      "Course": "string",
      "Required": 4
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Academic/GetRequiredServices?VerityLeadId={VerityLeadId} GET

https://apiqa.verityiq.com/connector/Academic/GetRequiredServices?VerityLeadId={VerityLeadId}
HEADERS: Authorization: bearer authorization_token GET connector/Academic/GetRequiredServices?VerityLeadId={VerityLeadId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Enrollment": 1,
      "Service": "string",
      "Course": "string",
      "Required": 4
    },
    {
      "Enrollment": 1,
      "Service": "string",
      "Course": "string",
      "Required": 4
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

Authorization

connector/Authorization/GetAuthorizationToken GET

https://apiqa.verityiq.com/connector/Authorization/GetAuthorizationToken
GET connector/Authorization/GetAuthorizationToken
Request Response

application/json, text/json

{
  "username": "string",
  "password": "string"
}

Award

connector/Award/GetAwards?ContactId={ContactId} GET

https://apiqa.verityiq.com/connector/Award/GetAwards?ContactId={ContactId}
HEADERS: Authorization: bearer authorization_token GET connector/Award/GetAwards?ContactId={ContactId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Enrollment": 1,
      "LedgerCode": "string",
      "AcademicYearStartDate": "10/28/2025",
      "AcademicYearEndDate": "10/28/2025",
      "AwardYearDescription": "string",
      "GrossAwardAmount": 4.0,
      "LoanFeeAmount": 5.0,
      "AwardAmount": 6.0,
      "RebateAmount": 7.0,
      "LoanPeriodStartDate": "10/28/2025",
      "LoanPeriodEndDate": "10/28/2025",
      "CreatedDate": "10/28/2025",
      "UpdatedDate": "10/28/2025",
      "CreatedBy": "string",
      "CreatedByUser": 11,
      "UpdatedBy": "string",
      "UpdatedByUser": 13,
      "Disbursements": [
        {
          "DisbursementNo": 1,
          "DisbursementDate": "10/28/2025",
          "PaymentPeriodStartDate": "10/28/2025",
          "PaymentPeriodEndDate": "10/28/2025",
          "GrossAwardAmount": 2.0,
          "LoanFeeAmount": 3.0,
          "RebateAmount": 4.0,
          "AwardAmount": 5.0,
          "CreatedDate": "10/28/2025",
          "UpdatedDate": "10/28/2025",
          "DisbursementStatus": "string",
          "Transactions": [
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            },
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            }
          ]
        },
        {
          "DisbursementNo": 1,
          "DisbursementDate": "10/28/2025",
          "PaymentPeriodStartDate": "10/28/2025",
          "PaymentPeriodEndDate": "10/28/2025",
          "GrossAwardAmount": 2.0,
          "LoanFeeAmount": 3.0,
          "RebateAmount": 4.0,
          "AwardAmount": 5.0,
          "CreatedDate": "10/28/2025",
          "UpdatedDate": "10/28/2025",
          "DisbursementStatus": "string",
          "Transactions": [
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            },
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            }
          ]
        }
      ]
    },
    {
      "Enrollment": 1,
      "LedgerCode": "string",
      "AcademicYearStartDate": "10/28/2025",
      "AcademicYearEndDate": "10/28/2025",
      "AwardYearDescription": "string",
      "GrossAwardAmount": 4.0,
      "LoanFeeAmount": 5.0,
      "AwardAmount": 6.0,
      "RebateAmount": 7.0,
      "LoanPeriodStartDate": "10/28/2025",
      "LoanPeriodEndDate": "10/28/2025",
      "CreatedDate": "10/28/2025",
      "UpdatedDate": "10/28/2025",
      "CreatedBy": "string",
      "CreatedByUser": 11,
      "UpdatedBy": "string",
      "UpdatedByUser": 13,
      "Disbursements": [
        {
          "DisbursementNo": 1,
          "DisbursementDate": "10/28/2025",
          "PaymentPeriodStartDate": "10/28/2025",
          "PaymentPeriodEndDate": "10/28/2025",
          "GrossAwardAmount": 2.0,
          "LoanFeeAmount": 3.0,
          "RebateAmount": 4.0,
          "AwardAmount": 5.0,
          "CreatedDate": "10/28/2025",
          "UpdatedDate": "10/28/2025",
          "DisbursementStatus": "string",
          "Transactions": [
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            },
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            }
          ]
        },
        {
          "DisbursementNo": 1,
          "DisbursementDate": "10/28/2025",
          "PaymentPeriodStartDate": "10/28/2025",
          "PaymentPeriodEndDate": "10/28/2025",
          "GrossAwardAmount": 2.0,
          "LoanFeeAmount": 3.0,
          "RebateAmount": 4.0,
          "AwardAmount": 5.0,
          "CreatedDate": "10/28/2025",
          "UpdatedDate": "10/28/2025",
          "DisbursementStatus": "string",
          "Transactions": [
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            },
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            }
          ]
        }
      ]
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Award/GetAwards?VerityLeadId={VerityLeadId} GET

https://apiqa.verityiq.com/connector/Award/GetAwards?VerityLeadId={VerityLeadId}
HEADERS: Authorization: bearer authorization_token GET connector/Award/GetAwards?VerityLeadId={VerityLeadId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Enrollment": 1,
      "LedgerCode": "string",
      "AcademicYearStartDate": "10/28/2025",
      "AcademicYearEndDate": "10/28/2025",
      "AwardYearDescription": "string",
      "GrossAwardAmount": 4.0,
      "LoanFeeAmount": 5.0,
      "AwardAmount": 6.0,
      "RebateAmount": 7.0,
      "LoanPeriodStartDate": "10/28/2025",
      "LoanPeriodEndDate": "10/28/2025",
      "CreatedDate": "10/28/2025",
      "UpdatedDate": "10/28/2025",
      "CreatedBy": "string",
      "CreatedByUser": 11,
      "UpdatedBy": "string",
      "UpdatedByUser": 13,
      "Disbursements": [
        {
          "DisbursementNo": 1,
          "DisbursementDate": "10/28/2025",
          "PaymentPeriodStartDate": "10/28/2025",
          "PaymentPeriodEndDate": "10/28/2025",
          "GrossAwardAmount": 2.0,
          "LoanFeeAmount": 3.0,
          "RebateAmount": 4.0,
          "AwardAmount": 5.0,
          "CreatedDate": "10/28/2025",
          "UpdatedDate": "10/28/2025",
          "DisbursementStatus": "string",
          "Transactions": [
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            },
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            }
          ]
        },
        {
          "DisbursementNo": 1,
          "DisbursementDate": "10/28/2025",
          "PaymentPeriodStartDate": "10/28/2025",
          "PaymentPeriodEndDate": "10/28/2025",
          "GrossAwardAmount": 2.0,
          "LoanFeeAmount": 3.0,
          "RebateAmount": 4.0,
          "AwardAmount": 5.0,
          "CreatedDate": "10/28/2025",
          "UpdatedDate": "10/28/2025",
          "DisbursementStatus": "string",
          "Transactions": [
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            },
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            }
          ]
        }
      ]
    },
    {
      "Enrollment": 1,
      "LedgerCode": "string",
      "AcademicYearStartDate": "10/28/2025",
      "AcademicYearEndDate": "10/28/2025",
      "AwardYearDescription": "string",
      "GrossAwardAmount": 4.0,
      "LoanFeeAmount": 5.0,
      "AwardAmount": 6.0,
      "RebateAmount": 7.0,
      "LoanPeriodStartDate": "10/28/2025",
      "LoanPeriodEndDate": "10/28/2025",
      "CreatedDate": "10/28/2025",
      "UpdatedDate": "10/28/2025",
      "CreatedBy": "string",
      "CreatedByUser": 11,
      "UpdatedBy": "string",
      "UpdatedByUser": 13,
      "Disbursements": [
        {
          "DisbursementNo": 1,
          "DisbursementDate": "10/28/2025",
          "PaymentPeriodStartDate": "10/28/2025",
          "PaymentPeriodEndDate": "10/28/2025",
          "GrossAwardAmount": 2.0,
          "LoanFeeAmount": 3.0,
          "RebateAmount": 4.0,
          "AwardAmount": 5.0,
          "CreatedDate": "10/28/2025",
          "UpdatedDate": "10/28/2025",
          "DisbursementStatus": "string",
          "Transactions": [
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            },
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            }
          ]
        },
        {
          "DisbursementNo": 1,
          "DisbursementDate": "10/28/2025",
          "PaymentPeriodStartDate": "10/28/2025",
          "PaymentPeriodEndDate": "10/28/2025",
          "GrossAwardAmount": 2.0,
          "LoanFeeAmount": 3.0,
          "RebateAmount": 4.0,
          "AwardAmount": 5.0,
          "CreatedDate": "10/28/2025",
          "UpdatedDate": "10/28/2025",
          "DisbursementStatus": "string",
          "Transactions": [
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            },
            {
              "SequenceNo": 1,
              "DisbursementDate": "10/28/2025",
              "PaymentPeriodStartDate": "10/28/2025",
              "PaymentPeriodEndDate": "10/28/2025",
              "GrossAwardAmountAdj": 2.0,
              "LoanFeeAmountAdj": 3.0,
              "RebateAmountAdj": 4.0,
              "AwardAmountAdj": 5.0,
              "IsStipend": true,
              "CreatedDate": "10/28/2025",
              "UpdatedDate": "10/28/2025"
            }
          ]
        }
      ]
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

CareerCenter

connector/CareerCenter/GetEmployerActivities?ContactId={ContactId} GET

https://apiqa.verityiq.com/connector/CareerCenter/GetEmployerActivities?ContactId={ContactId}
HEADERS: Authorization: bearer authorization_token GET connector/CareerCenter/GetEmployerActivities?ContactId={ContactId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Company": "string",
      "Employer": "string",
      "JobOrder": "string",
      "ActivityDateTime": "10/28/2025",
      "ActivityType": "string",
      "ConductedBy": "string",
      "ActivityLocation": "string",
      "ActivityStatusValue": 0,
      "ActivityStatus": "Open",
      "ActivityResult": "string",
      "DueDate": "10/28/2025",
      "Note": "string"
    },
    {
      "Company": "string",
      "Employer": "string",
      "JobOrder": "string",
      "ActivityDateTime": "10/28/2025",
      "ActivityType": "string",
      "ConductedBy": "string",
      "ActivityLocation": "string",
      "ActivityStatusValue": 0,
      "ActivityStatus": "Open",
      "ActivityResult": "string",
      "DueDate": "10/28/2025",
      "Note": "string"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/CareerCenter/GetEmployerActivities?VerityLeadId={VerityLeadId} GET

https://apiqa.verityiq.com/connector/CareerCenter/GetEmployerActivities?VerityLeadId={VerityLeadId}
HEADERS: Authorization: bearer authorization_token GET connector/CareerCenter/GetEmployerActivities?VerityLeadId={VerityLeadId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Company": "string",
      "Employer": "string",
      "JobOrder": "string",
      "ActivityDateTime": "10/28/2025",
      "ActivityType": "string",
      "ConductedBy": "string",
      "ActivityLocation": "string",
      "ActivityStatusValue": 0,
      "ActivityStatus": "Open",
      "ActivityResult": "string",
      "DueDate": "10/28/2025",
      "Note": "string"
    },
    {
      "Company": "string",
      "Employer": "string",
      "JobOrder": "string",
      "ActivityDateTime": "10/28/2025",
      "ActivityType": "string",
      "ConductedBy": "string",
      "ActivityLocation": "string",
      "ActivityStatusValue": 0,
      "ActivityStatus": "Open",
      "ActivityResult": "string",
      "DueDate": "10/28/2025",
      "Note": "string"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/CareerCenter/GetExams?ContactId={ContactId} GET

https://apiqa.verityiq.com/connector/CareerCenter/GetExams?ContactId={ContactId}
HEADERS: Authorization: bearer authorization_token GET connector/CareerCenter/GetExams?ContactId={ContactId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "IsCurrentExamResult": true,
      "Enrollment": "string",
      "Exam": "string",
      "ExamResult": "string",
      "Score": 1.0,
      "ScheduledDate": "10/28/2025",
      "CompletedDate": "10/28/2025",
      "Waiting": true
    },
    {
      "IsCurrentExamResult": true,
      "Enrollment": "string",
      "Exam": "string",
      "ExamResult": "string",
      "Score": 1.0,
      "ScheduledDate": "10/28/2025",
      "CompletedDate": "10/28/2025",
      "Waiting": true
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/CareerCenter/GetExams?VerityLeadId={VerityLeadId} GET

https://apiqa.verityiq.com/connector/CareerCenter/GetExams?VerityLeadId={VerityLeadId}
HEADERS: Authorization: bearer authorization_token GET connector/CareerCenter/GetExams?VerityLeadId={VerityLeadId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "IsCurrentExamResult": true,
      "Enrollment": "string",
      "Exam": "string",
      "ExamResult": "string",
      "Score": 1.0,
      "ScheduledDate": "10/28/2025",
      "CompletedDate": "10/28/2025",
      "Waiting": true
    },
    {
      "IsCurrentExamResult": true,
      "Enrollment": "string",
      "Exam": "string",
      "ExamResult": "string",
      "Score": 1.0,
      "ScheduledDate": "10/28/2025",
      "CompletedDate": "10/28/2025",
      "Waiting": true
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/CareerCenter/GetLicenses?ContactId={ContactId} GET

https://apiqa.verityiq.com/connector/CareerCenter/GetLicenses?ContactId={ContactId}
HEADERS: Authorization: bearer authorization_token GET connector/CareerCenter/GetLicenses?ContactId={ContactId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Enrollment": "string",
      "License": "string",
      "Number": "string",
      "IssueDate": "10/28/2025",
      "State": "string"
    },
    {
      "Enrollment": "string",
      "License": "string",
      "Number": "string",
      "IssueDate": "10/28/2025",
      "State": "string"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/CareerCenter/GetLicenses?VerityLeadId={VerityLeadId} GET

https://apiqa.verityiq.com/connector/CareerCenter/GetLicenses?VerityLeadId={VerityLeadId}
HEADERS: Authorization: bearer authorization_token GET connector/CareerCenter/GetLicenses?VerityLeadId={VerityLeadId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Enrollment": "string",
      "License": "string",
      "Number": "string",
      "IssueDate": "10/28/2025",
      "State": "string"
    },
    {
      "Enrollment": "string",
      "License": "string",
      "Number": "string",
      "IssueDate": "10/28/2025",
      "State": "string"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/CareerCenter/GetPlacementProfiles?ContactId={ContactId} GET

https://apiqa.verityiq.com/connector/CareerCenter/GetPlacementProfiles?ContactId={ContactId}
HEADERS: Authorization: bearer authorization_token GET connector/CareerCenter/GetPlacementProfiles?ContactId={ContactId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Enrollment": "string",
      "PlacementStatus": "string",
      "PlacementCategory": "string",
      "Waiver": "Continuing Education",
      "WaiverDetails": "string",
      "Verified": "Not Verified",
      "VerificationDate": "10/28/2025",
      "VerifiedBy": "string",
      "VerificationNote": "string",
      "EmploymentHistory": {
        "StillEmployed": true,
        "ExternToHire": true,
        "Company": "string",
        "JobTitle": "string",
        "HireDate": "10/28/2025",
        "StartDate": "10/28/2025",
        "SalaryType": "Hourly",
        "SalaryAmount": 1.0,
        "ReasonForLeaving": "string",
        "LastDayValue": "2025-10-28T18:19:50.7745925+00:00",
        "LastDay": "10/28/2025",
        "Supervisor": "string",
        "PhoneNumber": "string",
        "EmailAddress": "string",
        "Fax": "string",
        "Address": "string",
        "AddressLine2": "string",
        "City": "string",
        "State": "string",
        "Zip": "string"
      }
    },
    {
      "Enrollment": "string",
      "PlacementStatus": "string",
      "PlacementCategory": "string",
      "Waiver": "Continuing Education",
      "WaiverDetails": "string",
      "Verified": "Not Verified",
      "VerificationDate": "10/28/2025",
      "VerifiedBy": "string",
      "VerificationNote": "string",
      "EmploymentHistory": {
        "StillEmployed": true,
        "ExternToHire": true,
        "Company": "string",
        "JobTitle": "string",
        "HireDate": "10/28/2025",
        "StartDate": "10/28/2025",
        "SalaryType": "Hourly",
        "SalaryAmount": 1.0,
        "ReasonForLeaving": "string",
        "LastDayValue": "2025-10-28T18:19:50.7745925+00:00",
        "LastDay": "10/28/2025",
        "Supervisor": "string",
        "PhoneNumber": "string",
        "EmailAddress": "string",
        "Fax": "string",
        "Address": "string",
        "AddressLine2": "string",
        "City": "string",
        "State": "string",
        "Zip": "string"
      }
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/CareerCenter/GetPlacementProfiles?VerityLeadId={VerityLeadId} GET

https://apiqa.verityiq.com/connector/CareerCenter/GetPlacementProfiles?VerityLeadId={VerityLeadId}
HEADERS: Authorization: bearer authorization_token GET connector/CareerCenter/GetPlacementProfiles?VerityLeadId={VerityLeadId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Enrollment": "string",
      "PlacementStatus": "string",
      "PlacementCategory": "string",
      "Waiver": "Continuing Education",
      "WaiverDetails": "string",
      "Verified": "Not Verified",
      "VerificationDate": "10/28/2025",
      "VerifiedBy": "string",
      "VerificationNote": "string",
      "EmploymentHistory": {
        "StillEmployed": true,
        "ExternToHire": true,
        "Company": "string",
        "JobTitle": "string",
        "HireDate": "10/28/2025",
        "StartDate": "10/28/2025",
        "SalaryType": "Hourly",
        "SalaryAmount": 1.0,
        "ReasonForLeaving": "string",
        "LastDayValue": "2025-10-28T18:19:50.8371692+00:00",
        "LastDay": "10/28/2025",
        "Supervisor": "string",
        "PhoneNumber": "string",
        "EmailAddress": "string",
        "Fax": "string",
        "Address": "string",
        "AddressLine2": "string",
        "City": "string",
        "State": "string",
        "Zip": "string"
      }
    },
    {
      "Enrollment": "string",
      "PlacementStatus": "string",
      "PlacementCategory": "string",
      "Waiver": "Continuing Education",
      "WaiverDetails": "string",
      "Verified": "Not Verified",
      "VerificationDate": "10/28/2025",
      "VerifiedBy": "string",
      "VerificationNote": "string",
      "EmploymentHistory": {
        "StillEmployed": true,
        "ExternToHire": true,
        "Company": "string",
        "JobTitle": "string",
        "HireDate": "10/28/2025",
        "StartDate": "10/28/2025",
        "SalaryType": "Hourly",
        "SalaryAmount": 1.0,
        "ReasonForLeaving": "string",
        "LastDayValue": "2025-10-28T18:19:50.8371692+00:00",
        "LastDay": "10/28/2025",
        "Supervisor": "string",
        "PhoneNumber": "string",
        "EmailAddress": "string",
        "Fax": "string",
        "Address": "string",
        "AddressLine2": "string",
        "City": "string",
        "State": "string",
        "Zip": "string"
      }
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

Documents

connector/Documents/AddStudentDocument POST

https://apiqa.verityiq.com/connector/Documents/AddStudentDocument
HEADERS: Authorization: bearer authorization_token POST connector/Documents/AddStudentDocument
Request Response

application/json, text/json

{
  "VerityLeadId": 1,
  "ExternalLeadId": "string",
  "DocumentStatus": "string",
  "ExpirationDate": "2025-10-28T18:19:50.8371692+00:00",
  "DueDate": "2025-10-28T18:19:50.8371692+00:00",
  "DocumentSource": "string",
  "ApprovalCode": "string",
  "User": "string",
  "DocumentType": "string",
  "DocumentFileName": "string",
  "Term": "string",
  "ValidityDate": "2025-10-28T18:19:50.8371692+00:00",
  "FileStream": null,
  "Base64File": "string"
}

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": {
    "UploadedDocumentId": 1,
    "TransactionId": "string",
    "VerityLeadId": 3,
    "ExternalLeadId": "string",
    "DocumentStatus": "string",
    "ExpirationDate": "2025-10-28T18:19:50.8528295+00:00",
    "DueDate": "2025-10-28T18:19:50.8528295+00:00",
    "DocumentSource": "string",
    "ApprovalCode": "string",
    "User": "string",
    "DocumentType": "string",
    "DocumentFileName": "string",
    "Term": "string",
    "ValidityDate": "2025-10-28T18:19:50.8528295+00:00",
    "FileStream": null,
    "Base64File": "string"
  }
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Documents/DeleteStudentDocument POST

https://apiqa.verityiq.com/connector/Documents/DeleteStudentDocument
HEADERS: Authorization: bearer authorization_token POST connector/Documents/DeleteStudentDocument
Request Response

application/json, text/json

{
  "TransactionId": "string",
  "VerityLeadId": 2,
  "ExternalLeadId": "string"
}

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": {
    "TransactionId": "string",
    "VerityLeadId": 2,
    "ExternalLeadId": "string"
  }
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Documents/GetDocument POST

https://apiqa.verityiq.com/connector/Documents/GetDocument
HEADERS: Authorization: bearer authorization_token POST connector/Documents/GetDocument
Request Response

application/json, text/json

{
  "TransactionId": "string",
  "VerityLeadId": 2,
  "ExternalLeadId": "string"
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Documents/GetDocumentBase64 POST

https://apiqa.verityiq.com/connector/Documents/GetDocumentBase64
HEADERS: Authorization: bearer authorization_token POST connector/Documents/GetDocumentBase64
Request Response

application/json, text/json

{
  "TransactionId": "string",
  "VerityLeadId": 2,
  "ExternalLeadId": "string"
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Documents/SaveDocumentType POST

https://apiqa.verityiq.com/connector/Documents/SaveDocumentType
HEADERS: Authorization: bearer authorization_token POST connector/Documents/SaveDocumentType
Request Response

application/json, text/json

{
  "CategoryCode": "string",
  "CategoryName": "string",
  "TypeCode": "string",
  "TypeName": "string",
  "ValidityDuration": 1
}

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": {
    "CategoryCode": "string",
    "CategoryName": "string",
    "TypeCode": "string",
    "TypeName": "string",
    "ValidityDuration": 1
  }
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Documents/UpdateStudentDocument POST

https://apiqa.verityiq.com/connector/Documents/UpdateStudentDocument
HEADERS: Authorization: bearer authorization_token POST connector/Documents/UpdateStudentDocument
Request Response

application/json, text/json

{
  "TransactionId": "string",
  "VerityLeadId": 2,
  "ExternalLeadId": "string",
  "DocumentStatus": "string",
  "ExpirationDate": "2025-10-28T18:19:50.8997435+00:00",
  "DueDate": "2025-10-28T18:19:50.8997435+00:00",
  "DocumentSource": "string",
  "ApprovalCode": "string",
  "User": "string",
  "DocumentType": "string",
  "DocumentFileName": "string",
  "Term": "string",
  "ValidityDate": "2025-10-28T18:19:50.8997435+00:00",
  "FileStream": null,
  "Base64File": "string"
}

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": {
    "UploadedDocumentId": 1,
    "TransactionId": "string",
    "VerityLeadId": 3,
    "ExternalLeadId": "string",
    "DocumentStatus": "string",
    "ExpirationDate": "2025-10-28T18:19:50.8997435+00:00",
    "DueDate": "2025-10-28T18:19:50.8997435+00:00",
    "DocumentSource": "string",
    "ApprovalCode": "string",
    "User": "string",
    "DocumentType": "string",
    "DocumentFileName": "string",
    "Term": "string",
    "ValidityDate": "2025-10-28T18:19:50.8997435+00:00",
    "FileStream": null,
    "Base64File": "string"
  }
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

Enrollment

connector/Enrollment/GetEnrollmentHistory?EnrollmentId={EnrollmentId} GET

https://apiqa.verityiq.com/connector/Enrollment/GetEnrollmentHistory?EnrollmentId={EnrollmentId}
HEADERS: Authorization: bearer authorization_token GET connector/Enrollment/GetEnrollmentHistory?EnrollmentId={EnrollmentId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "RelatedTo": "string",
      "FieldChanged": "string",
      "OldValue": "string",
      "NewValue": "string",
      "ChangedOn": "string",
      "Source": "string",
      "AdmissionsAdvisor": "string",
      "CareerServicesAdvisor": "string",
      "StudentAccountsAdvisor": "string",
      "FinancialServicesAdvisor": "string",
      "Notes": "string"
    },
    {
      "RelatedTo": "string",
      "FieldChanged": "string",
      "OldValue": "string",
      "NewValue": "string",
      "ChangedOn": "string",
      "Source": "string",
      "AdmissionsAdvisor": "string",
      "CareerServicesAdvisor": "string",
      "StudentAccountsAdvisor": "string",
      "FinancialServicesAdvisor": "string",
      "Notes": "string"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Enrollment/GetEnrollments?ContactId={ContactId} GET

https://apiqa.verityiq.com/connector/Enrollment/GetEnrollments?ContactId={ContactId}
HEADERS: Authorization: bearer authorization_token GET connector/Enrollment/GetEnrollments?ContactId={ContactId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "EnrollmentId": 1,
      "VerityLeadId": "string",
      "Status": "string",
      "Campus": "string",
      "ProgramOfEnrollment": "string",
      "ProgramOfEnrollmentVersion": "string",
      "ProgramOfEnrollmentCode": "string",
      "Shift": "string",
      "FteStatus": "Full-Time",
      "FteEffectiveDate": "10/28/2025",
      "FundingOption": "string",
      "StudentGroup": "string",
      "EnrollmentStatus": "string",
      "IsECPP": true,
      "StartDate": "10/28/2025",
      "ExpectedGradDate": "10/28/2025",
      "OriginalExpectedGradDate": "string",
      "ExternshipStartDate": "10/28/2025",
      "ExternshipEndDate": "10/28/2025",
      "ActualGradDate": "10/28/2025",
      "ActualLDA": "10/28/2025",
      "CalculatedLDA": "10/28/2025",
      "WithdrawalDate": "10/28/2025",
      "WithdrawReason": "string",
      "DeterminationDate": "10/28/2025",
      "ReEntryDate": "10/28/2025",
      "DateCreated": "string",
      "IsMaster": true,
      "AdmissionAdvisor": "string",
      "FinancialServicesAdvisor": "string",
      "AcademicServicesAdvisor": "string",
      "CareerServicesAdvisor": "string",
      "StudentAccountsAdvisor": "string",
      "SourceOfEnrollment": "string",
      "Probations": [
        {
          "StudentProbationId": 1,
          "EnrollmentId": 2,
          "ProbationStatus": "string",
          "ProbationStartDateValue": "2025-10-28T18:19:50.9309893+00:00",
          "ProbationStartDate": "10/28/2025",
          "OutOfProbationDateValue": "2025-10-28T18:19:50.9309893+00:00",
          "OutOfProbationDate": "10/28/2025",
          "Comment": "string"
        },
        {
          "StudentProbationId": 1,
          "EnrollmentId": 2,
          "ProbationStatus": "string",
          "ProbationStartDateValue": "2025-10-28T18:19:50.9309893+00:00",
          "ProbationStartDate": "10/28/2025",
          "OutOfProbationDateValue": "2025-10-28T18:19:50.9309893+00:00",
          "OutOfProbationDate": "10/28/2025",
          "Comment": "string"
        }
      ],
      "LeaveOfAbsences": [
        {
          "StudentLeaveOfAbsenceId": 1,
          "EnrollmentId": 2,
          "LeaveOfAbsenceStatus": "string",
          "LeaveOfAbsenceStartDateValue": "2025-10-28T18:19:50.94656+00:00",
          "LeaveOfAbsenceStartDate": "10/28/2025",
          "LeaveOfAbsenceReturnDateValue": "2025-10-28T18:19:50.94656+00:00",
          "LeaveOfAbsenceReturnDate": "10/28/2025",
          "Comment": "string"
        },
        {
          "StudentLeaveOfAbsenceId": 1,
          "EnrollmentId": 2,
          "LeaveOfAbsenceStatus": "string",
          "LeaveOfAbsenceStartDateValue": "2025-10-28T18:19:50.94656+00:00",
          "LeaveOfAbsenceStartDate": "10/28/2025",
          "LeaveOfAbsenceReturnDateValue": "2025-10-28T18:19:50.94656+00:00",
          "LeaveOfAbsenceReturnDate": "10/28/2025",
          "Comment": "string"
        }
      ],
      "OtherEnrollmentStatuses": [
        {
          "OtherStatus": "string",
          "OtherStartDateValue": "2025-10-28T18:19:50.94656+00:00",
          "OtherStartDate": "10/28/2025",
          "OtherEndDateValue": "2025-10-28T18:19:50.94656+00:00",
          "OtherEndDate": "10/28/2025",
          "Comment": "string"
        },
        {
          "OtherStatus": "string",
          "OtherStartDateValue": "2025-10-28T18:19:50.94656+00:00",
          "OtherStartDate": "10/28/2025",
          "OtherEndDateValue": "2025-10-28T18:19:50.94656+00:00",
          "OtherEndDate": "10/28/2025",
          "Comment": "string"
        }
      ]
    },
    {
      "EnrollmentId": 1,
      "VerityLeadId": "string",
      "Status": "string",
      "Campus": "string",
      "ProgramOfEnrollment": "string",
      "ProgramOfEnrollmentVersion": "string",
      "ProgramOfEnrollmentCode": "string",
      "Shift": "string",
      "FteStatus": "Full-Time",
      "FteEffectiveDate": "10/28/2025",
      "FundingOption": "string",
      "StudentGroup": "string",
      "EnrollmentStatus": "string",
      "IsECPP": true,
      "StartDate": "10/28/2025",
      "ExpectedGradDate": "10/28/2025",
      "OriginalExpectedGradDate": "string",
      "ExternshipStartDate": "10/28/2025",
      "ExternshipEndDate": "10/28/2025",
      "ActualGradDate": "10/28/2025",
      "ActualLDA": "10/28/2025",
      "CalculatedLDA": "10/28/2025",
      "WithdrawalDate": "10/28/2025",
      "WithdrawReason": "string",
      "DeterminationDate": "10/28/2025",
      "ReEntryDate": "10/28/2025",
      "DateCreated": "string",
      "IsMaster": true,
      "AdmissionAdvisor": "string",
      "FinancialServicesAdvisor": "string",
      "AcademicServicesAdvisor": "string",
      "CareerServicesAdvisor": "string",
      "StudentAccountsAdvisor": "string",
      "SourceOfEnrollment": "string",
      "Probations": [
        {
          "StudentProbationId": 1,
          "EnrollmentId": 2,
          "ProbationStatus": "string",
          "ProbationStartDateValue": "2025-10-28T18:19:50.9309893+00:00",
          "ProbationStartDate": "10/28/2025",
          "OutOfProbationDateValue": "2025-10-28T18:19:50.9309893+00:00",
          "OutOfProbationDate": "10/28/2025",
          "Comment": "string"
        },
        {
          "StudentProbationId": 1,
          "EnrollmentId": 2,
          "ProbationStatus": "string",
          "ProbationStartDateValue": "2025-10-28T18:19:50.9309893+00:00",
          "ProbationStartDate": "10/28/2025",
          "OutOfProbationDateValue": "2025-10-28T18:19:50.9309893+00:00",
          "OutOfProbationDate": "10/28/2025",
          "Comment": "string"
        }
      ],
      "LeaveOfAbsences": [
        {
          "StudentLeaveOfAbsenceId": 1,
          "EnrollmentId": 2,
          "LeaveOfAbsenceStatus": "string",
          "LeaveOfAbsenceStartDateValue": "2025-10-28T18:19:50.94656+00:00",
          "LeaveOfAbsenceStartDate": "10/28/2025",
          "LeaveOfAbsenceReturnDateValue": "2025-10-28T18:19:50.94656+00:00",
          "LeaveOfAbsenceReturnDate": "10/28/2025",
          "Comment": "string"
        },
        {
          "StudentLeaveOfAbsenceId": 1,
          "EnrollmentId": 2,
          "LeaveOfAbsenceStatus": "string",
          "LeaveOfAbsenceStartDateValue": "2025-10-28T18:19:50.94656+00:00",
          "LeaveOfAbsenceStartDate": "10/28/2025",
          "LeaveOfAbsenceReturnDateValue": "2025-10-28T18:19:50.94656+00:00",
          "LeaveOfAbsenceReturnDate": "10/28/2025",
          "Comment": "string"
        }
      ],
      "OtherEnrollmentStatuses": [
        {
          "OtherStatus": "string",
          "OtherStartDateValue": "2025-10-28T18:19:50.94656+00:00",
          "OtherStartDate": "10/28/2025",
          "OtherEndDateValue": "2025-10-28T18:19:50.94656+00:00",
          "OtherEndDate": "10/28/2025",
          "Comment": "string"
        },
        {
          "OtherStatus": "string",
          "OtherStartDateValue": "2025-10-28T18:19:50.94656+00:00",
          "OtherStartDate": "10/28/2025",
          "OtherEndDateValue": "2025-10-28T18:19:50.94656+00:00",
          "OtherEndDate": "10/28/2025",
          "Comment": "string"
        }
      ]
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Enrollment/GetEnrollments?VerityLeadId={VerityLeadId} GET

https://apiqa.verityiq.com/connector/Enrollment/GetEnrollments?VerityLeadId={VerityLeadId}
HEADERS: Authorization: bearer authorization_token GET connector/Enrollment/GetEnrollments?VerityLeadId={VerityLeadId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "EnrollmentId": 1,
      "VerityLeadId": "string",
      "Status": "string",
      "Campus": "string",
      "ProgramOfEnrollment": "string",
      "ProgramOfEnrollmentVersion": "string",
      "ProgramOfEnrollmentCode": "string",
      "Shift": "string",
      "FteStatus": "Full-Time",
      "FteEffectiveDate": "10/28/2025",
      "FundingOption": "string",
      "StudentGroup": "string",
      "EnrollmentStatus": "string",
      "IsECPP": true,
      "StartDate": "10/28/2025",
      "ExpectedGradDate": "10/28/2025",
      "OriginalExpectedGradDate": "string",
      "ExternshipStartDate": "10/28/2025",
      "ExternshipEndDate": "10/28/2025",
      "ActualGradDate": "10/28/2025",
      "ActualLDA": "10/28/2025",
      "CalculatedLDA": "10/28/2025",
      "WithdrawalDate": "10/28/2025",
      "WithdrawReason": "string",
      "DeterminationDate": "10/28/2025",
      "ReEntryDate": "10/28/2025",
      "DateCreated": "string",
      "IsMaster": true,
      "AdmissionAdvisor": "string",
      "FinancialServicesAdvisor": "string",
      "AcademicServicesAdvisor": "string",
      "CareerServicesAdvisor": "string",
      "StudentAccountsAdvisor": "string",
      "SourceOfEnrollment": "string",
      "Probations": [
        {
          "StudentProbationId": 1,
          "EnrollmentId": 2,
          "ProbationStatus": "string",
          "ProbationStartDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "ProbationStartDate": "10/28/2025",
          "OutOfProbationDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "OutOfProbationDate": "10/28/2025",
          "Comment": "string"
        },
        {
          "StudentProbationId": 1,
          "EnrollmentId": 2,
          "ProbationStatus": "string",
          "ProbationStartDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "ProbationStartDate": "10/28/2025",
          "OutOfProbationDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "OutOfProbationDate": "10/28/2025",
          "Comment": "string"
        }
      ],
      "LeaveOfAbsences": [
        {
          "StudentLeaveOfAbsenceId": 1,
          "EnrollmentId": 2,
          "LeaveOfAbsenceStatus": "string",
          "LeaveOfAbsenceStartDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "LeaveOfAbsenceStartDate": "10/28/2025",
          "LeaveOfAbsenceReturnDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "LeaveOfAbsenceReturnDate": "10/28/2025",
          "Comment": "string"
        },
        {
          "StudentLeaveOfAbsenceId": 1,
          "EnrollmentId": 2,
          "LeaveOfAbsenceStatus": "string",
          "LeaveOfAbsenceStartDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "LeaveOfAbsenceStartDate": "10/28/2025",
          "LeaveOfAbsenceReturnDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "LeaveOfAbsenceReturnDate": "10/28/2025",
          "Comment": "string"
        }
      ],
      "OtherEnrollmentStatuses": [
        {
          "OtherStatus": "string",
          "OtherStartDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "OtherStartDate": "10/28/2025",
          "OtherEndDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "OtherEndDate": "10/28/2025",
          "Comment": "string"
        },
        {
          "OtherStatus": "string",
          "OtherStartDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "OtherStartDate": "10/28/2025",
          "OtherEndDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "OtherEndDate": "10/28/2025",
          "Comment": "string"
        }
      ]
    },
    {
      "EnrollmentId": 1,
      "VerityLeadId": "string",
      "Status": "string",
      "Campus": "string",
      "ProgramOfEnrollment": "string",
      "ProgramOfEnrollmentVersion": "string",
      "ProgramOfEnrollmentCode": "string",
      "Shift": "string",
      "FteStatus": "Full-Time",
      "FteEffectiveDate": "10/28/2025",
      "FundingOption": "string",
      "StudentGroup": "string",
      "EnrollmentStatus": "string",
      "IsECPP": true,
      "StartDate": "10/28/2025",
      "ExpectedGradDate": "10/28/2025",
      "OriginalExpectedGradDate": "string",
      "ExternshipStartDate": "10/28/2025",
      "ExternshipEndDate": "10/28/2025",
      "ActualGradDate": "10/28/2025",
      "ActualLDA": "10/28/2025",
      "CalculatedLDA": "10/28/2025",
      "WithdrawalDate": "10/28/2025",
      "WithdrawReason": "string",
      "DeterminationDate": "10/28/2025",
      "ReEntryDate": "10/28/2025",
      "DateCreated": "string",
      "IsMaster": true,
      "AdmissionAdvisor": "string",
      "FinancialServicesAdvisor": "string",
      "AcademicServicesAdvisor": "string",
      "CareerServicesAdvisor": "string",
      "StudentAccountsAdvisor": "string",
      "SourceOfEnrollment": "string",
      "Probations": [
        {
          "StudentProbationId": 1,
          "EnrollmentId": 2,
          "ProbationStatus": "string",
          "ProbationStartDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "ProbationStartDate": "10/28/2025",
          "OutOfProbationDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "OutOfProbationDate": "10/28/2025",
          "Comment": "string"
        },
        {
          "StudentProbationId": 1,
          "EnrollmentId": 2,
          "ProbationStatus": "string",
          "ProbationStartDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "ProbationStartDate": "10/28/2025",
          "OutOfProbationDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "OutOfProbationDate": "10/28/2025",
          "Comment": "string"
        }
      ],
      "LeaveOfAbsences": [
        {
          "StudentLeaveOfAbsenceId": 1,
          "EnrollmentId": 2,
          "LeaveOfAbsenceStatus": "string",
          "LeaveOfAbsenceStartDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "LeaveOfAbsenceStartDate": "10/28/2025",
          "LeaveOfAbsenceReturnDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "LeaveOfAbsenceReturnDate": "10/28/2025",
          "Comment": "string"
        },
        {
          "StudentLeaveOfAbsenceId": 1,
          "EnrollmentId": 2,
          "LeaveOfAbsenceStatus": "string",
          "LeaveOfAbsenceStartDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "LeaveOfAbsenceStartDate": "10/28/2025",
          "LeaveOfAbsenceReturnDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "LeaveOfAbsenceReturnDate": "10/28/2025",
          "Comment": "string"
        }
      ],
      "OtherEnrollmentStatuses": [
        {
          "OtherStatus": "string",
          "OtherStartDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "OtherStartDate": "10/28/2025",
          "OtherEndDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "OtherEndDate": "10/28/2025",
          "Comment": "string"
        },
        {
          "OtherStatus": "string",
          "OtherStartDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "OtherStartDate": "10/28/2025",
          "OtherEndDateValue": "2025-10-28T18:19:51.0403091+00:00",
          "OtherEndDate": "10/28/2025",
          "Comment": "string"
        }
      ]
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

Leads

connector/Leads/AddNewLead POST

https://apiqa.verityiq.com/connector/Leads/AddNewLead
HEADERS: Authorization: bearer authorization_token POST connector/Leads/AddNewLead
Request Response

application/json, text/json

{
  "ExternalLeadId": "string",
  "FirstName": "string",
  "LastName": "string",
  "MiddleName": "string",
  "FormerName": "string",
  "NickName": "string",
  "PostalCode": "string",
  "Address": "string",
  "City": "string",
  "State": "string",
  "Province": "string",
  "Country": "string",
  "Emails": [
    {
      "IsPreferred": true,
      "ContactType": "string",
      "ContactTypeId": 1,
      "EmailAddress": "string",
      "IsBad": true,
      "IsOld": true,
      "DoNotEmail": true
    },
    {
      "IsPreferred": true,
      "ContactType": "string",
      "ContactTypeId": 1,
      "EmailAddress": "string",
      "IsBad": true,
      "IsOld": true,
      "DoNotEmail": true
    }
  ],
  "Phones": [
    {
      "IsPreferred": true,
      "ContactType": "string",
      "ContactTypeId": 1,
      "PhoneNumber": "string",
      "RawPhoneNumber": "string",
      "IsBad": true,
      "IsOld": true,
      "DoNotText": true,
      "DoNotCall": true
    },
    {
      "IsPreferred": true,
      "ContactType": "string",
      "ContactTypeId": 1,
      "PhoneNumber": "string",
      "RawPhoneNumber": "string",
      "IsBad": true,
      "IsOld": true,
      "DoNotText": true,
      "DoNotCall": true
    }
  ],
  "LeadSource": "string",
  "LeadStatus": "string",
  "Program": "string",
  "ProgramOfEnrollment": [
    "string",
    "string"
  ],
  "TermStart": "string",
  "Campus": "string",
  "AdmissionAdvisor": "string",
  "StudentAccountsAdvisor": "string",
  "FinancialAidAdvisor": "string",
  "CareerServicesAdvisor": "string",
  "LeadDateTime": "2025-10-28T18:19:51.0715686+00:00",
  "ExpectedGradDate": "string",
  "LeadType": "string",
  "Gender": "string",
  "BirthDate": "string",
  "EducationLevel": "string",
  "EmploymentStatus": "string",
  "VeteranStatus": "string",
  "Citizenship": "string",
  "Nationality": "string",
  "Ethnicity": "string",
  "PreferredLanguage": "string",
  "GradYear": "string",
  "ProfessionalTitle": "string",
  "Salutation": "string"
}

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": {
    "VerityLeadId": 1,
    "ExternalLeadId": "string",
    "PotentialMatches": [
      {
        "FirstName": "string",
        "LastName": "string",
        "PhoneNumber": "string",
        "Email": "string",
        "VerityLeadId": 5,
        "ExternalLeadId": "string"
      },
      {
        "FirstName": "string",
        "LastName": "string",
        "PhoneNumber": "string",
        "Email": "string",
        "VerityLeadId": 5,
        "ExternalLeadId": "string"
      }
    ],
    "ExactMatches": [
      {
        "FirstName": "string",
        "LastName": "string",
        "PhoneNumber": "string",
        "Email": "string",
        "VerityLeadId": 5,
        "ExternalLeadId": "string"
      },
      {
        "FirstName": "string",
        "LastName": "string",
        "PhoneNumber": "string",
        "Email": "string",
        "VerityLeadId": 5,
        "ExternalLeadId": "string"
      }
    ],
    "FirstName": "string",
    "LastName": "string",
    "MiddleName": "string",
    "FormerName": "string",
    "NickName": "string",
    "PostalCode": "string",
    "Address": "string",
    "City": "string",
    "State": "string",
    "Province": "string",
    "Country": "string",
    "Emails": [
      {
        "IsPreferred": true,
        "ContactType": "string",
        "ContactTypeId": 1,
        "EmailAddress": "string",
        "IsBad": true,
        "IsOld": true,
        "DoNotEmail": true
      },
      {
        "IsPreferred": true,
        "ContactType": "string",
        "ContactTypeId": 1,
        "EmailAddress": "string",
        "IsBad": true,
        "IsOld": true,
        "DoNotEmail": true
      }
    ],
    "Phones": [
      {
        "IsPreferred": true,
        "ContactType": "string",
        "ContactTypeId": 1,
        "PhoneNumber": "string",
        "RawPhoneNumber": "string",
        "IsBad": true,
        "IsOld": true,
        "DoNotText": true,
        "DoNotCall": true
      },
      {
        "IsPreferred": true,
        "ContactType": "string",
        "ContactTypeId": 1,
        "PhoneNumber": "string",
        "RawPhoneNumber": "string",
        "IsBad": true,
        "IsOld": true,
        "DoNotText": true,
        "DoNotCall": true
      }
    ],
    "LeadSource": "string",
    "LeadStatus": "string",
    "Program": "string",
    "ProgramOfEnrollment": [
      "string",
      "string"
    ],
    "TermStart": "string",
    "Campus": "string",
    "AdmissionAdvisor": "string",
    "StudentAccountsAdvisor": "string",
    "FinancialAidAdvisor": "string",
    "CareerServicesAdvisor": "string",
    "LeadDateTime": "2025-10-28T18:19:51.1340765+00:00",
    "ExpectedGradDate": "string",
    "LeadType": "string",
    "Gender": "string",
    "BirthDate": "string",
    "EducationLevel": "string",
    "EmploymentStatus": "string",
    "VeteranStatus": "string",
    "Citizenship": "string",
    "Nationality": "string",
    "Ethnicity": "string",
    "PreferredLanguage": "string",
    "GradYear": "string",
    "ProfessionalTitle": "string",
    "Salutation": "string"
  }
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Leads/GetApplicantData POST

https://apiqa.verityiq.com/connector/Leads/GetApplicantData
HEADERS: Authorization: bearer authorization_token POST connector/Leads/GetApplicantData
Request Response

application/json, text/json

{
  "ApplicationId": "49ad183c-467f-4477-b895-ea2f82583f00",
  "ApplicationIds": [
    "0f1d6efc-a5b2-4e3d-82a6-5f408e9a67b5",
    "9c3154b9-5e5f-42d1-b0b3-0a53f80b7ddd"
  ],
  "VerityLeadId": 1,
  "VerityContactId": "6c46f1fb-9641-4a82-bc70-364726a68b31",
  "ExternalLeadId": "string",
  "IncludeInfo": [
    0,
    0
  ],
  "PageNumber": 3,
  "PageSize": 4
}

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": {
    "VerityContactId": "a5878af8-9539-473e-8b9c-ab7394d76a5d",
    "Inquiry": {
      "School": "string",
      "LeadSourceCategory": "string",
      "LeadStatusCategory": "string",
      "InquiryDate": "2025-10-28T18:19:51.2441046+00:00",
      "LeadSource": "string",
      "LeadSourceId": 1,
      "LeadStatus": "string",
      "LeadStatusId": 1,
      "ProgramOfInterest": "string",
      "ProgramOfInterestId": 1,
      "TermStart": "string",
      "TermStartDate": "2025-10-28T18:19:51.2441046+00:00",
      "Campus": "string",
      "CampusId": 1,
      "AdmissionsAdvisor": "string",
      "AdmissionsAdvisorId": 1,
      "FinancialAdvisor": "string",
      "FinancialAdvisorId": 1,
      "StudentAccountsAdvisor": "string",
      "StudentAccountsAdvisorId": 1,
      "CareerServicesAdvisor": "string",
      "CareerServicesAdvisorId": 1,
      "ExpectedGradDateCode": "string",
      "ExpectedGradDate": "2025-10-28T18:19:51.2441046+00:00",
      "LeadType": "string",
      "LeadTypeId": 1,
      "ProgramOfEnrollment": [
        "string",
        "string"
      ]
    },
    "Application": [
      {
        "ApplicationId": "665fcb44-53d7-4637-a0f1-bc37b4e19f23",
        "InquiryId": "ad23fd9b-0b38-4ae5-8591-d6d9774b552a",
        "DateCreated": "2025-10-28T18:19:51.2441046+00:00",
        "LastUpdated": "2025-10-28T18:19:51.2441046+00:00",
        "ApplicationDateStarted": "2025-10-28T18:19:51.2441046+00:00",
        "Status": "string",
        "StatusId": 1,
        "School": "string",
        "Campus": "string",
        "CampusId": 1,
        "ProgramOfEnrollment": "string",
        "ProgramOfEnrollmentCode": "string",
        "ProgramOfEnrollmentId": 1,
        "Shift": "string",
        "ShiftId": 1,
        "StartDateCode": "string",
        "StartDate": "2025-10-28T18:19:51.2441046+00:00",
        "ExpectedGradDateCode": "string",
        "ExpectedGradDate": "2025-10-28T18:19:51.2441046+00:00",
        "AdmissionsAdvisor": "string",
        "AdmissionsAdvisorId": 1,
        "FinancialAdvisor": "string",
        "FinancialAdvisorId": 1,
        "StudentAccountsAdvisor": "string",
        "StudentAccountsAdvisorId": 1,
        "CareerServicesAdvisor": "string",
        "CareerServicesAdvisorId": 1,
        "ParentSignatureRequired": true,
        "RegistrationFee": 1.0,
        "FeeWaived": true
      },
      {
        "ApplicationId": "665fcb44-53d7-4637-a0f1-bc37b4e19f23",
        "InquiryId": "ad23fd9b-0b38-4ae5-8591-d6d9774b552a",
        "DateCreated": "2025-10-28T18:19:51.2441046+00:00",
        "LastUpdated": "2025-10-28T18:19:51.2441046+00:00",
        "ApplicationDateStarted": "2025-10-28T18:19:51.2441046+00:00",
        "Status": "string",
        "StatusId": 1,
        "School": "string",
        "Campus": "string",
        "CampusId": 1,
        "ProgramOfEnrollment": "string",
        "ProgramOfEnrollmentCode": "string",
        "ProgramOfEnrollmentId": 1,
        "Shift": "string",
        "ShiftId": 1,
        "StartDateCode": "string",
        "StartDate": "2025-10-28T18:19:51.2441046+00:00",
        "ExpectedGradDateCode": "string",
        "ExpectedGradDate": "2025-10-28T18:19:51.2441046+00:00",
        "AdmissionsAdvisor": "string",
        "AdmissionsAdvisorId": 1,
        "FinancialAdvisor": "string",
        "FinancialAdvisorId": 1,
        "StudentAccountsAdvisor": "string",
        "StudentAccountsAdvisorId": 1,
        "CareerServicesAdvisor": "string",
        "CareerServicesAdvisorId": 1,
        "ParentSignatureRequired": true,
        "RegistrationFee": 1.0,
        "FeeWaived": true
      }
    ],
    "Documents": [
      {
        "DocumentType": "string",
        "DocumentTypeId": 1,
        "FileName": "string",
        "FilePath": "string",
        "UploadedUtc": "2025-10-28T18:19:51.2441046+00:00",
        "UploadedBy": "string",
        "DocumentStatus": "string",
        "DocumentStatusId": 6,
        "ExpirationDate": "2025-10-28T18:19:51.2441046+00:00",
        "DueDate": "2025-10-28T18:19:51.2441046+00:00",
        "DocumentSource": "string",
        "ApprovalCode": "string",
        "UserId": "string",
        "DocumentFileName": "string",
        "TransactionId": "string",
        "TermStartCode": "string",
        "TermStart": "2025-10-28T18:19:51.2441046+00:00",
        "IsRevised": true,
        "ValidityDate": "2025-10-28T18:19:51.2441046+00:00",
        "VerityLeadId": 1,
        "ApplicationId": "86b0ba0c-05a0-4c73-9409-cbbc1688a1a6",
        "ApplicationDocumentStatus": "string",
        "ApplicationDocumentStatusId": 1,
        "MimeType": "string"
      },
      {
        "DocumentType": "string",
        "DocumentTypeId": 1,
        "FileName": "string",
        "FilePath": "string",
        "UploadedUtc": "2025-10-28T18:19:51.2441046+00:00",
        "UploadedBy": "string",
        "DocumentStatus": "string",
        "DocumentStatusId": 6,
        "ExpirationDate": "2025-10-28T18:19:51.2441046+00:00",
        "DueDate": "2025-10-28T18:19:51.2441046+00:00",
        "DocumentSource": "string",
        "ApprovalCode": "string",
        "UserId": "string",
        "DocumentFileName": "string",
        "TransactionId": "string",
        "TermStartCode": "string",
        "TermStart": "2025-10-28T18:19:51.2441046+00:00",
        "IsRevised": true,
        "ValidityDate": "2025-10-28T18:19:51.2441046+00:00",
        "VerityLeadId": 1,
        "ApplicationId": "86b0ba0c-05a0-4c73-9409-cbbc1688a1a6",
        "ApplicationDocumentStatus": "string",
        "ApplicationDocumentStatusId": 1,
        "MimeType": "string"
      }
    ],
    "CustomFields": [
      {
        "Id": 1,
        "Name": "string",
        "Value": "string"
      },
      {
        "Id": 1,
        "Name": "string",
        "Value": "string"
      }
    ],
    "PersonalData": {
      "Salutation": "string",
      "FirstName": "string",
      "MiddleName": "string",
      "LastName": "string",
      "FormerName": "string",
      "Nickname": "string",
      "ProfessionalTitle": "string",
      "BirthDate": "2025-10-28T18:19:51.2591693+00:00",
      "Ssn": "string"
    },
    "Phones": [
      {
        "IsPreferred": true,
        "ContactType": "string",
        "ContactTypeId": 1,
        "PhoneNumber": "string",
        "RawPhoneNumber": "string",
        "IsBad": true,
        "IsOld": true,
        "DoNotText": true,
        "DoNotCall": true
      },
      {
        "IsPreferred": true,
        "ContactType": "string",
        "ContactTypeId": 1,
        "PhoneNumber": "string",
        "RawPhoneNumber": "string",
        "IsBad": true,
        "IsOld": true,
        "DoNotText": true,
        "DoNotCall": true
      }
    ],
    "Emails": [
      {
        "IsPreferred": true,
        "ContactType": "string",
        "ContactTypeId": 1,
        "EmailAddress": "string",
        "IsBad": true,
        "IsOld": true,
        "DoNotEmail": true
      },
      {
        "IsPreferred": true,
        "ContactType": "string",
        "ContactTypeId": 1,
        "EmailAddress": "string",
        "IsBad": true,
        "IsOld": true,
        "DoNotEmail": true
      }
    ],
    "Addresses": [
      {
        "IsPreferred": true,
        "ContactType": "string",
        "ContactTypeId": 1,
        "Address": "string",
        "Line2": "string",
        "City": "string",
        "State": "string",
        "StateId": 1,
        "County": "string",
        "Province": "string",
        "PostalCode": "string",
        "Country": "string",
        "CountryId": 1,
        "IsBad": true,
        "IsOld": true
      },
      {
        "IsPreferred": true,
        "ContactType": "string",
        "ContactTypeId": 1,
        "Address": "string",
        "Line2": "string",
        "City": "string",
        "State": "string",
        "StateId": 1,
        "County": "string",
        "Province": "string",
        "PostalCode": "string",
        "Country": "string",
        "CountryId": 1,
        "IsBad": true,
        "IsOld": true
      }
    ],
    "References": [
      {
        "FirstName": "string",
        "MiddleName": "string",
        "LastName": "string",
        "PhoneNumber": "string",
        "EmailAddress": "string",
        "Relationship": "string",
        "Address": "string",
        "City": "string",
        "Province": "string",
        "PostalCode": "string",
        "State": "string",
        "StateId": 1,
        "Country": "string",
        "CountryId": 1,
        "IsParentSigner": true
      },
      {
        "FirstName": "string",
        "MiddleName": "string",
        "LastName": "string",
        "PhoneNumber": "string",
        "EmailAddress": "string",
        "Relationship": "string",
        "Address": "string",
        "City": "string",
        "Province": "string",
        "PostalCode": "string",
        "State": "string",
        "StateId": 1,
        "Country": "string",
        "CountryId": 1,
        "IsParentSigner": true
      }
    ],
    "Demographics": {
      "HigherEducationCredential": "string",
      "HigherEducationCredentialId": 1,
      "Ethnicity": "string",
      "EthnicityId": 1,
      "Citizenship": "string",
      "CitizenshipId": 1,
      "VeteranStatus": "string",
      "VeteranStatusId": 1,
      "Gender": "string",
      "GenderId": 64,
      "PreferredLanguage": "string",
      "PreferredLanguageId": 1,
      "MaritalStatus": "string",
      "MaritalStatusId": 1,
      "Nationality": "string",
      "NationalityId": 1,
      "PlacementStatus": "string",
      "PlacementStatusId": 1
    },
    "HighSchool": {
      "Credential": "string",
      "CredentialId": 1,
      "Name": "string",
      "GraduationDate": "2025-10-28T18:19:51.2591693+00:00",
      "GraduationYear": 1,
      "DidNotGraduate": true,
      "Address": "string",
      "City": "string",
      "State": "string",
      "StateId": 1,
      "Province": "string",
      "PostalCode": "string",
      "Country": "string",
      "CountryId": 1
    },
    "PreviousEducation": [
      {
        "College": "string",
        "AttendedFrom": "2025-10-28T18:19:51.2591693+00:00",
        "AttendedTo": "2025-10-28T18:19:51.2591693+00:00",
        "GraduationDate": "2025-10-28T18:19:51.2591693+00:00",
        "GraduationYear": 1,
        "Degree": "string",
        "DegreeId": 1,
        "Address": "string",
        "City": "string",
        "State": "string",
        "StateId": 1,
        "Province": "string",
        "PostalCode": "string",
        "Country": "string",
        "CountryId": 1,
        "CollegeProvince": "string"
      },
      {
        "College": "string",
        "AttendedFrom": "2025-10-28T18:19:51.2591693+00:00",
        "AttendedTo": "2025-10-28T18:19:51.2591693+00:00",
        "GraduationDate": "2025-10-28T18:19:51.2591693+00:00",
        "GraduationYear": 1,
        "Degree": "string",
        "DegreeId": 1,
        "Address": "string",
        "City": "string",
        "State": "string",
        "StateId": 1,
        "Province": "string",
        "PostalCode": "string",
        "Country": "string",
        "CountryId": 1,
        "CollegeProvince": "string"
      }
    ],
    "VerityLeadId": 1,
    "ExternalLeadId": "string"
  }
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Leads/GetLeadPersonalData POST

https://apiqa.verityiq.com/connector/Leads/GetLeadPersonalData
HEADERS: Authorization: bearer authorization_token POST connector/Leads/GetLeadPersonalData
Request Response

application/json, text/json

{
  "VerityLeadId": 1,
  "ExternalLeadId": "string"
}

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": {
    "FirstName": "string",
    "LastName": "string",
    "MiddleName": "string",
    "FormerName": "string",
    "NickName": "string",
    "ProfessionalTitle": "string",
    "Salutation": "string",
    "PhoneNumber": "string",
    "Email": "string",
    "PostalCode": "string",
    "Address": "string",
    "City": "string",
    "State": {
      "Id": 1,
      "Name": "string"
    },
    "Province": "string",
    "Country": {
      "Id": 1,
      "Name": "string"
    },
    "Gender": "string",
    "BirthDate": "string",
    "GradYear": "string",
    "EducationLevel": {
      "Id": 1,
      "Name": "string"
    },
    "EmploymentStatus": {
      "Id": 1,
      "Name": "string"
    },
    "VeteranStatus": {
      "Id": 1,
      "Name": "string"
    },
    "Citizenship": {
      "Id": 1,
      "Name": "string"
    },
    "Nationality": {
      "Id": 1,
      "Name": "string"
    },
    "Ethnicity": {
      "Id": 1,
      "Name": "string"
    },
    "PreferredLanguage": {
      "Id": 1,
      "Name": "string"
    },
    "LeadSource": {
      "Id": 1,
      "Name": "string"
    },
    "LeadStatus": {
      "Id": 1,
      "Name": "string"
    },
    "Program": {
      "Id": 1,
      "Name": "string"
    },
    "TermStart": "string",
    "Campus": {
      "Id": 1,
      "Name": "string"
    },
    "AdmissionAdvisor": {
      "Id": 1,
      "Name": "string"
    },
    "CareerServicesAdvisor": {
      "Id": 1,
      "Name": "string"
    },
    "FinancialServicesAdvisor": {
      "Id": 1,
      "Name": "string"
    },
    "StudentAccountsAdvisor": {
      "Id": 1,
      "Name": "string"
    },
    "LeadType": {
      "Id": 1,
      "Name": "string"
    },
    "ProgramsOfEnrollment": [
      {
        "Id": 1,
        "Name": "string"
      },
      {
        "Id": 1,
        "Name": "string"
      }
    ],
    "ExpectedGradDate": "string",
    "LeadDateTime": "string",
    "CustomFields": [
      {
        "Id": 1,
        "Name": "string",
        "Value": "string"
      },
      {
        "Id": 1,
        "Name": "string",
        "Value": "string"
      }
    ],
    "VerityLeadId": 20,
    "ExternalLeadId": "string"
  }
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Leads/SaveReference POST

https://apiqa.verityiq.com/connector/Leads/SaveReference
HEADERS: Authorization: bearer authorization_token POST connector/Leads/SaveReference
Request Response

application/json, text/json

{
  "VerityLeadId": 1,
  "ExternalLeadId": "string",
  "FirstName": "string",
  "MiddleName": "string",
  "LastName": "string",
  "PhoneNumber": "string",
  "EmailAddress": "string",
  "Relationship": "string",
  "Address": "string",
  "City": "string",
  "Province": "string",
  "PostalCode": "string",
  "State": "string",
  "StateId": 1,
  "Country": "string",
  "CountryId": 1,
  "IsParentSigner": true
}

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": {
    "Id": 1,
    "VerityLeadId": 2,
    "ExternalLeadId": "string",
    "FirstName": "string",
    "MiddleName": "string",
    "LastName": "string",
    "PhoneNumber": "string",
    "EmailAddress": "string",
    "Relationship": "string",
    "Address": "string",
    "City": "string",
    "Province": "string",
    "PostalCode": "string",
    "State": "string",
    "StateId": 1,
    "Country": "string",
    "CountryId": 1,
    "IsParentSigner": true
  }
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Leads/UpdateExternalLeadId POST

https://apiqa.verityiq.com/connector/Leads/UpdateExternalLeadId
HEADERS: Authorization: bearer authorization_token POST connector/Leads/UpdateExternalLeadId
Request Response

application/json, text/json

{
  "VerityLeadId": 1,
  "ExternalLeadId": "string"
}

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": {
    "VerityLeadId": 1,
    "ExternalLeadId": "string"
  }
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Leads/UpdateLeadPersonalData POST

https://apiqa.verityiq.com/connector/Leads/UpdateLeadPersonalData
HEADERS: Authorization: bearer authorization_token POST connector/Leads/UpdateLeadPersonalData
Request Response

application/json, text/json

{
  "Email": null,
  "Phone": "",
  "RawPhone": null,
  "PhoneContactType": "string",
  "PostalCode": "string",
  "Address": "string",
  "City": "string",
  "State": "string",
  "Province": "string",
  "Country": "string",
  "Emails": [
    {
      "IsPreferred": true,
      "ContactType": "string",
      "ContactTypeId": 1,
      "EmailAddress": "string",
      "IsBad": true,
      "IsOld": true,
      "DoNotEmail": true
    },
    {
      "IsPreferred": true,
      "ContactType": "string",
      "ContactTypeId": 1,
      "EmailAddress": "string",
      "IsBad": true,
      "IsOld": true,
      "DoNotEmail": true
    }
  ],
  "Phones": [
    {
      "IsPreferred": true,
      "ContactType": "string",
      "ContactTypeId": 1,
      "PhoneNumber": "string",
      "RawPhoneNumber": "string",
      "IsBad": true,
      "IsOld": true,
      "DoNotText": true,
      "DoNotCall": true
    },
    {
      "IsPreferred": true,
      "ContactType": "string",
      "ContactTypeId": 1,
      "PhoneNumber": "string",
      "RawPhoneNumber": "string",
      "IsBad": true,
      "IsOld": true,
      "DoNotText": true,
      "DoNotCall": true
    }
  ],
  "FirstName": "string",
  "LastName": "string",
  "MiddleName": "string",
  "FormerName": "string",
  "NickName": "string",
  "ProfessionalTitle": "string",
  "Salutation": "string",
  "Gender": "string",
  "BirthDate": "string",
  "EducationLevel": "string",
  "EmploymentStatus": "string",
  "VeteranStatus": "string",
  "Citizenship": "string",
  "Nationality": "string",
  "Ethnicity": "string",
  "PreferredLanguage": "string",
  "GradYear": "string",
  "LeadSource": "string",
  "LeadStatus": "string",
  "Program": "string",
  "ProgramOfEnrollment": [
    "string",
    "string"
  ],
  "TermStart": "string",
  "Campus": "string",
  "AdmissionAdvisor": "string",
  "LeadType": "string",
  "StudentAccountsAdvisor": "string",
  "FinancialAidAdvisor": "string",
  "CareerServicesAdvisor": "string",
  "LeadDateTime": "2025-10-28T18:19:51.6347392+00:00",
  "ExpectedGradDate": "string",
  "VerityLeadId": 39,
  "ExternalLeadId": "string"
}

application/json, text/json

{
  "Warnings": "string",
  "Message": "string",
  "Success": true,
  "Data": {
    "Email": null,
    "Phone": "",
    "RawPhone": null,
    "PhoneContactType": "string",
    "PostalCode": "string",
    "Address": "string",
    "City": "string",
    "State": "string",
    "Province": "string",
    "Country": "string",
    "Emails": [
      {
        "IsPreferred": true,
        "ContactType": "string",
        "ContactTypeId": 1,
        "EmailAddress": "string",
        "IsBad": true,
        "IsOld": true,
        "DoNotEmail": true
      },
      {
        "IsPreferred": true,
        "ContactType": "string",
        "ContactTypeId": 1,
        "EmailAddress": "string",
        "IsBad": true,
        "IsOld": true,
        "DoNotEmail": true
      }
    ],
    "Phones": [
      {
        "IsPreferred": true,
        "ContactType": "string",
        "ContactTypeId": 1,
        "PhoneNumber": "string",
        "RawPhoneNumber": "string",
        "IsBad": true,
        "IsOld": true,
        "DoNotText": true,
        "DoNotCall": true
      },
      {
        "IsPreferred": true,
        "ContactType": "string",
        "ContactTypeId": 1,
        "PhoneNumber": "string",
        "RawPhoneNumber": "string",
        "IsBad": true,
        "IsOld": true,
        "DoNotText": true,
        "DoNotCall": true
      }
    ],
    "FirstName": "string",
    "LastName": "string",
    "MiddleName": "string",
    "FormerName": "string",
    "NickName": "string",
    "ProfessionalTitle": "string",
    "Salutation": "string",
    "Gender": "string",
    "BirthDate": "string",
    "EducationLevel": "string",
    "EmploymentStatus": "string",
    "VeteranStatus": "string",
    "Citizenship": "string",
    "Nationality": "string",
    "Ethnicity": "string",
    "PreferredLanguage": "string",
    "GradYear": "string",
    "LeadSource": "string",
    "LeadStatus": "string",
    "Program": "string",
    "ProgramOfEnrollment": [
      "string",
      "string"
    ],
    "TermStart": "string",
    "Campus": "string",
    "AdmissionAdvisor": "string",
    "LeadType": "string",
    "StudentAccountsAdvisor": "string",
    "FinancialAidAdvisor": "string",
    "CareerServicesAdvisor": "string",
    "LeadDateTime": "2025-10-28T18:19:51.665998+00:00",
    "ExpectedGradDate": "string",
    "VerityLeadId": 39,
    "ExternalLeadId": "string"
  }
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Leads/UpdateLeadStatus POST

https://apiqa.verityiq.com/connector/Leads/UpdateLeadStatus
HEADERS: Authorization: bearer authorization_token POST connector/Leads/UpdateLeadStatus
Request Response

application/json, text/json

{
  "StatusId": 1,
  "VerityLeadId": 2,
  "ExternalLeadId": "string"
}

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": {
    "StatusId": 1,
    "VerityLeadId": 2,
    "ExternalLeadId": "string"
  }
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Leads/UpdateOptin POST

https://apiqa.verityiq.com/connector/Leads/UpdateOptin
HEADERS: Authorization: bearer authorization_token POST connector/Leads/UpdateOptin
Request Response

application/json, text/json

{
  "VerityLeadId": 1,
  "ExternalLeadId": "string",
  "Emails": [
    "string",
    "string"
  ],
  "Phones": [
    "string",
    "string"
  ],
  "Text": [
    "string",
    "string"
  ]
}

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": {
    "VerityLeadId": 1,
    "ExternalLeadId": "string",
    "Emails": [
      "string",
      "string"
    ],
    "Phones": [
      "string",
      "string"
    ],
    "Text": [
      "string",
      "string"
    ]
  }
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Leads/UpdateOptout POST

https://apiqa.verityiq.com/connector/Leads/UpdateOptout
HEADERS: Authorization: bearer authorization_token POST connector/Leads/UpdateOptout
Request Response

application/json, text/json

{
  "VerityLeadId": 1,
  "ExternalLeadId": "string",
  "Emails": [
    "string",
    "string"
  ],
  "Phones": [
    "string",
    "string"
  ],
  "Text": [
    "string",
    "string"
  ]
}

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": {
    "VerityLeadId": 1,
    "ExternalLeadId": "string",
    "Emails": [
      "string",
      "string"
    ],
    "Phones": [
      "string",
      "string"
    ],
    "Text": [
      "string",
      "string"
    ]
  }
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

Ledger

connector/Ledger/GetLedger?ContactId={ContactId} GET

https://apiqa.verityiq.com/connector/Ledger/GetLedger?ContactId={ContactId}
HEADERS: Authorization: bearer authorization_token GET connector/Ledger/GetLedger?ContactId={ContactId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "TermCode": "string",
      "DatePosted": "10/28/2025",
      "LedgerCodeCategory": "string",
      "LedgerCode": "string",
      "LedgerCodeName": "string",
      "AwardYear": "string",
      "Source": "string",
      "TransactionNo": "string",
      "AwardId": 1,
      "Debit": 9.0,
      "Credit": 10.0,
      "Projected": 11.0,
      "Balance": 12.0,
      "AcademicYear": 1,
      "PaymentPeriod": 1,
      "Enrollment": 13,
      "BatchNo": "string",
      "Comment": "string",
      "CreatedBy": "string",
      "CreatedByUser": 16,
      "CreatedOn": "2025-10-28T18:19:51.7128941+00:00",
      "UpdatedBy": "string",
      "UpdatedByUser": 19,
      "UpdatedOn": "2025-10-28T18:19:51.7128941+00:00"
    },
    {
      "TermCode": "string",
      "DatePosted": "10/28/2025",
      "LedgerCodeCategory": "string",
      "LedgerCode": "string",
      "LedgerCodeName": "string",
      "AwardYear": "string",
      "Source": "string",
      "TransactionNo": "string",
      "AwardId": 1,
      "Debit": 9.0,
      "Credit": 10.0,
      "Projected": 11.0,
      "Balance": 12.0,
      "AcademicYear": 1,
      "PaymentPeriod": 1,
      "Enrollment": 13,
      "BatchNo": "string",
      "Comment": "string",
      "CreatedBy": "string",
      "CreatedByUser": 16,
      "CreatedOn": "2025-10-28T18:19:51.7128941+00:00",
      "UpdatedBy": "string",
      "UpdatedByUser": 19,
      "UpdatedOn": "2025-10-28T18:19:51.7128941+00:00"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/Ledger/GetLedger?VerityLeadId={VerityLeadId} GET

https://apiqa.verityiq.com/connector/Ledger/GetLedger?VerityLeadId={VerityLeadId}
HEADERS: Authorization: bearer authorization_token GET connector/Ledger/GetLedger?VerityLeadId={VerityLeadId}
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "TermCode": "string",
      "DatePosted": "10/28/2025",
      "LedgerCodeCategory": "string",
      "LedgerCode": "string",
      "LedgerCodeName": "string",
      "AwardYear": "string",
      "Source": "string",
      "TransactionNo": "string",
      "AwardId": 1,
      "Debit": 9.0,
      "Credit": 10.0,
      "Projected": 11.0,
      "Balance": 12.0,
      "AcademicYear": 1,
      "PaymentPeriod": 1,
      "Enrollment": 13,
      "BatchNo": "string",
      "Comment": "string",
      "CreatedBy": "string",
      "CreatedByUser": 16,
      "CreatedOn": "2025-10-28T18:19:51.7441633+00:00",
      "UpdatedBy": "string",
      "UpdatedByUser": 19,
      "UpdatedOn": "2025-10-28T18:19:51.7441633+00:00"
    },
    {
      "TermCode": "string",
      "DatePosted": "10/28/2025",
      "LedgerCodeCategory": "string",
      "LedgerCode": "string",
      "LedgerCodeName": "string",
      "AwardYear": "string",
      "Source": "string",
      "TransactionNo": "string",
      "AwardId": 1,
      "Debit": 9.0,
      "Credit": 10.0,
      "Projected": 11.0,
      "Balance": 12.0,
      "AcademicYear": 1,
      "PaymentPeriod": 1,
      "Enrollment": 13,
      "BatchNo": "string",
      "Comment": "string",
      "CreatedBy": "string",
      "CreatedByUser": 16,
      "CreatedOn": "2025-10-28T18:19:51.7441633+00:00",
      "UpdatedBy": "string",
      "UpdatedByUser": 19,
      "UpdatedOn": "2025-10-28T18:19:51.7441633+00:00"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

List

connector/List/GetListNames POST

https://apiqa.verityiq.com/connector/List/GetListNames
HEADERS: Authorization: bearer authorization_token POST connector/List/GetListNames
Request Response

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Id": 1,
      "Name": "string"
    },
    {
      "Id": 1,
      "Name": "string"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/List/GetListValues POST

https://apiqa.verityiq.com/connector/List/GetListValues
HEADERS: Authorization: bearer authorization_token POST connector/List/GetListValues
Request Response

application/json, text/json

{
  "Id": 1,
  "Name": "string"
}

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "Id": 1,
      "Name": "string"
    },
    {
      "Id": 1,
      "Name": "string"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

connector/List/UpdateCustomFields POST

https://apiqa.verityiq.com/connector/List/UpdateCustomFields
HEADERS: Authorization: bearer authorization_token POST connector/List/UpdateCustomFields
Request Response

application/json, text/json

{
  "VerityLeadId": 1,
  "ExternalLeadId": "string",
  "CustomFields": [
    {
      "CustomFieldId": 1,
      "Name": "string",
      "Value": "string"
    },
    {
      "CustomFieldId": 1,
      "Name": "string",
      "Value": "string"
    }
  ]
}

application/json, text/json

{
  "Message": "string",
  "Success": true,
  "Data": {
    "VerityLeadId": 1,
    "ExternalLeadId": "string",
    "CustomFields": [
      {
        "CustomFieldId": 1,
        "Name": "string",
        "Value": "string"
      },
      {
        "CustomFieldId": 1,
        "Name": "string",
        "Value": "string"
      }
    ]
  }
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }

Notes

connector/Notes/SaveNotes POST

https://apiqa.verityiq.com/connector/Notes/SaveNotes
HEADERS: Authorization: bearer authorization_token POST connector/Notes/SaveNotes
Request Response

application/json, text/json

[
  {
    "VerityLeadId": 2,
    "ExternalLeadId": "string",
    "Text": "string",
    "Status": 0,
    "Type": 0,
    "Author": "string",
    "Source": "string"
  },
  {
    "VerityLeadId": 2,
    "ExternalLeadId": "string",
    "Text": "string",
    "Status": 0,
    "Type": 0,
    "Author": "string",
    "Source": "string"
  }
]

application/json, text/json

{
  "Warnings": "string",
  "Message": "string",
  "Success": true,
  "Data": [
    {
      "NoteID": "1bd4b3e9-cf03-423e-b6d3-4af1cf6aa616",
      "VerityLeadId": 2,
      "ExternalLeadId": "string",
      "Text": "string",
      "Status": 0,
      "Type": 0,
      "Author": "string",
      "Source": "string"
    },
    {
      "NoteID": "1bd4b3e9-cf03-423e-b6d3-4af1cf6aa616",
      "VerityLeadId": 2,
      "ExternalLeadId": "string",
      "Text": "string",
      "Status": 0,
      "Type": 0,
      "Author": "string",
      "Source": "string"
    }
  ]
}
SUCCESSFULL: { 'MESSAGE': 'OK', 'Success' : true, 'Data' : { ... } }
MISSING/WRONG AUTHORIZATION: { 'MESSAGE': 'Invalid data provided', 'Success' : false, 'Data' : null }
INVALID VerityLeadId and/or ExternalLeadId: { 'MESSAGE': 'Invalid lead credentials provided ( VerityLeadId or ExternalLeadId)', 'Success' : false, 'Data' : null }