Saltar para o conteúdo 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."
}

Autorizações

x-api-key
string
header
obrigatório

Chave de API por tenant. O tenant é derivado da chave — nunca da requisição.

Resposta

Perfis de limite máximo da organização

tenantUuid
string
profiles
object[]
note
string
Exemplo:

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