Get Customer by ID
GET {{baseUrl}}/aggregation/v1/customers/{{customerId}}
Retrieve a customer by ID.
Supported regions:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
App-Key | string | ||
Finicity-App-Token | string |
RESPONSES
status: OK
{"id":"1005061234","username":"customerusername1","type":"active","createdDate":"1607450357","firstName":"John","lastName":"Smith","lastModifiedDate":"1607450357","email":"someone@test.com","phone":"61-3-1234-1234","addressLine1":"100 Arthur Street","city":"Sydney","state":"NSW","postalCode":"2060","country":"AU"}