GetCustomerFilesResponse

public struct GetCustomerFilesResponse : Decodable, Sendable

Response returned when retrieving customer files.

This response is returned by GET /customer/files requests in SEP-12 and contains a list of files associated with a customer. The request can filter by file_id or customer_id.

If no files are found for the specified identifier, an empty list is returned.

See SEP-12 Customer Files GET