Serveur global
Références de l'API
Compte
Transferts créés

Transferts d'un compte

GET /account/transferts

Paramètres

Aucun.

Authentification

Nécessite un token valide.

Réponse

{
  "success": true,
  "userId": "google/1234567890",
  "transferts": [
    {
      "id": "O6e8g4nYiTyawmzM",
      "webUrl": "https://stend.example.com/d.html?aaaaaa",
      "expiresDate": "1721942798013",
      "creationDate": "1721942198013",
      "nickname": "Johan",
      "fileName": "file.txt",
      "methodUsed": "position" // --> méthode d'exposition utilisée pour déterminer ce transfert : account, position, instanceAndIp
    }
  ]
}