---
title: "List External Account Links"
method: POST
path: "/listExternalAccountLinks"
tags: ["External Account Links"]
---

# List External Account Links

`POST /listExternalAccountLinks`

Use the List External Account Links endpoint to retrieve a list of remote accounts that were created by <a href="ref:paymenthub_post_createexternalaccountlink" target="_blank">Create External Account Link</a> for the specified `accountNo`.

## Headers

- `Authorization` string, required

## Request body

- object
  - `accountNo` string, required — All external account links associated with this <<glossary:PRN>>. Pattern: PRN Example: `"074103447228"`
  - `limit` integer — Maximum number of account links to return in the response. Pattern: Integer, max 15 Example: `15`
  - `page` string — Pass the `nextPage` token from a previous response to fetch the subsequent page. Pattern: Alphanumeric token Example: `"NO34BNT04TV234N6V274692376G32NNFNNF7988247923865017061N"`

## Response `200`

Successful Response

- object
  - `externalAccountLinks` object[], required — List of External Account Links.
    - `externalAccountLinkId` string, required — Unique identifier that identifies the external account link in the system.
    - `status` 'ACTIVE' | 'DELETED' | 'PENDING' | 'FAILED' — Status of the external account link.
    - `nickname` string — Display name for the remote account. Not considered to be sensitive data. Pattern: Max 34 alphanumeric, punctuation Example: `"Celia College Fund"`
    - `owner` object, required — Owner information for the linked external account.
      - `type` 'CORPORATE' | 'CONSUMER' | 'GALILEO', required — Type of account owner:
      - `ownershipType` 'FIRST_PARTY' | 'THIRD_PARTY', required — Relationship of the account owner to the program account.
      - `address` object — Primary address for the account owner.
        - `line1` string — First line of the address. Pattern: - Default: 1-105 characters with at least one non-whitespace character - FEDWIRE: 1-105 characters, limited to alphanumeric and special characters
        - `line2` string — Second line of the address (apartment, suite, etc.). Pattern: - Default: 1-35 characters with at least one non-whitespace character - FEDWIRE: 1-35 characters, limited to alphanumeric and special characters
        - `city` string — City name. Pattern: - Default: 1-35 characters with at least one non-whitespace character - FEDWIRE: 1-35 characters, limited to alphanumeric and special characters
        - `state` string — State or province code. Pattern: - Default: 2-35 characters with at least one non-whitespace character. For US addresses, typically 2-letter state code (e.g., 'NY', 'CA') - FEDWIRE: 2-35 characters, limited to alphanumeric and special characters
        - `zipCode` string — Postal code or ZIP code. Pattern: - Default: 1-15 characters with at least one non-whitespace character. For US addresses, typically 5-digit ZIP code (e.g., '11201') - FEDWIRE: 1-15 characters, limited to alphanumeric and special characters
        - `country` string — Country code following ISO 3166-1 alpha-2 format. Pattern: Exactly 2 uppercase letters. Examples: 'US' (United States), 'MX' (Mexico)
    - `details` object, required — Card or bank details for the linked external account.
      - `type` 'BANK' | 'CARD', required — Type of external account being linked.
    - `validation` object, required — Validation details for the linked external account.
      - `type` 'CLIENT' | 'LEGACY' | 'CARD' | 'FINICITY' | 'NONE' | 'MICRO_ENTRY', required — Type of validation:
      - `status` 'PENDING' | 'FAILED' | 'PASSED' | 'NO_VALIDATION', required — Status of the validation:
      - `status_reason` string — Reason for the validation status.
  - `nextPage` string — Token to use to retrieve the next page. If this field is missing, there are no more pages to return.

## Other responses

- `400` — Bad Request
- `401` — No valid API credentials provided.
- `403` — The provided API credential does not allow this operation.
- `404` — Not Found
- `422` — Validation Error
- `429` — Too many requests.
- `500` — Internal Server Error
- `502` — Bad Gateway.
- `503` — Service Unavailable.

---

[API](https://skmtc.dev/galileo-ft/apis/program-api.md) · [All operations](https://skmtc.dev/galileo-ft/apis/program-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/galileo-ft/program-api/revisions/bcd728f97a18/schema)
