# Get all feeds Feeds can contain offer-related information such as price recommendations. They can be configured to match individual demands. Endpoint: GET /api/2/v/contracts/{contractId}/feeds Version: 0.0.7228 Security: BasicAuth, BearerAuth ## Path parameters: - `contractId` (string, required) Unique identifier of the contract Example: "qbcxvb" ## Response 200 fields (application/json): - `contractId` (string) - `csvDecimalSeparator` (string) - `csvSeparator` (string) - `deltaUrl` (string) - `fields` (array) - `fields.default` (string) - `fields.label` (string) - `fields.name` (string) - `format` (string) - `id` (string) - `lastAccessed` (string) - `lastDeletion` (string) - `url` (string) - `version` (integer)