registerDeviceAsk AIpost https://api.leanplum.com/api?action=registerDeviceRegisters the current device for development. This method requires your development API clientKey.Body ParamsappIdstringrequiredDefaults to YOUR_APP_IDThe application ID. To find yours, select your app in the navigation column, and click Manage Apps. Then click Keys & Settings.clientKeystringrequiredDefaults to YOUR_DEV_KEYThe Development key for your Leanplum App.apiVersionstringenumrequiredDefaults to 1.0.6The version of the Leanplum API to use. The current version is 1.0.6.1.0.6Allowed:1.0.6deviceIdstringrequiredA unique ID for the device to be registered by the request.emailstringrequiredThe email address corresponding to the Leanplum user account to which the device belongs.Response defaultReturns the status of the request and device registration.Updated 7 months ago