Skip to main content
Weavr API
Linked accounts

Get a linked account

GET/linked_accounts/{id}

Returns the linked account identified by id, including its account details, verification information, and current state.

Read Linked accounts for the account lifecycle, verification flow, and webhook events.

Request

Path parameters

Responses

200OK

Success

Headers
Body
application/json
{}
LinkedAccountLinkedAccount · object · 12 fields
Response example
{  "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"  }}