# List Pricebooks Retrieve a paginated list of pricebooks filtered by name. Requires the "Promotion" - "Pricebook" group. Endpoint: GET /api/v3/Pricebook Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `PageNumber` (integer) Example: 1 - `PageSize` (integer) Example: 20 - `Name` (string) Example: "School" ## Response 200 fields (application/json): - `ID` (string) - `Name` (string)