UploadLogo

post

Upload and resize a logo image

Authorizations
AuthorizationstringRequired
Body
filestring · binaryOptional

Logo image file (JPEG or PNG)

Responses
post
/api/v1/upload_logo/
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?