added
Tenable.io MSSP Portal Logo Management API
over 3 years ago by Lance Duvall
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 Endpoint | Description | Change |
---|---|---|
POST /mssp/logos | Adds 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/logos | Returns 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/logos | Assigns a logo to one or more customer accounts in the Tenable.io MSSP Portal. | new |
GET /mssp/logos/{logo_uuid}/logo.png | Returns a logo file in PNG format. | new |
GET /mssp/logos/{logo_uuid}/logo.base64 | Returns a logo file in Base64 format. | new |