Skip to main content

Get Logo

Obtain the configured logo that is shown to users. By default logo-main.png is returned, which is the logo that is displayed in the header.

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

tip

Any image that has been uploaded via Admin > User Interface > Files can be retrieved using this API.

Request

Parameters

getLogo
formatproperties - (Default) key=value. most useful when requesting a single object. If multiple objects are returned, values is a csv. ie key=value1,value2,value3 where value1 is the value for the first object, value2 is the value for the 2nd object, etc.

json - Useful format for parsing into javascript or other languages. See www.json.org for details.
nameThe name of the logo to return. (Default) logo-main.png

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

Binary image representing the requested logo (Content-Type : image/png).

Examples

Request

curl -K -X GET  \
"https://instance.securid.com/aveksa/command.submit?cmd=getLogo&format=json&name=logo-main.png" \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-o logo-main.png

Response

Binary image data