POSThttps://omni-apis.montymobile.com/notification/api/v1/Subscriber/register

Register device

Register a device and its push token (FCM, APNs, or HMS) so it can receive notifications.

Headers

In addition to api-key and Tenant, this endpoint requires X-Access-Token and LanguageCode.

Request body

ParameterTypeRequiredDescription
deviceIdStringYesUnique device identifier.
fcmTokenStringConditionalAndroid / FCM token.
apnsTokenStringConditionaliOS / APNs token.
huaweiTokenStringConditionalHuawei / HMS token.
platformTagStringYese.g. MOBILE_ANDROID.
osTagStringYese.g. ANDROID.
userGuidString (UUID)YesApp user ID.
appGuidString (UUID)YesApplication ID.
VersionStringYesApp/SDK version, e.g. 2.8.
deviceInfoObjectNo{ deviceName, longitude, latitude, mnc, mcc }.

Responses

The success/error bodies, the full platformTag / osTag enumerations, and how the X-Access-Token is obtained are being finalized. Coming soon