Portal Customization
Get Customization
Returns the portal customization options.
get/v3/portals/{portalId}/customization
Path parameters
portalIdstring uuid required
Example:f32d905a-ed33-46a3-a093-d8f536af9a8a
ID of the portal.
Response
The current customization options for a portal.
Example response
{
"theme": {
"colors": {
"primary": "#000000"
}
},
"menu": {
"main": [
{
"path": "/about/company",
"title": "My Page",
"visibility": "public"
}
],
"footer_sections": [
{
"items": [
{
"path": "/about/company",
"title": "My Page",
"visibility": "public"
}
]
}
],
"footer_bottom": [
{
"path": "/about/company",
"title": "My Page",
"visibility": "public"
}
]
}
}