cURL
curl --request POST \ --url https://panel.sendcloud.sc/api/v3/dsf/files \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "file_token": "b90e7a70-57c6-4338-992a-eae50d637261-6170706c69636174696f6e2f706466" }
API for uploading a file required for ticket creation. The uploaded file is stored in the system, and a unique file token is returned in response.
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Created