Skip to main content
Weavr API
Linked accounts

Update a linked account

PATCH/linked_accounts/{id}

Update the details for the linked account identified by the id in the path.

Request

Path parameters

Request body

*
application/json
{}
objectobject · 2 fields

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"  }}