Asset uploading
1
Create a signed upload URL
curl --request POST \
--url 'https://partners.clym.io/api/portal/instance/property/sign-asset?merchant_id={yourMerchantId}' \
--header 'Authorization: Bearer {YourAPIKey}' \
--header 'Content-Type: application/json' \
--data '{
"type": "logo",
"mime": "image/png"
}'
// Result should be
{
"result": {
"url": "https://eu1.clym.io/api/u/CPKWkh3HWt7hN....."
}
}2
Last updated

