The postEvent method is part of our Device API and requires a Device API Token for authentication.
Pushwoosh uses two types of API tokens for different purposes:
- Server API Token: Used for methods that are typically called from your backend server, such as sending push notifications (
/createMessage). - Device API Token: Used for methods related to device-level actions, such as registering a device or posting events (
/postEvent).
If you are using an integration from a third-party service (e.g., Qonversion) to send events to Pushwoosh, you must also provide them with your Device API Token. Some third-party documentation may be outdated and incorrectly refer to a Server token; please use the Device token for all event-posting functionalities.
Comments
0 comments
Please sign in to leave a comment.