RESTAPI:Starting and editing a Transfer Session

Aus Cryptshare Documentation
Version vom 8. Mai 2023, 15:42 Uhr von Frorathm (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „{{InfoBox|title=|content=Please note that the Cryptshare Server only allows this operation for verified sender addresses or verified email addresses (see Verification). }}For transferring data from a sender email address to a arbitrary number of recipient email addresses it is required to start a Transfer Session. During Transfer Session creation the sender email address and sender contact details have to be given as well as the recipients. == Create a t…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu:Navigation, Suche
Please note that the Cryptshare Server only allows this operation for verified sender addresses or verified email addresses (see Verification).

For transferring data from a sender email address to a arbitrary number of recipient email addresses it is required to start a Transfer Session. During Transfer Session creation the sender email address and sender contact details have to be given as well as the recipients.

Create a transfer session

POST /users/{email-address}/transfer-sessions

Like a transfer itself a pending transfer session has a unique tracking id. This tracking id is used for requesting the current state of the transfer session, editing the transfer session, registering and uploading transfer files, and finally finalizing the transfer.

Get the current transfer session state

GET /users/{email-address}/transfer-sessions/{tracking-id}