added

Tenable.io MSSP Portal Logo Management API

You can now use the Tenable.io Managed Security Service Provider (MSSP) Portal API to manage the logos of your customer's Tenable.io instances.

By default, the Tenable.io logo appears in the header of your customer's instances. The logo endpoints allow you to replace the Tenable.io logo with a logo appropriate to a customer's business context. Use these endpoints to add, assign, and delete logos.

For background information about logos in the Tenable.io MSSP Portal, see Logos in Tenable.io MSSP Portal User Guide.

API EndpointDescriptionChange
POST /mssp/logosAdds a logo to the Tenable.io MSSP Portal. After you add a logo to the Tenable.io MSSP Portal, use the PUT /mssp/accounts/logos endpoint to assign the logo to a customer account.new
GET /mssp/logosReturns a list of logos you have uploaded to the Tenable.io MSSP Portal.new
GET /mssp/logos/{logo_uuid}Returns details for the specified logo in the Tenable.io MSSP Portal.new
PATCH /mssp/logos/{logo_uuid}Updates a logo in the Tenable.io MSSP Portal. This update overwrites the existing logo.new
DELETE /mssp/logos/{logo_uuid}Deletes the specified logo in the Tenable.io MSSP Portal.new
PUT /mssp/accounts/logosAssigns a logo to one or more customer accounts in the Tenable.io MSSP Portal.new
GET /mssp/logos/{logo_uuid}/logo.pngReturns a logo file in PNG format.new
GET /mssp/logos/{logo_uuid}/logo.base64Returns a logo file in Base64 format.new