User & Device Management
General Limitations
User Deletion
curl -X POST https://restapi.netmera.com/rest/3.0/deleteUsersPermanently \
-H "X-netmera-api-key: your_rest_api_key" \
-H "Content-Type: application/json" \
-d '{
"extIds": [ // Required: Array of external user IDs to delete
"externalid"
]
}'Push Notification Permission Management
Disable Push
Enable Push
Tag Management
Add Tags to Users
Remove Tags from Users
Category Preferences
Profile Attribute Management
Set Profile Attributes
Unset Profile Attributes
Delete Profile Attributes from All Users
Get Profile Attributes
Push Values to Array Attributes
Pull Attributes from Array Attributes
Delete Specific Profile Attributes from All Users
Device Management
Get Devices for a User
Get All Device Tokens
Segments
Get Segments
Get Segment Users
Sample Response
Push Approval
Email Opt-In/Opt-Out
Enable Email
Disable Email
Update Email
SMS Opt-In/Opt-Out
Enable SMS
Disable SMS
Update MSISDN
WhatsApp
Update WhatsApp Number
Enable WhatsApp Permission
Disable WhatsApp Permission
Last updated
Was this helpful?