跳转到主要内容
GET
/
organizations
/
limits
List organization-wide cap profiles
curl --request GET \
  --url https://api.ridergy.com/v1/organizations/limits \
  --header 'x-api-key: <api-key>'
{
  "tenantUuid": "<string>",
  "profiles": [
    {
      "priority": 5,
      "limitKw": 500,
      "startTime": "2023-11-07T05:31:56Z",
      "endTime": "2023-11-07T05:31:56Z"
    }
  ],
  "note": "Organization-wide cap enforcement is not yet active; this profile is recorded for future use."
}

授权

x-api-key
string
header
必填

按租户分配的 API 密钥。租户信息从密钥中获取——绝不来自请求本身。

响应

组织限额配置文件

tenantUuid
string
profiles
object[]
note
string
示例:

"Organization-wide cap enforcement is not yet active; this profile is recorded for future use."