Authentication
import { AdminAuthProvider } from '@wll-sdk/api';import { WLLRewardsSdk, AdminAuthProvider } from '@wll-sdk/api';
new WLLRewardsSdk({
apiKey: '<your-api-key>',
authProvider: new AdminAuthProvider({
clientId: '<your-client-id>',
clientSecret: '<your-client-secret>',
}),
baseUrl: 'https://api.rewards.wlloyalty.net/v1',
});Property
type
Required?
Property
type
Required?
Last updated