# Retrieve Linkable Accounts Retrieve the accounts that are available for linking for a LINKED counterparty via a provider such as MX or Plaid. Endpoint: POST /v1/counterparties/{counterparty_id}/link/accounts Version: 1.1.2 Security: OAuth2Flow ## Path parameters: - `id` (string, required) Counterparty ID ## Header parameters: - `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. ## Request fields (application/json): - `linking_provider` (string, required) Which provider was used when generating linking instructions Enum: "MX", "PLAID" ## Response 200 fields (application/json): - `linking_provider` (string, required) Which provider was used when generating linking instructions Enum: "MX", "PLAID" ## Response 400 fields (application/json): - `errors` (array) Error List - `errors.code` (string) Layer2 Standard Error Code - `errors.description` (string) Error Description ## Response 401 fields (application/json): - `errors` (array) Error List - `errors.code` (string) Layer2 Standard Error Code - `errors.description` (string) Error Description ## Response 404 fields (application/json): - `errors` (array) Error List - `errors.code` (string) Layer2 Standard Error Code - `errors.description` (string) Error Description ## Response 500 fields (application/json): - `errors` (array) Error List - `errors.code` (string) Layer2 Standard Error Code - `errors.description` (string) Error Description