- Overview
- Getting Started
- Glossary
- Where to start?
- What does agent-client mean?
- Resource monitoring
- Reseller webhooks
- Installation
- Generating VPN accounts
- User Guide
- Best Practices
- Integrations
- APIs for User
- APIs for Reseller
- Users
- Notifications
- VPN
- GET API-keys info GET
- GET news GET
- Get servers list GET
- Webhook for RevenueCatPOST
- User Stories and Use Cases
- Video Tutorials and Walkthroughs
- Troubleshooting
- Contact and Support
Notify all users
POST
/reseller/users/notify
Info for resellers
Request
Body Params application/json
subject
string
required
body
string
required
attributes
object
required
Example
{
"subject": "string",
"body": "string",
"attributes": {}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://test.your-api-server.com/reseller/users/notify' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject": "string",
"body": "string",
"attributes": {}
}'
Responses
🟢200Success
application/json
Body
total
number
optional
Default:
1
Example
{
"total": 1
}
🟢201Success
🟠400400
🟠401401
🟠403403
🟠404404