API Reference
- How can I remove devices from my Pushwoosh account if users have disabled push notifications in their device settings?
- For iOS devices, what type of token should be used for the `push_token` parameter in API requests (e.g., with the `bulkregisterdevice` method)? Is it an FCM token or an APNs token?
- What is the maximum number of user IDs I can include in the `users` array when calling the `/createMessage` API?
- How can I send a message directly to my app's inbox using the API without it appearing as a push notification?
- How can I remove all registered device tokens for a specific platform (e.g., Android or iOS)?
- How do I create a complex `devices_filter` for the `createTargetedMessage` API to target users within an Application Group based on multiple app-specific tags?
- How can I remove or clean up inactive device tokens from my application?
- How can I retrieve the history of push notifications sent to a specific user?