Passer au contenu principal
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."
}

Autorisations

x-api-key
string
header
requis

Clé API par tenant. Le tenant est déterminé à partir de la clé — jamais à partir de la requête.

Réponse

Profils de plafond de l'organisation

tenantUuid
string
profiles
object[]
note
string
Exemple:

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