UploadLogo
Upload and resize a logo image
Authorizations
Body
filestring · binaryOptional
Logo image file (JPEG or PNG)
Responses
201
Logo uploaded and resized successfully
application/json
400
Validation error (missing file, unsupported format, or size too large)
application/json
post
POST /api/v1/upload_logo/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: multipart/form-data
Accept: */*
Content-Length: 17
{
"file": "binary"
}
{
"url": "https://example.com/logos/logo.png"
}
Was this helpful?