# List checkout rates configurations

Products
            Plans
          
        
        
          
            
              
              Formerly ShipEngine
            
            
              Free
              Advanced
              Enterprise
            
          
          
            
              
            
            
              Free
              Starter
              Standard
              Premium
            
          
        
      
      
        
          Learn about products and plans
          
        
      
    

Return a summary of every checkout rates configuration on your account. Each entry contains identifying fields only; use Get a checkout rates configuration to retrieve an individual configuration's options and shared settings.

Endpoint: GET /v2/checkout_rates
Version: 2.0.0
Security: api_keys

## Response 200 fields (application/json):

  - `config_id` (string)
    The unique identifier of the configuration.
    Example: "a1b2c3d4-e5f6-7890-abcd-ef1234567890"

  - `is_active` (boolean)
    Whether the configuration is active.
    Example: true

  - `created_at` (string)
    When the configuration was created.
    Example: "2026-05-15T18:30:00Z"


