{
"opencollection": "1.0.0",
"info": {
"name": "Envestnet Aggregation APIs Account Token CreditAcceleratorFile API",
"version": "1.1.0"
},
"items": [
{
"info": {
"name": "CreditAcceleratorFile",
"type": "folder"
},
"items": [
{
"info": {
"name": "Envestnet Refresh Credit Accelerator File",
"type": "http"
},
"http": {
"method": "PUT",
"url": "/creditAccelerator/report/refresh",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "This service allows you to refresh the already generated credit accelerator file"
},
{
"info": {
"name": "Envestnet Get File Status",
"type": "http"
},
"http": {
"method": "GET",
"url": "/creditAccelerator/report/status",
"params": [
{
"name": "configName",
"value": "",
"type": "query",
"description": "Unique identifier for the credit accelerator file"
},
{
"name": "reportId",
"value": "",
"type": "query",
"description": "Unique identifier for the credit accelerator file"
}
]
},
"docs": "You can use this service to check the status of the credit accelerator file using either reportId or configName as query parameters where configName will only give the status for latest requested credit accelerator file. We recommend polling at a 2 second interval.
"
},
{
"info": {
"name": "Envestnet Get Statements",
"type": "http"
},
"http": {
"method": "GET",
"url": "/creditAccelerator/report/statements",
"params": [
{
"name": "configName",
"value": "",
"type": "query",
"description": "The config name using which the credit accelerator file generation was requested"
},
{
"name": "reportId",
"value": "",
"type": "query",
"description": "Unique identifier for the credit accelerator file"
}
]
},
"docs": "Partner can poll the below API to see a list of financial statements which were downloading during the application process on behalf of the consumer. We recommend polling at a 2 second interval.
"
},
{
"info": {
"name": "Envestnet Get Credit Accelerator File",
"type": "http"
},
"http": {
"method": "GET",
"url": "/creditAccelerator/report",
"params": [
{
"name": "configName",
"value": "",
"type": "query",
"description": "The config name using which the credit accelerator file generation was requested"
},
{
"name": "format",
"value": "",
"type": "query",
"description": "Format in which credit accelerator report shall be provided. Valid values JSON and PDF"
},
{
"name": "reportId",
"value": "",
"type": "query",
"description": "Unique identifier for the credit accelerator file"
}
]
},
"docs": "Using this service you can retrieve the Credit Accelerator file in JSON or PDF format. Once the file generation has finished processing i.e. status is COMPLETED, you can retrieve call this api service by passign values \"json\" or pdf\" in \"format\" query parameter"
},
{
"info": {
"name": "Envestnet Generate Credit Accelerator File",
"type": "http"
},
"http": {
"method": "POST",
"url": "/creditAccelerator/report/generate",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "This service allows you to submit a request to generate credit accelerator file for already linked accounts"
}
]
}
],
"bundled": true
}