v1
latestOpenAPI 3.0.02026-07-241010520.6 KBPartner Logo
Upload Partner Logo
Uploads or replaces the logo image for a partner.
The request body should contain the raw binary image data (not JSON). A Content-Disposition header is required to specify the filename.
Accepted formats: JPG, JPEG, PNG, GIF, HEIC, WEBP. The image will be converted to WebP format.
If the partner already has a logo, the previous logo will be replaced.
post/tenants/{tenant_id}/partners/{partner_id}/logo
Path parameters
tenant_idstring uuid required
partner_idstring uuid required
Headers
Content-Dispositionstring required
Example:attachment; filename="logo.png"
Must follow the format: attachment; filename="<filename>.<extension>"
Response
Logo successfully uploaded.