Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| creditReportId |
The credit report identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The credit report, if it exists.
Nano.CreditReport| Name | Description | Type | Additional information |
|---|---|---|---|
| date |
Gets or sets the date. |
date |
None. |
| expirationDate |
Gets or sets the expiration date. |
string |
None. |
| fileNumber |
Gets or sets the file number. |
string |
None. |
| hasExpired |
Gets or sets a value indicating whether this has expired. |
boolean |
None. |
| isEffective |
Gets or sets a value indicating whether this is effective. |
boolean |
None. |
| issueDate |
Gets or sets the issue date. |
string |
None. |
| provider |
Gets or sets the provider. |
string |
None. |
| pullType |
Gets or sets the pull type. |
string |
None. |
| type |
Gets or sets the type. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| id |
Gets or sets the credit report identifier. |
integer |
None. |
| creditHistories |
Gets or sets the credit history identifiers. |
Collection of integer |
None. |
| creditInquiries |
Gets or sets the credit inquiry identifiers. |
Collection of integer |
None. |
| creditReportErrors |
Gets or sets the credit report error ids. |
Collection of integer |
None. |
| creditScores |
Gets or sets the credit score identifiers. |
Collection of integer |
None. |
| liabilities |
Gets or sets the liability identifiers. |
Collection of integer |
None. |
| persons |
Gets or sets the person identifiers. |
Collection of integer |
None. |
| verifications |
Gets or sets the verification identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{
"date": "2025-11-09T05:58:43.4003197Z",
"expirationDate": "sample String 2",
"fileNumber": "sample String 3",
"hasExpired": true,
"isEffective": true,
"issueDate": "sample String 6",
"provider": "sample String 7",
"pullType": "sample String 8",
"type": "sample String 9",
"app": "10",
"id": "11",
"creditHistories": [
"1",
"2"
],
"creditInquiries": [
"1",
"2"
],
"creditReportErrors": [
"1",
"2"
],
"creditScores": [
"1",
"2"
],
"liabilities": [
"1",
"2"
],
"persons": [
"1",
"2"
],
"verifications": [
"1",
"2"
]
}
text/html
{"date":"2025-11-09T05:58:43.4003197Z","expirationDate":"sample String 2","fileNumber":"sample String 3","hasExpired":true,"isEffective":true,"issueDate":"sample String 6","provider":"sample String 7","pullType":"sample String 8","type":"sample String 9","app":"10","id":"11","creditHistories":["1","2"],"creditInquiries":["1","2"],"creditReportErrors":["1","2"],"creditScores":["1","2"],"liabilities":["1","2"],"persons":["1","2"],"verifications":["1","2"]}
application/vnd.api+json
Sample not available.