curl --request GET \
--url https://app.herondata.io/api/watermarks/logo \
--header 'x-api-key: <api-key>'"<string>"Retrieve the logo file for the current user as raw bytes.
curl --request GET \
--url https://app.herondata.io/api/watermarks/logo \
--header 'x-api-key: <api-key>'"<string>"Logo file retrieved successfully
The response is of type file.
Was this page helpful?