---
title: "Upload Workspace Logo"
method: POST
path: "/workspaces/{id}/logo"
tags: ["Workspaces"]
---

# Upload Workspace Logo

`POST /workspaces/{id}/logo`

Upload a logo for a specific workspace. Overrides the company logo on certificates and emails for this workspace. Accepts PNG or JPEG, max 2MB.

## Path parameters

- `id` string, uuid, required

## Response `200`

Logo uploaded successfully

- LogoUploadResponse — Logo upload confirmation with URL
  - `success` boolean, required
  - `icon_url` string, uri, required — Public URL to the uploaded logo

## Other responses

- `400` — Invalid file (wrong format, too large, or missing)

---

[API](https://skmtc.dev/firma/apis/firma-partner-api.md) · [All operations](https://skmtc.dev/firma/apis/firma-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firma/firma-partner-api/revisions/5c03d6a9d080/schema)
