- Get User Notification Settings
Send SMS to the list of clients
Send SMS campaigns to customers matching the filters
Send Email newsletter according to the list of clients
Send email campaigns for clients matching the filters
Getting Message Statuses
Get notification settings in a location
Change User Push Notification Settings
Get User Notification Set...
The method allows you to get notification settings for a particular location user.
Security
BearerPartnerUser
- Mock serverhttps://developer.alteg.io/_mock/en/b2b-v1/openapi/notification_settings/{location_id}/users/{user_id}
- Productionhttps://api.alteg.io/api/v1/notification_settings/{location_id}/users/{user_id}
curl -i -X GET \
'https://developer.alteg.io/_mock/en/b2b-v1/openapi/notification_settings/{location_id}/users/{user_id}' \
-H 'Accept: string' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}, User {UserToken}_HERE>' \
-H 'Content-Type: string'Response
{ "success": true, "data": { "mode": "staff", "notification_types": [ … ] }, "meta": [] }