Get drive storage information
Scope requis : read:drives.
Autorisation
bearer AutorisationBearer <jeton>
JWT d'organisation obtenu via le flow OIDC. Voir le guide d'intégration.
Dans: header
Paramètres de requête
isPersonal?boolean
Filter by personal drives
Défaut
falseCorps de réponse
application/json
curl -X GET "https://example.com/api/v1/external/drives/infos"{ "id": "string", "organizationId": "string", "availableSize": 0, "reachedStorageRatio": 0, "driveStats": {}}