curl --request GET \
--url https://ai.wisepilot.app/api/v1/brand/operating-profile \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"vertical": "<string>",
"primaryKpi": "<string>",
"enabledModules": [
"<string>"
],
"sophisticationLevel": "<string>",
"multiProductEnabled": true
}
}Website vertical, KPI configuration, module toggles, and operational parameters. Defines how the platform behaves for this website.
curl --request GET \
--url https://ai.wisepilot.app/api/v1/brand/operating-profile \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"vertical": "<string>",
"primaryKpi": "<string>",
"enabledModules": [
"<string>"
],
"sophisticationLevel": "<string>",
"multiProductEnabled": true
}
}