Skip to main content

Get Logo

Retrieve the configured logo. By default, logo-main.png is returned.

GET https://instance.securid.com/aveksa/command.submit?cmd=getLogo

note

This command does not require authentication. Any image uploaded via Admin > User Interface > Files can be retrieved using this command.

Request

Parameters

getLogo
nameThe filename of the logo to return. (Default) logo-main.png

Headers

Acceptapplication/json
Content-Typeapplication/json

Response

The response body contains the binary PNG image. The Content-Type of the response is image/png.

Examples

Request

curl -K -X GET \
"https://instance.securid.com/aveksa/command.submit?cmd=getLogo&name=logo-main.png" \
-o logo-main.png

Response

The response body contains the binary PNG image data (Content-Type: image/png).

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.