cURL
curl --request GET \ --url https://sigmaprod.sabipay.com/api/v1/upload \ --header 'apiKey: <api-key>' \ --header 'apiSecret: <api-key>'
{ "message": "Signed url for upload generated successfully", "data": { "key": "2023-06-22/75abbbdf-e8ee-40c2-9ca6-e7310cb7b757.gz", "url": "https://sigma-upload.s3.us-east-2.amazonaws.com/2023-06-22/75abbbdf-e8ee-40c2-9ca6-e7310cb7b757.gz?..." } }
GET api/v1/upload
Type of the file to be uploaded
"gz"
Access level of the uploaded file
"private"
Upload response
Message after upload URL is generated
"Signed url for upload generated successfully"
Show child attributes