Get Customer With App Data by ID
GET {{baseUrl}}/aggregation/v1/customers/{{customerId}}/application
Retrieve a customer along with additional details about the OAuth application.
Supported regions:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Finicity-App-Token | string | ||
Finicity-App-Key | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"1005061234","username":"customerusername1","type":"active","createdDate":"1607450357","firstName":"John","lastName":"Smith","lastModifiedDate":"1607450357","applicationId":"123456789","applicationName":"Awesome Budget App"}