curl --request POST \
--url https://api.icepanel.io/v1/organizations/{organizationId}/icons/{iconVariant}/{iconId}/upload/{iconType}/signed-url \
--header 'Authorization: <authorization>'
{
"signedUrl": "<string>"
}
Create a signed URL for uploading an icon
curl --request POST \
--url https://api.icepanel.io/v1/organizations/{organizationId}/icons/{iconVariant}/{iconId}/upload/{iconType}/signed-url \
--header 'Authorization: <authorization>'
{
"signedUrl": "<string>"
}
light
, dark
svg
, webp
, png
, jpeg
OK
The response is of type object
.