Configuration
initializeSDK({
apiKey: string;
integratorId: string;
baseURL?: string;
enableCache?: boolean;
cacheTimeout:number;
});const config = getConfig();updateConfig({
apiKey: "YOUR_API_KEY",
});Configuration Parameters
Last updated