Skip to main content
POST
This endpoint is designed for client-side SDKs and does not require an API key. Call this after a user logs in to associate their push-enabled device with their user profile.

Request Body

string
required
Your Notvis account ID.
string
required
The device ID used during registration. Used to look up and transfer push tokens from the anonymous device contact to the identified user.
string
The Notvis contact ID of the identified user. Either contact_id or external_id is required.
string
Your application’s user ID. Used to look up the Notvis contact. Either contact_id or external_id is required.

Response

string
The resolved contact ID of the identified user.
boolean
Always true on success.