Footer Section
Explore

Retrieves an account's customized logo for use during the signing ceremony. In addition, the corresponding language for the account is retrieved.
curl --request GET \--url https://coreapps-rlsdev.congacloud.io/api/sign/v1/cs-account/admin/signingLogos \--header 'Accept: application/json' \--header 'Authorization: 123'
1{2"count": -2147483648,3"results": [4{5"language": "string",6"image": "string"7}8]9}