Retrieve the accounts that are available for linking for a LINKED
counterparty via a provider such as MX or Plaid.
Authorization | string OAuth bearer token (see authentication flows) |
x-l2f-request-id | string Optional Unique ID per request, useful for fault resolution/diagnosis and audit. |
x-l2f-idempotency-id | string Unique ID used to safely retry an operation. See idempotency section for more details. |
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "linking_provider": "MX",
- "member_guid": "string"
}
{- "linking_provider": "MX",
- "member_guid": "string",
- "available_accounts": [
- {
- "account_link_id": "string",
- "account_name": "string",
- "account_number": "string"
}
]
}