Footer Section
Explore

Adds, updates or deletes an account's customized signing ceremony logos. To add or update a signing ceremony logo for a language, pass the base-64 decoded image (data URI) with the language. To delete all signing ceremony logos, provide an empty {} request body.
Note that
Object to manage a signing logo
Available options: en, fr, it, ru, es, pt, de, nl, da, el, zh-CN, zh-TW, ja, ko
Image
List of SigningLogo models.
curl --request POST \--url https://coreapps-rlsdev.congacloud.io/api/sign/v1/cs-account/admin/signingLogos \--header 'Accept: application/json' \--header 'Authorization: 123' \--header 'Content-Type: application/json' \--data '[{"language": "string","image": "string"}]'