curl --request POST \
--url https://api.icepanel.io/v1/catalog/icons/signed-url \
--header 'Authorization: <authorization>'
{
"signedUrl": "https://api.icepanel.io/icons/?URLPrefix=aHR0cHM6Ly9tZWRpYS5leGFtcGxlLmNvbS92aWRlb3Mv&Expires=1566268009&KeyName=Key&Signature=8NBSdQGzvDftrOIa3WHpp646Iis="
}
Create a signed URL prefix with access to all catalog icons
curl --request POST \
--url https://api.icepanel.io/v1/catalog/icons/signed-url \
--header 'Authorization: <authorization>'
{
"signedUrl": "https://api.icepanel.io/icons/?URLPrefix=aHR0cHM6Ly9tZWRpYS5leGFtcGxlLmNvbS92aWRlb3Mv&Expires=1566268009&KeyName=Key&Signature=8NBSdQGzvDftrOIa3WHpp646Iis="
}
OK
The response is of type object
.