Company logoTrust Center Documentation

Upload brand logo

Upload a new logo file for the tenant brand. Replaces any existing logo. Supports JPEG, PNG, SVG, GIF, and WebP formats with maximum size of 100KB.

PUT
/api/v1/brand/logo

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

multipart/form-data

logoFile*file

Logo image file to upload (max 100KB)

Formatbinary

Response Body

application/json

application/json

application/json

curl -X PUT "https://app.orbiqhq.com/api/v1/brand/logo" \  -F logoFile="string"
{
  "success": true,
  "data": {
    "message": "Logo updated successfully.",
    "url": "https://app.orbiqhq.com/assets/abc123"
  }
}
{
  "error": "string",
  "examples": null
}
Empty
Empty
{
  "error": "Failed to upload file to storage."
}

How is this guide?