added

Tenable MSSP: Logo Management

You can now use the Tenable Managed Security Service Provider (MSSP) API to manage the logos of your customer's instances. By default, the Tenable logo appears in the header of your customer's instances. The logo endpoints enable you to replace the Tenable logo with a logo appropriate to a customer's business context. You can use the new logo endpoints to add, assign, and delete logos. For more information about logos in the Tenable MSSP Portal, see Logos in Tenable Managed Security Service Provider (MSSP) User Guide.

The new endpoints are described in the following table:

EndpointNameDescription
POST /mssp/logosAdd logoAdds a logo to the Tenable MSSP Portal. After you add a logo to the Tenable MSSP Portal, use the PUT /mssp/accounts/logos endpoint to assign the logo to a customer account.
GET /mssp/logosList logosReturns a list of logos you have uploaded to the Tenable MSSP Portal.
GET /mssp/logos/{logo_uuid}Get logo detailsReturns details for the specified logo in the Tenable MSSP Portal.
PATCH /mssp/logos/{logo_uuid}Update logoUpdates a logo in the Tenable MSSP Portal. This update overwrites the existing logo.
DELETE /mssp/logos/{logo_uuid}Delete logoDeletes the specified logo in the Tenable MSSP Portal.
PUT /mssp/accounts/logosAssign logoAssigns a logo to one or more customer accounts in the Tenable MSSP Portal.
GET /mssp/logos/{logo_uuid}/logo.pngDownload logo (PNG)Returns a logo file in PNG format.
GET /mssp/logos/{logo_uuid}/logo.base64Download logo (Base64)Returns a logo file in Base64 format.