{
  "schema_version": 2,
  "rows": [
    {
      "path": "/accounts/balance/get",
      "display_path": "/accounts/balance/get",
      "external_docs_url": "/docs/api/products/signal/#accountsbalanceget",
      "production": {
        "item": {
          "display": "5 per minute, 30 per hour",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5
            },
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 30
            }
          ]
        },
        "client": {
          "display": "1,200 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1200
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "25 per minute, 1,500 per hour",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 25
            },
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 1500
            }
          ]
        },
        "client": {
          "display": "1,200 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1200
            }
          ]
        }
      }
    },
    {
      "path": "/accounts/get",
      "display_path": "/accounts/get",
      "external_docs_url": "/docs/api/accounts/#accountsget",
      "production": {
        "item": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        },
        "client": {
          "display": "15,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      }
    },
    {
      "path": "/asset_report/audit_copy/create",
      "display_path": "/asset_report/audit_copy/create",
      "external_docs_url": "/docs/api/products/assets/#asset_reportaudit_copycreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/asset_report/audit_copy/remove",
      "display_path": "/asset_report/audit_copy/remove",
      "external_docs_url": "/docs/api/products/assets/#asset_reportaudit_copyremove",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/asset_report/create",
      "display_path": "/asset_report/create",
      "external_docs_url": "/docs/api/products/assets/#asset_reportcreate",
      "production": {
        "item": {
          "display": "5 per minute (per asset report)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ASSET_REPORT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5,
              "qualifier": "asset report"
            }
          ]
        },
        "client": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "5 per minute (per asset report)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ASSET_REPORT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5,
              "qualifier": "asset report"
            }
          ]
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/asset_report/filter",
      "display_path": "/asset_report/filter",
      "external_docs_url": "/docs/api/products/assets/#asset_reportfilter",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/asset_report/get",
      "display_path": "/asset_report/get",
      "external_docs_url": "/docs/api/products/assets/#asset_reportget",
      "production": {
        "item": {
          "display": "15 per minute (per asset report)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ASSET_REPORT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15,
              "qualifier": "asset report"
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "15 per minute (per asset report)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ASSET_REPORT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15,
              "qualifier": "asset report"
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/asset_report/pdf/get",
      "display_path": "/asset_report/pdf/get",
      "external_docs_url": "/docs/api/products/assets/#asset_reportpdfget",
      "production": {
        "item": {
          "display": "5 per minute (per asset report)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ASSET_REPORT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5,
              "qualifier": "asset report"
            }
          ]
        },
        "client": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "5 per minute (per asset report)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ASSET_REPORT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5,
              "qualifier": "asset report"
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/asset_report/refresh",
      "display_path": "/asset_report/refresh",
      "external_docs_url": "/docs/api/products/assets/#asset_reportrefresh",
      "production": {
        "item": {
          "display": "5 per minute (per asset report)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ASSET_REPORT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5,
              "qualifier": "asset report"
            }
          ]
        },
        "client": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "5 per minute (per asset report)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ASSET_REPORT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5,
              "qualifier": "asset report"
            }
          ]
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/asset_report/remove",
      "display_path": "/asset_report/remove",
      "external_docs_url": "/docs/api/products/assets/#asset_reportremove",
      "production": {
        "item": {
          "display": "15 per minute (per asset report)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ASSET_REPORT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15,
              "qualifier": "asset report"
            }
          ]
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "15 per minute (per asset report)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ASSET_REPORT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15,
              "qualifier": "asset report"
            }
          ]
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/auth/get",
      "display_path": "/auth/get",
      "external_docs_url": "/docs/api/products/auth/#authget",
      "production": {
        "item": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        },
        "client": {
          "display": "12,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 12000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/auth/verify",
      "display_path": "/auth/verify",
      "external_docs_url": "/docs/api/products/auth/#authverify",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "250 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 250
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "250 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 250
            }
          ]
        }
      }
    },
    {
      "path": "/bank_transfer/balance/get",
      "display_path": "/bank_transfer/balance/get",
      "external_docs_url": "/docs/bank-transfers/reference/#bank_transferbalanceget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/bank_transfer/cancel",
      "display_path": "/bank_transfer/cancel",
      "external_docs_url": "/docs/bank-transfers/reference/#bank_transfercancel",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/bank_transfer/create",
      "display_path": "/bank_transfer/create",
      "external_docs_url": "/docs/bank-transfers/reference/#bank_transfercreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/bank_transfer/event/list",
      "display_path": "/bank_transfer/event/list",
      "external_docs_url": "/docs/api/products/auth/#bank_transfereventlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/bank_transfer/event/sync",
      "display_path": "/bank_transfer/event/sync",
      "external_docs_url": "/docs/api/products/auth/#bank_transfereventsync",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/bank_transfer/get",
      "display_path": "/bank_transfer/get",
      "external_docs_url": "/docs/bank-transfers/reference/#bank_transferget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/bank_transfer/list",
      "display_path": "/bank_transfer/list",
      "external_docs_url": "/docs/bank-transfers/reference/#bank_transferlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/bank_transfer/migrate_account",
      "display_path": "/bank_transfer/migrate_account",
      "external_docs_url": "/docs/bank-transfers/reference/#bank_transfermigrate_account",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      }
    },
    {
      "path": "/beacon/duplicate/get",
      "display_path": "/beacon/duplicate/get",
      "external_docs_url": "/docs/api/products/beacon/#beaconduplicateget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "200 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 200
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/beacon/report/create",
      "display_path": "/beacon/report/create",
      "external_docs_url": "/docs/api/products/beacon/#beaconreportcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/beacon/report/get",
      "display_path": "/beacon/report/get",
      "external_docs_url": "/docs/api/products/beacon/#beaconreportget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/beacon/report/list",
      "display_path": "/beacon/report/list",
      "external_docs_url": "/docs/api/products/beacon/#beaconreportlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/beacon/report_syndication/get",
      "display_path": "/beacon/report_syndication/get",
      "external_docs_url": "/docs/api/products/beacon/#beaconreport_syndicationget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/beacon/report_syndication/list",
      "display_path": "/beacon/report_syndication/list",
      "external_docs_url": "/docs/api/products/beacon/#beaconreport_syndicationlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/beacon/user/account_insights/get",
      "display_path": "/beacon/user/account_insights/get",
      "external_docs_url": "/docs/api/products/beacon/#beaconuseraccount_insightsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/beacon/user/create",
      "display_path": "/beacon/user/create",
      "external_docs_url": "/docs/api/products/beacon/#beaconusercreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/beacon/user/get",
      "display_path": "/beacon/user/get",
      "external_docs_url": "/docs/api/products/beacon/#beaconuserget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/beacon/user/history/list",
      "display_path": "/beacon/user/history/list",
      "external_docs_url": "/docs/api/products/beacon/#beaconuserhistorylist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/beacon/user/update",
      "display_path": "/beacon/user/update",
      "external_docs_url": "/docs/api/products/beacon/#beaconuserupdate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "120 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 120
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/consent/events/get",
      "display_path": "/consent/events/get",
      "external_docs_url": "/docs/api/consent/#consenteventsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      }
    },
    {
      "path": "/cra/check_report/base_report/get",
      "display_path": "/cra/check_report/base_report/get",
      "external_docs_url": "/docs/api/products/check/#cracheck_reportbase_reportget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (100 per user)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (100 per user)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      }
    },
    {
      "path": "/cra/check_report/cashflow_insights/get",
      "display_path": "/cra/check_report/cashflow_insights/get",
      "external_docs_url": "/docs/api/products/check/#cracheck_reportcashflow_insightsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (100 per user)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (100 per user)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      }
    },
    {
      "path": "/cra/check_report/create",
      "display_path": "/cra/check_report/create",
      "external_docs_url": "/docs/api/products/check/#cracheck_reportcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per second, 100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_SECOND",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per second, 100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_SECOND",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/cra/check_report/income_insights/get",
      "display_path": "/cra/check_report/income_insights/get",
      "external_docs_url": "/docs/api/products/check/#cracheck_reportincome_insightsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (100 per user)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (100 per user)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      }
    },
    {
      "path": "/cra/check_report/lend_score/get",
      "display_path": "/cra/check_report/lend_score/get",
      "external_docs_url": "/docs/api/products/check/#cracheck_reportlend_scoreget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (100 per user)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (100 per user)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      }
    },
    {
      "path": "/cra/check_report/network_insights/get",
      "display_path": "/cra/check_report/network_insights/get",
      "external_docs_url": "/docs/api/products/check/#cracheck_reportnetwork_insightsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (100 per user)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (100 per user)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      }
    },
    {
      "path": "/cra/check_report/partner_insights/get",
      "display_path": "/cra/check_report/partner_insights/get",
      "external_docs_url": "/docs/api/products/check/#cracheck_reportpartner_insightsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (100 per user)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (100 per user)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      }
    },
    {
      "path": "/cra/check_report/pdf/get",
      "display_path": "/cra/check_report/pdf/get",
      "external_docs_url": "/docs/api/products/check/#cracheck_reportpdfget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (100 per user)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (100 per user)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      }
    },
    {
      "path": "/cra/check_report/verification/get",
      "display_path": "/cra/check_report/verification/get",
      "external_docs_url": "/docs/api/products/check/#cracheck_reportverificationget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/cra/check_report/verification/pdf/get",
      "display_path": "/cra/check_report/verification/pdf/get",
      "external_docs_url": "/docs/api/products/check/#cracheck_reportverificationpdfget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/cra/monitoring_insights/get",
      "display_path": "/cra/monitoring_insights/get",
      "external_docs_url": "/docs/api/products/check/#cramonitoring_insightsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/cra/monitoring_insights/subscribe",
      "display_path": "/cra/monitoring_insights/subscribe",
      "external_docs_url": "/docs/api/products/check/#cramonitoring_insightssubscribe",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/cra/monitoring_insights/unsubscribe",
      "display_path": "/cra/monitoring_insights/unsubscribe",
      "external_docs_url": "/docs/api/products/check/#cramonitoring_insightsunsubscribe",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/credit/bank_income/get",
      "display_path": "/credit/bank_income/get",
      "external_docs_url": "/docs/api/products/income/#creditbank_incomeget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/credit/bank_income/pdf/get",
      "display_path": "/credit/bank_income/pdf/get",
      "external_docs_url": "/docs/api/products/income/#creditbank_incomepdfget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/credit/bank_statements/uploads/get",
      "display_path": "/credit/bank_statements/uploads/get",
      "external_docs_url": "/docs/api/products/income/#creditbank_statementsuploadsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/credit/employment/get",
      "display_path": "/credit/employment/get",
      "external_docs_url": "/docs/api/products/income/#creditemploymentget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/credit/payroll_income/get",
      "display_path": "/credit/payroll_income/get",
      "external_docs_url": "/docs/api/products/income/#creditpayroll_incomeget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/credit/payroll_income/parsing_config/update",
      "display_path": "/credit/payroll_income/parsing_config/update",
      "external_docs_url": "/docs/api/products/income/#creditpayroll_incomeparsing_configupdate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        }
      }
    },
    {
      "path": "/credit/payroll_income/refresh",
      "display_path": "/credit/payroll_income/refresh",
      "external_docs_url": "/docs/api/products/income/#creditpayroll_incomerefresh",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/credit/payroll_income/risk_signals/get",
      "display_path": "/credit/payroll_income/risk_signals/get",
      "external_docs_url": "/docs/api/products/income/#creditpayroll_incomerisk_signalsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/credit/relay/create",
      "display_path": "/credit/relay/create",
      "external_docs_url": "/docs/api/products/assets/#creditrelaycreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/credit/relay/get",
      "display_path": "/credit/relay/get",
      "external_docs_url": "/docs/api/products/assets/#creditrelayget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/credit/relay/refresh",
      "display_path": "/credit/relay/refresh",
      "external_docs_url": "/docs/api/products/assets/#creditrelayrefresh",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/credit/relay/remove",
      "display_path": "/credit/relay/remove",
      "external_docs_url": "/docs/api/products/assets/#creditrelayremove",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/credit/sessions/get",
      "display_path": "/credit/sessions/get",
      "external_docs_url": "/docs/api/products/income/#creditsessionsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/dashboard_user/get",
      "display_path": "/dashboard_user/get",
      "external_docs_url": "/docs/api/kyc-aml-users/#dashboard_userget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "2,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/dashboard_user/list",
      "display_path": "/dashboard_user/list",
      "external_docs_url": "/docs/api/kyc-aml-users/#dashboard_userlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "2,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/identity/documents/uploads/get",
      "display_path": "/identity/documents/uploads/get",
      "external_docs_url": "/docs/api/products/identity/#identitydocumentsuploadsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "2,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/identity/get",
      "display_path": "/identity/get",
      "external_docs_url": "/docs/api/products/identity/#identityget",
      "production": {
        "item": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        },
        "client": {
          "display": "2,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/identity/match",
      "display_path": "/identity/match",
      "external_docs_url": "/docs/api/products/identity/#identitymatch",
      "production": {
        "item": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        },
        "client": {
          "display": "2,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/identity_verification/create",
      "display_path": "/identity_verification/create",
      "external_docs_url": "/docs/api/products/identity-verification/#identity_verificationcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "120 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 120
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/identity_verification/get",
      "display_path": "/identity_verification/get",
      "external_docs_url": "/docs/api/products/identity-verification/#identity_verificationget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "420 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 420
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/identity_verification/list",
      "display_path": "/identity_verification/list",
      "external_docs_url": "/docs/api/products/identity-verification/#identity_verificationlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "300 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 300
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/identity_verification/retry",
      "display_path": "/identity_verification/retry",
      "external_docs_url": "/docs/api/products/identity-verification/#identity_verificationretry",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "120 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 120
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/institutions/get",
      "display_path": "/institutions/get",
      "external_docs_url": "/docs/api/institutions/#institutionsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10
            }
          ]
        }
      }
    },
    {
      "path": "/institutions/get_by_id",
      "display_path": "/institutions/get_by_id",
      "external_docs_url": "/docs/api/institutions/#institutionsget_by_id",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "400 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 400
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "400 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 400
            }
          ]
        }
      }
    },
    {
      "path": "/institutions/search",
      "display_path": "/institutions/search",
      "external_docs_url": "/docs/api/institutions/#institutionssearch",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/investments/auth/get",
      "display_path": "/investments/auth/get",
      "external_docs_url": "/docs/api/products/investments-move/#investmentsauthget",
      "production": {
        "item": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/investments/holdings/get",
      "display_path": "/investments/holdings/get",
      "external_docs_url": "/docs/api/products/investments/#investmentsholdingsget",
      "production": {
        "item": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        },
        "client": {
          "display": "2,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/investments/refresh",
      "display_path": "/investments/refresh",
      "external_docs_url": "/docs/api/products/investments/#investmentsrefresh",
      "production": {
        "item": {
          "display": "1 per minute, 10 per hour, 20 per day",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1
            },
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 10
            },
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_DAY",
              "threshold": 20
            }
          ]
        },
        "client": {
          "display": "100 per minute, 6,000 per hour, 144,000 per day",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 6000
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_DAY",
              "threshold": 144000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "1 per minute, 10 per hour, 20 per day",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1
            },
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 10
            },
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_DAY",
              "threshold": 20
            }
          ]
        },
        "client": {
          "display": "100 per minute, 6,000 per hour, 144,000 per day",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 6000
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_DAY",
              "threshold": 144000
            }
          ]
        }
      }
    },
    {
      "path": "/investments/transactions/get",
      "display_path": "/investments/transactions/get",
      "external_docs_url": "/docs/api/products/investments/#investmentstransactionsget",
      "production": {
        "item": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        },
        "client": {
          "display": "20,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/item/access_token/invalidate",
      "display_path": "/item/access_token/invalidate",
      "external_docs_url": "/docs/api/items/#itemaccess_tokeninvalidate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20 per minute, 20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20 per minute, 20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        }
      }
    },
    {
      "path": "/item/get",
      "display_path": "/item/get",
      "external_docs_url": "/docs/api/items/#itemget",
      "production": {
        "item": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "40 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 40
            }
          ]
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      }
    },
    {
      "path": "/item/public_token/exchange",
      "display_path": "/item/public_token/exchange",
      "external_docs_url": "/docs/api/items/#itempublic_tokenexchange",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "12,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 12000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/item/remove",
      "display_path": "/item/remove",
      "external_docs_url": "/docs/api/items/#itemremove",
      "production": {
        "item": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        },
        "client": {
          "display": "2,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "40 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 40
            }
          ]
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/item/webhook/update",
      "display_path": "/item/webhook/update",
      "external_docs_url": "/docs/api/items/#itemwebhookupdate",
      "production": {
        "item": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      }
    },
    {
      "path": "/liabilities/get",
      "display_path": "/liabilities/get",
      "external_docs_url": "/docs/api/products/liabilities/#liabilitiesget",
      "production": {
        "item": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/link/token/create",
      "display_path": "/link/token/create",
      "external_docs_url": "/docs/api/link/#linktokencreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      }
    },
    {
      "path": "/link/token/get",
      "display_path": "/link/token/get",
      "external_docs_url": "/docs/api/link/#linktokenget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      }
    },
    {
      "path": "/network/status/get",
      "display_path": "/network/status/get",
      "external_docs_url": "/docs/api/network/#networkstatusget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/oauth/introspect",
      "display_path": "/oauth/introspect",
      "external_docs_url": "/docs/api/oauth/#oauthintrospect",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      }
    },
    {
      "path": "/oauth/revoke",
      "display_path": "/oauth/revoke",
      "external_docs_url": "/docs/api/oauth/#oauthrevoke",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      }
    },
    {
      "path": "/oauth/token",
      "display_path": "/oauth/token",
      "external_docs_url": "/docs/api/oauth/#oauthtoken",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      }
    },
    {
      "path": "/partner/customer/create",
      "display_path": "/partner/customer/create",
      "external_docs_url": "/docs/api/partner/#partnercustomercreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/partner/customer/enable",
      "display_path": "/partner/customer/enable",
      "external_docs_url": "/docs/api/partner/#partnercustomerenable",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/partner/customer/get",
      "display_path": "/partner/customer/get",
      "external_docs_url": "/docs/api/partner/#partnercustomerget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/partner/customer/oauth_institutions/get",
      "display_path": "/partner/customer/oauth_institutions/get",
      "external_docs_url": "/docs/api/partner/#partnercustomeroauth_institutionsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/partner/customer/remove",
      "display_path": "/partner/customer/remove",
      "external_docs_url": "/docs/api/partner/#partnercustomerremove",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/payment_initiation/consent/create",
      "display_path": "/payment_initiation/consent/create",
      "external_docs_url": "/docs/api/products/payment-initiation/#payment_initiationconsentcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/payment_initiation/consent/get",
      "display_path": "/payment_initiation/consent/get",
      "external_docs_url": "/docs/api/products/payment-initiation/#payment_initiationconsentget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      }
    },
    {
      "path": "/payment_initiation/consent/payment/execute",
      "display_path": "/payment_initiation/consent/payment/execute",
      "external_docs_url": "/docs/api/products/payment-initiation/#payment_initiationconsentpaymentexecute",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute (5 per consent)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CONSENT_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5,
              "qualifier": "consent"
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute (1,000 per consent)",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CONSENT_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000,
              "qualifier": "consent"
            }
          ]
        }
      }
    },
    {
      "path": "/payment_initiation/consent/revoke",
      "display_path": "/payment_initiation/consent/revoke",
      "external_docs_url": "/docs/api/products/payment-initiation/#payment_initiationconsentrevoke",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/payment_initiation/payment/create",
      "display_path": "/payment_initiation/payment/create",
      "external_docs_url": "/docs/api/products/payment-initiation/#payment_initiationpaymentcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/payment_initiation/payment/get",
      "display_path": "/payment_initiation/payment/get",
      "external_docs_url": "/docs/api/products/payment-initiation/#payment_initiationpaymentget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      }
    },
    {
      "path": "/payment_initiation/payment/list",
      "display_path": "/payment_initiation/payment/list",
      "external_docs_url": "/docs/api/products/payment-initiation/#payment_initiationpaymentlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      }
    },
    {
      "path": "/payment_initiation/payment/reverse",
      "display_path": "/payment_initiation/payment/reverse",
      "external_docs_url": "/docs/api/products/payment-initiation/#payment_initiationpaymentreverse",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      }
    },
    {
      "path": "/payment_initiation/recipient/create",
      "display_path": "/payment_initiation/recipient/create",
      "external_docs_url": "/docs/api/products/payment-initiation/#payment_initiationrecipientcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      }
    },
    {
      "path": "/payment_initiation/recipient/get",
      "display_path": "/payment_initiation/recipient/get",
      "external_docs_url": "/docs/api/products/payment-initiation/#payment_initiationrecipientget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      }
    },
    {
      "path": "/payment_initiation/recipient/list",
      "display_path": "/payment_initiation/recipient/list",
      "external_docs_url": "/docs/api/products/payment-initiation/#payment_initiationrecipientlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      }
    },
    {
      "path": "/processor/account/get",
      "display_path": "/processor/account/get",
      "external_docs_url": "/docs/api/processor-partners/#processoraccountget",
      "production": {
        "item": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        },
        "client": {
          "display": "15,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      }
    },
    {
      "path": "/processor/auth/get",
      "display_path": "/processor/auth/get",
      "external_docs_url": "/docs/api/processor-partners/#processorauthget",
      "production": {
        "item": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        },
        "client": {
          "display": "12,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 12000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/processor/balance/get",
      "display_path": "/processor/balance/get",
      "external_docs_url": "/docs/api/processor-partners/#processorbalanceget",
      "production": {
        "item": {
          "display": "5 per minute, 30 per hour",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5
            },
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 30
            }
          ]
        },
        "client": {
          "display": "1,200 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1200
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "25 per minute, 1,500 per hour",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 25
            },
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 1500
            }
          ]
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/processor/identity/get",
      "display_path": "/processor/identity/get",
      "external_docs_url": "/docs/api/processor-partners/#processoridentityget",
      "production": {
        "item": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        },
        "client": {
          "display": "2,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/processor/identity/match",
      "display_path": "/processor/identity/match",
      "external_docs_url": "/docs/api/processor-partners/#processoridentitymatch",
      "production": {
        "item": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      }
    },
    {
      "path": "/processor/investments/holdings/get",
      "display_path": "/processor/investments/holdings/get",
      "external_docs_url": "/docs/api/processor-partners/#processorinvestmentsholdingsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute, 10,000 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute, 10,000 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      }
    },
    {
      "path": "/processor/investments/transactions/get",
      "display_path": "/processor/investments/transactions/get",
      "external_docs_url": "/docs/api/processor-partners/#processorinvestmentstransactionsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute, 10,000 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute, 10,000 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      }
    },
    {
      "path": "/processor/liabilities/get",
      "display_path": "/processor/liabilities/get",
      "external_docs_url": "/docs/api/processor-partners/#processorliabilitiesget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      }
    },
    {
      "path": "/processor/signal/decision/report",
      "display_path": "/processor/signal/decision/report",
      "external_docs_url": "/docs/api/processor-partners/#processorsignaldecisionreport",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "4,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 4000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/processor/signal/evaluate",
      "display_path": "/processor/signal/evaluate",
      "external_docs_url": "/docs/api/processor-partners/#processorsignalevaluate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,200 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1200
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/processor/signal/prepare",
      "display_path": "/processor/signal/prepare",
      "external_docs_url": "/docs/api/processor-partners/#processorsignalprepare",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "2,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/processor/signal/return/report",
      "display_path": "/processor/signal/return/report",
      "external_docs_url": "/docs/api/processor-partners/#processorsignalreturnreport",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "4,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 4000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/processor/stripe/bank_account_token/create",
      "display_path": "/processor/stripe/bank_account_token/create",
      "external_docs_url": "/docs/api/processors/#processorstripebank_account_tokencreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/processor/token/create",
      "display_path": "/processor/token/create",
      "external_docs_url": "/docs/api/processors/#processortokencreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/processor/token/permissions/get",
      "display_path": "/processor/token/permissions/get",
      "external_docs_url": "/docs/api/processors/#processortokenpermissionsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        }
      }
    },
    {
      "path": "/processor/token/permissions/set",
      "display_path": "/processor/token/permissions/set",
      "external_docs_url": "/docs/api/processors/#processortokenpermissionsset",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/processor/token/webhook/update",
      "display_path": "/processor/token/webhook/update",
      "external_docs_url": "/docs/api/processor-partners/#processortokenwebhookupdate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      }
    },
    {
      "path": "/processor/transactions/get",
      "display_path": "/processor/transactions/get",
      "external_docs_url": "/docs/api/processor-partners/#processortransactionsget",
      "production": {
        "item": {
          "display": "20 per minute, 20 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        },
        "client": {
          "display": "20,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "40 per minute, 40 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 40
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 40
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/processor/transactions/recurring/get",
      "display_path": "/processor/transactions/recurring/get",
      "external_docs_url": "/docs/api/processor-partners/#processortransactionsrecurringget",
      "production": {
        "item": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/processor/transactions/refresh",
      "display_path": "/processor/transactions/refresh",
      "external_docs_url": "/docs/api/processor-partners/#processortransactionsrefresh",
      "production": {
        "item": {
          "display": "15 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 15
            }
          ]
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/processor/transactions/sync",
      "display_path": "/processor/transactions/sync",
      "external_docs_url": "/docs/api/processor-partners/#processortransactionssync",
      "production": {
        "item": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        },
        "client": {
          "display": "2,500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2500
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/protect/compute",
      "display_path": "/protect/compute",
      "external_docs_url": "/docs/api/products/protect/#protectcompute",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "gating_flag": "showProtectDocs"
    },
    {
      "path": "/protect/report/create",
      "display_path": "/protect/report/create",
      "external_docs_url": "/docs/api/products/protect/#protectreportcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "gating_flag": "showProtectDocs"
    },
    {
      "path": "/protect/user/insights/get",
      "display_path": "/protect/user/insights/get",
      "external_docs_url": "/docs/api/products/protect/#protectuserinsightsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "gating_flag": "showProtectDocs"
    },
    {
      "path": "/sandbox/bank_transfer/fire_webhook",
      "display_path": "/sandbox/bank_transfer/fire_webhook",
      "external_docs_url": "/docs/bank-transfers/reference/#sandboxbank_transferfire_webhook",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/bank_transfer/simulate",
      "display_path": "/sandbox/bank_transfer/simulate",
      "external_docs_url": "/docs/bank-transfers/reference/#sandboxbank_transfersimulate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/cra/cashflow_updates/update",
      "display_path": "/sandbox/cra/cashflow_updates/update",
      "external_docs_url": "/docs/api/sandbox/#sandboxcracashflow_updatesupdate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/income/fire_webhook",
      "display_path": "/sandbox/income/fire_webhook",
      "external_docs_url": "/docs/api/sandbox/#sandboxincomefire_webhook",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/item/fire_webhook",
      "display_path": "/sandbox/item/fire_webhook",
      "external_docs_url": "/docs/api/sandbox/#sandboxitemfire_webhook",
      "production": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/item/reset_login",
      "display_path": "/sandbox/item/reset_login",
      "external_docs_url": "/docs/api/sandbox/#sandboxitemreset_login",
      "production": {
        "item": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/item/set_verification_status",
      "display_path": "/sandbox/item/set_verification_status",
      "external_docs_url": "/docs/api/sandbox/#sandboxitemset_verification_status",
      "production": {
        "item": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/payment/simulate",
      "display_path": "/sandbox/payment/simulate",
      "external_docs_url": "/docs/api/sandbox/#sandboxpaymentsimulate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/processor_token/create",
      "display_path": "/sandbox/processor_token/create",
      "external_docs_url": "/docs/api/sandbox/#sandboxprocessor_tokencreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/public_token/create",
      "display_path": "/sandbox/public_token/create",
      "external_docs_url": "/docs/api/sandbox/#sandboxpublic_tokencreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/transactions/create",
      "display_path": "/sandbox/transactions/create",
      "external_docs_url": "/docs/api/sandbox/#sandboxtransactionscreate",
      "production": {
        "item": {
          "display": "2 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2
            }
          ]
        },
        "client": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "2 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2
            }
          ]
        },
        "client": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/transfer/fire_webhook",
      "display_path": "/sandbox/transfer/fire_webhook",
      "external_docs_url": "/docs/api/sandbox/#sandboxtransferfire_webhook",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/transfer/ledger/deposit/simulate",
      "display_path": "/sandbox/transfer/ledger/deposit/simulate",
      "external_docs_url": "/docs/api/sandbox/#sandboxtransferledgerdepositsimulate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/transfer/ledger/simulate_available",
      "display_path": "/sandbox/transfer/ledger/simulate_available",
      "external_docs_url": "/docs/api/sandbox/#sandboxtransferledgersimulate_available",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/transfer/ledger/withdraw/simulate",
      "display_path": "/sandbox/transfer/ledger/withdraw/simulate",
      "external_docs_url": "/docs/api/sandbox/#sandboxtransferledgerwithdrawsimulate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/transfer/refund/simulate",
      "display_path": "/sandbox/transfer/refund/simulate",
      "external_docs_url": "/docs/api/sandbox/#sandboxtransferrefundsimulate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/transfer/simulate",
      "display_path": "/sandbox/transfer/simulate",
      "external_docs_url": "/docs/api/sandbox/#sandboxtransfersimulate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/transfer/test_clock/advance",
      "display_path": "/sandbox/transfer/test_clock/advance",
      "external_docs_url": "/docs/api/sandbox/#sandboxtransfertest_clockadvance",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/transfer/test_clock/create",
      "display_path": "/sandbox/transfer/test_clock/create",
      "external_docs_url": "/docs/api/sandbox/#sandboxtransfertest_clockcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/transfer/test_clock/get",
      "display_path": "/sandbox/transfer/test_clock/get",
      "external_docs_url": "/docs/api/sandbox/#sandboxtransfertest_clockget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/transfer/test_clock/list",
      "display_path": "/sandbox/transfer/test_clock/list",
      "external_docs_url": "/docs/api/sandbox/#sandboxtransfertest_clocklist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/sandbox/user/reset_login",
      "display_path": "/sandbox/user/reset_login",
      "external_docs_url": "/docs/api/sandbox/#sandboxuserreset_login",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute (30 per user)",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30,
              "qualifier": "user"
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute (100 per user)",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_USER_ID",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100,
              "qualifier": "user"
            }
          ]
        }
      }
    },
    {
      "path": "/session/token/create",
      "display_path": "/session/token/create",
      "external_docs_url": "/docs/api/products/layer/#sessiontokencreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      }
    },
    {
      "path": "/signal/decision/report",
      "display_path": "/signal/decision/report",
      "external_docs_url": "/docs/api/products/signal/#signaldecisionreport",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "4,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 4000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/signal/evaluate",
      "display_path": "/signal/evaluate",
      "external_docs_url": "/docs/api/products/signal/#signalevaluate",
      "production": {
        "item": {
          "display": "70 per hour, 10 per transaction per hour",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 70
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT_TRANSACTION",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 10,
              "qualifier": "transaction"
            }
          ]
        },
        "client": {
          "display": "20 per second",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_SECOND",
              "threshold": 20
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "70 per hour, 10 per transaction per hour",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 70
            },
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT_TRANSACTION",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 10,
              "qualifier": "transaction"
            }
          ]
        },
        "client": {
          "display": "5 per second",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_SECOND",
              "threshold": 5
            }
          ]
        }
      }
    },
    {
      "path": "/signal/prepare",
      "display_path": "/signal/prepare",
      "external_docs_url": "/docs/api/products/signal/#signalprepare",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "2,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/signal/return/report",
      "display_path": "/signal/return/report",
      "external_docs_url": "/docs/api/products/signal/#signalreturnreport",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "4,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 4000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/statements/download",
      "display_path": "/statements/download",
      "external_docs_url": "/docs/api/products/statements/#statementsdownload",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        }
      }
    },
    {
      "path": "/statements/list",
      "display_path": "/statements/list",
      "external_docs_url": "/docs/api/products/statements/#statementslist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/statements/refresh",
      "display_path": "/statements/refresh",
      "external_docs_url": "/docs/api/products/statements/#statementsrefresh",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        }
      }
    },
    {
      "path": "/transactions/enrich",
      "display_path": "/transactions/enrich",
      "external_docs_url": "/docs/api/products/enrich/#transactionsenrich",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transactions/get",
      "display_path": "/transactions/get",
      "external_docs_url": "/docs/api/products/transactions/#transactionsget",
      "production": {
        "item": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        },
        "client": {
          "display": "20,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/transactions/recurring/get",
      "display_path": "/transactions/recurring/get",
      "external_docs_url": "/docs/api/products/transactions/#transactionsrecurringget",
      "production": {
        "item": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/transactions/refresh",
      "display_path": "/transactions/refresh",
      "external_docs_url": "/docs/api/products/transactions/#transactionsrefresh",
      "production": {
        "item": {
          "display": "2 per minute, 120 per hour, 2,880 per day",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2
            },
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 120
            },
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_DAY",
              "threshold": 2880
            }
          ]
        },
        "client": {
          "display": "100 per minute, 18,000 per hour, 432,000 per day",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 18000
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_DAY",
              "threshold": 432000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "2 per minute, 120 per hour, 2,880 per day",
          "limits": [
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2
            },
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 120
            },
            {
              "config_key": "product_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_DAY",
              "threshold": 2880
            }
          ]
        },
        "client": {
          "display": "100 per minute, 6,000 per hour, 144,000 per day",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_HOUR",
              "threshold": 6000
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_DAY",
              "threshold": 144000
            }
          ]
        }
      }
    },
    {
      "path": "/transactions/sync",
      "display_path": "/transactions/sync",
      "external_docs_url": "/docs/api/products/transactions/#transactionssync",
      "production": {
        "item": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        },
        "client": {
          "display": "2,500 per minute (500 per empty cursor request)",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2500
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT_EMPTY_CURSOR",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500,
              "qualifier": "empty cursor request"
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        },
        "client": {
          "display": "1,000 per minute (250 per empty cursor request)",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            },
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT_EMPTY_CURSOR",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 250,
              "qualifier": "empty cursor request"
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/authorization/cancel",
      "display_path": "/transfer/authorization/cancel",
      "external_docs_url": "/docs/api/products/transfer/initiating-transfers/#transferauthorizationcancel",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "2,500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2500
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/authorization/create",
      "display_path": "/transfer/authorization/create",
      "external_docs_url": "/docs/api/products/transfer/initiating-transfers/#transferauthorizationcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "2,500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2500
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/cancel",
      "display_path": "/transfer/cancel",
      "external_docs_url": "/docs/api/products/transfer/initiating-transfers/#transfercancel",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "250 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 250
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/capabilities/get",
      "display_path": "/transfer/capabilities/get",
      "external_docs_url": "/docs/api/products/transfer/account-linking/#transfercapabilitiesget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/configuration/get",
      "display_path": "/transfer/configuration/get",
      "external_docs_url": "/docs/api/products/transfer/metrics/#transferconfigurationget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/create",
      "display_path": "/transfer/create",
      "external_docs_url": "/docs/api/products/transfer/initiating-transfers/#transfercreate",
      "production": {
        "item": {
          "display": "1,000,000 per day",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_DAY",
              "threshold": 1000000
            }
          ]
        },
        "client": {
          "display": "2,500 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 2500
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "1,000,000 per day",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_ITEM",
              "window": "RATE_LIMIT_WINDOW_DAY",
              "threshold": 1000000
            }
          ]
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/event/list",
      "display_path": "/transfer/event/list",
      "external_docs_url": "/docs/api/products/transfer/reading-transfers/#transfereventlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/event/sync",
      "display_path": "/transfer/event/sync",
      "external_docs_url": "/docs/api/products/transfer/reading-transfers/#transfereventsync",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/get",
      "display_path": "/transfer/get",
      "external_docs_url": "/docs/api/products/transfer/reading-transfers/#transferget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/intent/create",
      "display_path": "/transfer/intent/create",
      "external_docs_url": "/docs/api/products/transfer/account-linking/#transferintentcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/intent/get",
      "display_path": "/transfer/intent/get",
      "external_docs_url": "/docs/api/products/transfer/account-linking/#transferintentget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/ledger/deposit",
      "display_path": "/transfer/ledger/deposit",
      "external_docs_url": "/docs/api/products/transfer/ledger/#transferledgerdeposit",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/ledger/distribute",
      "display_path": "/transfer/ledger/distribute",
      "external_docs_url": "/docs/api/products/transfer/ledger/#transferledgerdistribute",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "20 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 20
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/ledger/event/list",
      "display_path": "/transfer/ledger/event/list",
      "external_docs_url": "/docs/api/products/transfer/ledger/#transferledgereventlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/ledger/get",
      "display_path": "/transfer/ledger/get",
      "external_docs_url": "/docs/api/products/transfer/ledger/#transferledgerget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/ledger/withdraw",
      "display_path": "/transfer/ledger/withdraw",
      "external_docs_url": "/docs/api/products/transfer/ledger/#transferledgerwithdraw",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/list",
      "display_path": "/transfer/list",
      "external_docs_url": "/docs/api/products/transfer/reading-transfers/#transferlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/metrics/get",
      "display_path": "/transfer/metrics/get",
      "external_docs_url": "/docs/api/products/transfer/metrics/#transfermetricsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/migrate_account",
      "display_path": "/transfer/migrate_account",
      "external_docs_url": "/docs/api/products/transfer/account-linking/#transfermigrate_account",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/originator/funding_account/create",
      "display_path": "/transfer/originator/funding_account/create",
      "external_docs_url": "/docs/api/products/transfer/platform-payments/#transferoriginatorfunding_accountcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "10,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 10000
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/originator/get",
      "display_path": "/transfer/originator/get",
      "external_docs_url": "/docs/api/products/transfer/platform-payments/#transferoriginatorget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/originator/list",
      "display_path": "/transfer/originator/list",
      "external_docs_url": "/docs/api/products/transfer/platform-payments/#transferoriginatorlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/platform/originator/create",
      "display_path": "/transfer/platform/originator/create",
      "external_docs_url": "/docs/api/products/transfer/platform-payments/#transferplatformoriginatorcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/platform/person/create",
      "display_path": "/transfer/platform/person/create",
      "external_docs_url": "/docs/api/products/transfer/platform-payments/#transferplatformpersoncreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "50 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 50
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/platform/requirement/submit",
      "display_path": "/transfer/platform/requirement/submit",
      "external_docs_url": "/docs/api/products/transfer/platform-payments/#transferplatformrequirementsubmit",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "25 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 25
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "25 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 25
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/recurring/cancel",
      "display_path": "/transfer/recurring/cancel",
      "external_docs_url": "/docs/api/products/transfer/recurring-transfers/#transferrecurringcancel",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "250 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 250
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/recurring/create",
      "display_path": "/transfer/recurring/create",
      "external_docs_url": "/docs/api/products/transfer/recurring-transfers/#transferrecurringcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/recurring/get",
      "display_path": "/transfer/recurring/get",
      "external_docs_url": "/docs/api/products/transfer/recurring-transfers/#transferrecurringget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/recurring/list",
      "display_path": "/transfer/recurring/list",
      "external_docs_url": "/docs/api/products/transfer/recurring-transfers/#transferrecurringlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/refund/cancel",
      "display_path": "/transfer/refund/cancel",
      "external_docs_url": "/docs/api/products/transfer/refunds/#transferrefundcancel",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "250 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 250
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/refund/create",
      "display_path": "/transfer/refund/create",
      "external_docs_url": "/docs/api/products/transfer/refunds/#transferrefundcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/refund/get",
      "display_path": "/transfer/refund/get",
      "external_docs_url": "/docs/api/products/transfer/refunds/#transferrefundget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/sweep/get",
      "display_path": "/transfer/sweep/get",
      "external_docs_url": "/docs/api/products/transfer/reading-transfers/#transfersweepget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/transfer/sweep/list",
      "display_path": "/transfer/sweep/list",
      "external_docs_url": "/docs/api/products/transfer/reading-transfers/#transfersweeplist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/user/create",
      "display_path": "/user/create",
      "external_docs_url": "/docs/api/users/#usercreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,200 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1200
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "90 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 90
            }
          ]
        }
      }
    },
    {
      "path": "/user/get",
      "display_path": "/user/get",
      "external_docs_url": "/docs/api/users/#userget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,200 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1200
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "90 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 90
            }
          ]
        }
      }
    },
    {
      "path": "/user/items/get",
      "display_path": "/user/items/get",
      "external_docs_url": "/docs/api/users/#useritemsget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "5,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 5000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      }
    },
    {
      "path": "/user/items/remove",
      "display_path": "/user/items/remove",
      "external_docs_url": "/docs/api/users/#useritemsremove",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,200 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1200
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "90 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 90
            }
          ]
        }
      }
    },
    {
      "path": "/user/products/terminate",
      "display_path": "/user/products/terminate",
      "external_docs_url": "/docs/api/users/#userproductsterminate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,200 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1200
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "90 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 90
            }
          ]
        }
      }
    },
    {
      "path": "/user/remove",
      "display_path": "/user/remove",
      "external_docs_url": "/docs/api/users/#userremove",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,200 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1200
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "90 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 90
            }
          ]
        }
      }
    },
    {
      "path": "/user/update",
      "display_path": "/user/update",
      "external_docs_url": "/docs/api/users/#userupdate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "30 per minute",
          "limits": [
            {
              "config_key": "tokens",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 30
            }
          ]
        }
      }
    },
    {
      "path": "/user_account/session/get",
      "display_path": "/user_account/session/get",
      "external_docs_url": "/docs/api/products/layer/#user_accountsessionget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,000 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1000
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "250 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 250
            }
          ]
        }
      }
    },
    {
      "path": "/wallet/create",
      "display_path": "/wallet/create",
      "external_docs_url": "/docs/api/products/virtual-accounts/#walletcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/wallet/get",
      "display_path": "/wallet/get",
      "external_docs_url": "/docs/api/products/virtual-accounts/#walletget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/wallet/list",
      "display_path": "/wallet/list",
      "external_docs_url": "/docs/api/products/virtual-accounts/#walletlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/wallet/transaction/execute",
      "display_path": "/wallet/transaction/execute",
      "external_docs_url": "/docs/api/products/virtual-accounts/#wallettransactionexecute",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/wallet/transaction/get",
      "display_path": "/wallet/transaction/get",
      "external_docs_url": "/docs/api/products/virtual-accounts/#wallettransactionget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "240 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 240
            }
          ]
        }
      }
    },
    {
      "path": "/wallet/transaction/list",
      "display_path": "/wallet/transaction/list",
      "external_docs_url": "/docs/api/products/virtual-accounts/#wallettransactionlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/entity/create",
      "display_path": "/watchlist_screening/entity/create",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningentitycreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,600 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1600
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/entity/get",
      "display_path": "/watchlist_screening/entity/get",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningentityget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/entity/history/list",
      "display_path": "/watchlist_screening/entity/history/list",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningentityhistorylist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/entity/hit/list",
      "display_path": "/watchlist_screening/entity/hit/list",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningentityhitlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/entity/list",
      "display_path": "/watchlist_screening/entity/list",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningentitylist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,800 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1800
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/entity/program/get",
      "display_path": "/watchlist_screening/entity/program/get",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningentityprogramget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/entity/program/list",
      "display_path": "/watchlist_screening/entity/program/list",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningentityprogramlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/entity/review/create",
      "display_path": "/watchlist_screening/entity/review/create",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningentityreviewcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/entity/review/list",
      "display_path": "/watchlist_screening/entity/review/list",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningentityreviewlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/entity/update",
      "display_path": "/watchlist_screening/entity/update",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningentityupdate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,800 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1800
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/individual/create",
      "display_path": "/watchlist_screening/individual/create",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningindividualcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,800 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1800
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/individual/get",
      "display_path": "/watchlist_screening/individual/get",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningindividualget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "300 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 300
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "300 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 300
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/individual/history/list",
      "display_path": "/watchlist_screening/individual/history/list",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningindividualhistorylist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/individual/hit/list",
      "display_path": "/watchlist_screening/individual/hit/list",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningindividualhitlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "300 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 300
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "300 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 300
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/individual/list",
      "display_path": "/watchlist_screening/individual/list",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningindividuallist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "1,800 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 1800
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/individual/program/get",
      "display_path": "/watchlist_screening/individual/program/get",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningindividualprogramget",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/individual/program/list",
      "display_path": "/watchlist_screening/individual/program/list",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningindividualprogramlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/individual/review/create",
      "display_path": "/watchlist_screening/individual/review/create",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningindividualreviewcreate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/individual/review/list",
      "display_path": "/watchlist_screening/individual/review/list",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningindividualreviewlist",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "60 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 60
            }
          ]
        }
      }
    },
    {
      "path": "/watchlist_screening/individual/update",
      "display_path": "/watchlist_screening/individual/update",
      "external_docs_url": "/docs/api/products/monitor/#watchlist_screeningindividualupdate",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "700 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 700
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      }
    },
    {
      "path": "/webhook_verification_key/get",
      "display_path": "/webhook_verification_key/get",
      "external_docs_url": "/docs/api/webhooks/webhook-verification/#get-webhook-verification-key",
      "production": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "500 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 500
            }
          ]
        }
      },
      "sandbox": {
        "item": {
          "display": "N/A",
          "limits": []
        },
        "client": {
          "display": "100 per minute",
          "limits": [
            {
              "config_key": "route_authorization",
              "type": "RATE_LIMIT_TYPE_CLIENT",
              "window": "RATE_LIMIT_WINDOW_MINUTE",
              "threshold": 100
            }
          ]
        }
      }
    }
  ]
}
