Documentation

Get drive storage information

GET
/api/v1/external/drives/infos

Scope requis : read:drives.

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éfautfalse

Corps 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": {}}