iOS Live Activities API
Manage iOS Live Activities via API
updateLiveActivity
Use this method to manage iOS Live Activities.
/updateLiveActivity
POST
https://api.pushwoosh.com/json/1.3/updateLiveAcitivity
Allows to create and manage iOS Live Activities.
Request Body
Name | Type | Description |
---|---|---|
auth* | string | API access token from Pushwoosh Control Panel. |
application* | string | Pushwoosh application code. |
notifications* | array | JSON array of message parameters. See details in a request example below. |
Request example
Example
Read this article to learn more about working with Live Activities using the Pushwoosh iOS SDK.
Last updated