List linked accounts
GET
/linked_accounts Retrieves all the Linked Accounts belonging to the logged-in Identity.
Request
Query parameters
Responses
200OK
Success
Headers
Body
application/json
objectobject · 3 fields
Response example
{ "accounts": [ { "id": "string", "profileId": "10001", "tag": "customer-123", "friendlyName": "string", "name": "string", "type": "BUSINESS", "currency": "GBP", "country": "string", "accountReference": { "accountNumber": "string", "sortCode": "string", "secondaryReference": "string" }, "state": "PENDING_VERIFICATION", "creationTimestamp": 0, "owner": { "type": "example", "id": "123456789" } } ], "count": 0, "responseCount": 0}