ops

uploadLogo seller

Add logo to logo bucket

post/ops/sellers/upload-logo

Request body

logo_imagestring required

Base64 encoded image to upload

mime_typestring required

the mime type of the logo.

Example request

{
  "logo_image": "abc123",
  "mime_type": "abc123"
}

Response

OK response.

string required

The url of the uploaded logo

Example response

"abc123"

Changes

No recorded changes to this endpoint across all 6 revisions of this API.