Skip to main content
POST
This endpoint is designed for client-side SDKs and does not require an API key. Authentication is handled via account_id and app_id validation.

Request Body

string
required
Your Notvis account ID.
string
required
Your push notification app ID (configured in the dashboard).
string
required
Push notification platform. Must be one of: apns (iOS), fcm (Android/Web via Firebase), or web (Web Push).
string
required
Device push token obtained from the platform SDK (APNs device token, FCM registration token, or Web Push subscription).
string
Unique device identifier. Used for device deduplication and anonymous-to-identified user linking.
string
Operating system version (e.g., "iOS 17.4", "Android 14").
string
Your application version (e.g., "2.1.0").
string
Device locale (e.g., "en-US", "hi-IN").
string
Device timezone (e.g., "Asia/Kolkata", "America/New_York").

Response

string
Unique registration identifier for this device.
string
Contact ID associated with this device.