Settings & Branding
General system settings and third-party integrations.
- GET/POST/PUT
/api/admin/Setting: Manage global system settings. - GET
/api/admin/Setting/getGoogleAnalyticsScript: Retrieve the configured GA script.
Responses
- 200 OK
- 401 Unauthorized
- 500 Server Error
Description: Success.
Description: Authentication failed.
Description: Internal server error.
Subscriptions & Meta
- GET
/api/SubscriptionFeaturesDetail/GetSubscriptionFeatures: List features available to the current plan. - GET
/api/SubscriptionFeaturesDetail/GetOrganizationDetail: Retrieve organization-specific metadata. - POST
/api/SubscriptionFeaturesDetail/AddOrganizationDetail: Update organization metadata. - POST
/api/SubscriptionFeaturesDetail/SubscriptionChangesPlan: Handle plan upgrades/downgrades.
Responses
- 200 OK
- 500 Server Error
Description: Success.
Description: Internal server error.