We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I tested whether the key is valid, I got an error message.
Run: curl -H "Api_Key: *********************68d5d6" https://api.iterable.com/api/users/registerDeviceToken
curl -H "Api_Key: *********************68d5d6" https://api.iterable.com/api/users/registerDeviceToken
{ "msg": "Disabled API key or insufficient privileges", "code": "BadApiKey", "params": { "ip": "173.248.225.222", "endpoint": "/api/users/registerDeviceToken", "apiKeyIdentifier": "ba68d5d6", "apiKeyType": "Mobile" } }
The text was updated successfully, but these errors were encountered:
The mobile key type is restricted and can't access the api/users endpoint.
Sorry, something went wrong.
Although the SDK initialize return undefined, but setEmail worked.
undefined
setEmail
Now push notification works well on IOS, but it doesn't work on Android.
No branches or pull requests
When I tested whether the key is valid, I got an error message.
Run:
curl -H "Api_Key: *********************68d5d6" https://api.iterable.com/api/users/registerDeviceToken
The text was updated successfully, but these errors were encountered: