GET
/rebranding/{org_id}/status
curl \
--request GET 'https://my.nethesis.it/backend/api/rebranding/{org_id}/status' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"code": 42,
"message": "string",
"data": {
"enabled": true,
"products": [
{
"product_id": "nethvoice",
"product_display_name": "NethVoice",
"product_type": "application",
"product_name": "CustomVoice",
"assets": [
{
"name": "logo_light_rect",
"filename": "logo-light.svg",
"mime_type": "image/svg+xml",
"size": 356352,
"updated_at": "2026-05-04T09:42:00Z"
}
],
"updated_at": "2026-05-04T09:42:00Z"
}
]
}
}
Response examples (403)
{
"code": 403,
"message": "insufficient permissions",
"data": {}
}