Skip to main content
Weavr Multi Product API
Linked Accounts

Get a linked account

GET/linked_accounts/{id}

Fetch the Linked Account identified by the id in path.

Request

Path parameters

Responses

200OK

Success

Headers
Body
application/json
{}
LinkedAccountLinkedAccount · object · 12 fields
Response example
{  "id": "string",  "profileId": "string",  "tag": "string",  "friendlyName": "string",  "name": "string",  "type": "BUSINESS",  "currency": "string",  "country": "string",  "accountReference": {    "accountNumber": "string",    "sortCode": "string",    "secondaryReference": "string"  },  "state": "PENDING_VERIFICATION",  "creationTimestamp": 0,  "owner": {    "type": "string",    "id": "string"  }}