POST

/api/im/remote/push/register

Register push token

Register an APNs or FCM device push token. The cloud uses stored tokens to deliver

push notifications (e.g. tool approval requests) to the mobile device when the

daemon requires user action. Token is upserted per (userId, platform, deviceId).

No code sample available for this language

Request Body

FieldTypeReqDefaultDescription
platformstring (apns | fcm)YPush platform (apns for iOS, fcm for Android/web)
tokenstringYDevice push token from the OS
deviceIdstringNStable device identifier for token rotation

Response Example

{
  "ok": true
}

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test