API Key
This key is used to authenticate and secure communication between the application and the server. Requests without a valid API key will be rejected.
Last updated
Was this helpful?
This key is used to authenticate and secure communication between the application and the server. Requests without a valid API key will be rejected.
Last updated
Was this helpful?
Was this helpful?
// ============================================
// MagicUI API CONFIGURATION
// API Key and Config URL for fetching settings from WordPress
// ============================================
// Paste the full config endpoint URL from WordPress plugin settings
export const MAGICUI_CONFIG_URL = 'https://magicuidemo.local/wp-json/magicui/v1/config';
// Set this in WordPress Admin > Settings > Magic UI
export const MAGICUI_API_KEY = 'eG42x36myO8Bv5t2k1LIZwSxHK0rHhZH';