Skip to main content
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."
}

Authorizations

x-api-key
string
header
required

Per-tenant API key. Tenant is derived from the key — never from the request.

Response

Org cap profiles

tenantUuid
string
profiles
object[]
note
string
Example:

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