# Read Data Source Read a data source for bank data by ID. Endpoint: GET /system/banks/datasources/{id} Version: 2 Security: apiKey ## Path parameters: - `id` (string, required) Data Source ID. Example: "648824a691d8d2503d65103e" ## Response 200 fields (application/json): - `name` (string) Name of a data source of a storage. Example: "Internal customers" - `dataTransformationId` (string) The ID of an existing data transformation, which will be used to transform raw records into bank accounts. Example: "72d6900fce6b326088f5d9d91049e3e6" - `id` (string) Unique identifier for a Data Source of the Storage. Example: "648824a691d8d2503d65103e" - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-29T09:46:42Z" - `modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-08-29T09:46:42Z"