Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.ridergy.com/v1/clusters \ --header 'x-api-key: <api-key>'
{ "clusters": [ { "clusterId": "clst_20260612_a1b2c3d4", "tenantUuid": "<string>", "name": "North Campus", "locationIds": [ "3632155", "3632156" ], "limitKw": 200, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "count": 2 }
Lista todos los clústeres del tenant que realiza la llamada, del más reciente al más antiguo.
Clave de API por tenant. El tenant se deriva de la clave — nunca de la solicitud.
Clústeres
Show child attributes
2