Get SH Admin Branding Logo
Business application can get the application logo configured in the application's admin console branding.
|
https://api.signinghub.com/v3/system/configurations/branding/logo |
||
|
HTTP Verb |
GET |
|
|
Authorization |
Bearer {access_token} |
|
|
Content-Type |
application/json |
|
|
Accept |
application/json |
|
|
Request Body |
||
|
Status Code |
Message |
Response Body |
|
200 |
OK |
file(binary)
|
| 403 | Forbidden |
{ "Message": "Account is disabled"} |
|
500 |
Internal Server Error |
{ "Message": "An internal server error occurred while processing the request"} |
| Item Details | |
| Names |
Description |
| Request Parameters |
|
| access_token | OAuth access token obtained as a result of successful authentication via "client_credentials" grant type. |
| Response Parameters | |
| Message | The service specific error message returned by the API. This message provides useful information about why the service has returned an error response. |