Set enterprise logo

put/api/v2/internal/enterprise/{enterpriseId}/logo

Internal endpoint for setting or removing the enterprise logo URL. Called by admin-tool-service after uploading the logo to S3. Gated by the enterpriseLogoUpload feature flag on the target enterprise.

Path Parameters

  • enterpriseIdstringRequired
    Public ID of the enterprise to set the logo on.
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$

Request Body

logoUrl
string or null
Public URL of the enterprise logo image, or null/empty to remove. Must be https and hosted on an allowlisted BitGo enterprise-assets bucket.

200 Response

logoUrl string

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id