cURL
curl --request POST \ --url https://api.quivo.co/sellers/{id}/logos/upload
{ "fileKey": "<string>", "uploadUrl": "<string>", "mimeType": "<string>" }
Upload a logo file and associate it with the seller.
Id of the seller to which the logo image should be uploaded
Mime type of the logo image
Returns the seller logo information with assigned identifier and URL details.
Result of uploading a seller logo. Contains logo identifier and upload status.
File key which should be used for uploading the file and adding the logo image
URL for uploading the logo image
Mimetype of the logo image