Get App Registration Status
GET {{baseUrl}}/aggregation/v2/partners/applications
Get the status of your application registration(s).
Supported regions:
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
preAppId | number | The application registration tracking ID | |
applicationId | number | The application ID | |
status | string | Look up app registration requests by status | |
appName | string | Look up app registration requests by app name | |
submittedDate | number | Look up app registration requests by the date they were submitted | |
modifiedDate | number | Look up app registration requests by the date the request was updated. This can be used to determine when a request was updated to "A" or "R". | |
page | number | Index of the page of results to return | |
pageSize | number | Maximum number of results per page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Finicity-App-Key | string | ||
Accept | string | ||
Finicity-App-Token | string |
RESPONSES
status: OK
{"totalRecords":50,"totalPages":5,"pageNumber":2,"numberOfRecordsPerPage":10,"applications":[{"partnerId":"1234583871234","preAppId":"2581","appName":"Awesome Budget App","submittedDate":1607450357,"modifiedDate":1607450357,"status":"P","note":"Approved","applicationId":"123456789","scopes":"Account Info","institutionDetails":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},{"partnerId":"1234583871234","preAppId":"2581","appName":"Awesome Budget App","submittedDate":1607450357,"modifiedDate":1607450357,"status":"P","note":"Approved","applicationId":"123456789","scopes":"Account Info","institutionDetails":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}]}