Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The application identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of verifications.
Collection of Nano.Verification| Name | Description | Type | Additional information |
|---|---|---|---|
| content |
Gets or sets the content. |
Object |
None. |
| date |
Gets or sets the date. |
date |
None. |
| externalIdentifier |
Gets or sets the external identifier. |
string |
None. |
| externalSource |
Gets or sets the external source. |
string |
None. |
| isVerified |
Gets or sets a value indicating whether this instance is verified. |
boolean |
None. |
| address |
Gets or sets the address identifier. |
integer |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| appraisalOrder |
Gets or sets the appraisal order identifier. |
integer |
None. |
| asset |
Gets or sets the asset identifier. |
integer |
None. |
| employer |
Gets or sets the employer identifier. |
integer |
None. |
| income |
Gets or sets the income identifier. |
integer |
None. |
| liability |
Gets or sets the liability identifier. |
integer |
None. |
| property |
Gets or sets the property identifier. |
integer |
None. |
| taxesAndInsurance |
Gets or sets the taxes and insurance identifier. |
integer |
None. |
| titleOrder |
Gets or sets the title order identifier. |
integer |
None. |
| id |
Gets or sets the verification identifier. |
integer |
None. |
| verificationType |
Gets or sets the verification type identifier. |
integer |
None. |
| verifiedBy |
Gets or sets the verified by identifier. |
integer |
None. |
| verifierRole |
Gets or sets the verifier role identifier. |
integer |
None. |
| verificationDocuments |
Gets or sets the verification document identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
[
{
"content": {},
"date": "2025-11-09T05:56:24.3431038Z",
"externalIdentifier": "sample String 3",
"externalSource": "sample String 4",
"isVerified": true,
"address": "1",
"app": "6",
"appraisalOrder": "1",
"asset": "1",
"employer": "1",
"income": "1",
"liability": "1",
"property": "1",
"taxesAndInsurance": "1",
"titleOrder": "1",
"id": "7",
"verificationType": "8",
"verifiedBy": "1",
"verifierRole": "1",
"verificationDocuments": [
"1",
"2"
]
},
{
"content": {},
"date": "2025-11-09T05:56:24.3431038Z",
"externalIdentifier": "sample String 3",
"externalSource": "sample String 4",
"isVerified": true,
"address": "1",
"app": "6",
"appraisalOrder": "1",
"asset": "1",
"employer": "1",
"income": "1",
"liability": "1",
"property": "1",
"taxesAndInsurance": "1",
"titleOrder": "1",
"id": "7",
"verificationType": "8",
"verifiedBy": "1",
"verifierRole": "1",
"verificationDocuments": [
"1",
"2"
]
}
]
text/html
[{"content":{},"date":"2025-11-09T05:56:24.3431038Z","externalIdentifier":"sample String 3","externalSource":"sample String 4","isVerified":true,"address":"1","app":"6","appraisalOrder":"1","asset":"1","employer":"1","income":"1","liability":"1","property":"1","taxesAndInsurance":"1","titleOrder":"1","id":"7","verificationType":"8","verifiedBy":"1","verifierRole":"1","verificationDocuments":["1","2"]},{"content":{},"date":"2025-11-09T05:56:24.3431038Z","externalIdentifier":"sample String 3","externalSource":"sample String 4","isVerified":true,"address":"1","app":"6","appraisalOrder":"1","asset":"1","employer":"1","income":"1","liability":"1","property":"1","taxesAndInsurance":"1","titleOrder":"1","id":"7","verificationType":"8","verifiedBy":"1","verifierRole":"1","verificationDocuments":["1","2"]}]
application/vnd.api+json
Sample not available.