Skip to main content
POST
/
sellers
/
{id}
/
logos
/
upload
Upload file
curl --request POST \
  --url https://api.quivo.co/sellers/{id}/logos/upload
{
  "fileKey": "<string>",
  "uploadUrl": "<string>",
  "mimeType": "<string>"
}

Path Parameters

id
integer<int64>
required

Id of the seller to which the logo image should be uploaded

Query Parameters

mimeType
string

Mime type of the logo image

Response

Returns the seller logo information with assigned identifier and URL details.

Result of uploading a seller logo. Contains logo identifier and upload status.

fileKey
string

File key which should be used for uploading the file and adding the logo image

uploadUrl
string

URL for uploading the logo image

mimeType
string

Mimetype of the logo image