SDK API v2
Get id for new app instance
curl --header "content-type: application/json" \
--request POST \
--url "https://core.push.express/api/r/v2/apps/:app_id/instances" \
--data '
{
"ic_token": "212604ab-4b19-4d24-b8ec-3b8bac401a6a",
"ext_id": ""
}
'{ "id": "737112", "just_created": true }
Update app instance info
Notification events
Lifecycle events
Error handling
Last updated