v1

latestSwagger 2.02026-07-134146194.6 MB
AccountBrands

Updates a brand logo.

This method updates a single brand logo.

You pass in the new version of the resource in the Content-Disposition header. Example:

Content-Disposition: form-data; name="file"; filename="logo.jpg"

Note: Branding for either signing or sending must be enabled for the account (canSelfBrandSend , canSelfBrandSign, or both of these account settings must be true).

put/v2.1/accounts/{accountId}/brands/{brandId}/logos/{logoType}

Path parameters

accountIdstring required

The external account number (int) or account ID GUID.

brandIdstring required

The ID of the brand.

logoTypestring required

The type of logo. Valid values are:

  • primary
  • secondary
  • email

Response

Successful response.