This function retrieves a branding image's URL. Note: This function only works in the Paper Lantern theme. We deprecated Paper Lantern in cPanel & WHM version 100 and will remove the function in version 110. This function will not work in the Jupiter theme.
uapi --output=jsonpretty \ --user=username \ Branding \ image
{- "apiversion": 3,
- "func": "image",
- "module": "Branding",
- "result": {
- "data": {
- "path": "/usr/local/cpanel/base/frontend/paper_lantern/branding/image.png",
- "uri": "/cPanel_magic_revision_1327526145/frontend/paper_lantern/branding/image.png"
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}