Überweisungen

POST https://yocado.com/transfer/create_api
Parameter Details Beschreibung
uploaded_files Erforderlich Array Ganze Zahl Array mit UUIDs für alle hochgeladenen Dateien, die an diesen Transfer angehängt werden sollen.
type Erforderlich String Erlaubte Werte: link , email
email_to Wahlweise String Verfügbar, wenn: type = email
name Erforderlich String -
description Wahlweise String -
url Wahlweise String -
domain_id Wahlweise Ganze Zahl -
project_id Wahlweise Ganze Zahl -
pixels_ids Wahlweise Array Ganze Zahl -
download_notification_handlers_ids Wahlweise Array Ganze Zahl -
expiration_datetime Wahlweise String Y-m-d H:i:s
downloads_limit Wahlweise Ganze Zahl -
password Wahlweise String -
file_encryption_is_enabled Wahlweise Boolean -
is_removed_branding Wahlweise Boolean -
custom_css Wahlweise String -
custom_js Wahlweise String -
curl --request POST \
--url 'https://yocado.com/transfer/create_api' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'uploaded_files[]=de09be56-639f-4213-863b-5ea1aa065970' \
--form 'name=Example name' \
--form 'description=Example description' \
{ "data": { "id": 1, "download_url": https://yocado.com/49fkabj, "view_url": "https://yocado.com/transfer/1", } }