- 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
Create a notification
POST
/reseller/user/{UUID}/notify
Info for resellers
Request
Path Params
UUID
string
required
Example:
44b51ff9-88ac-40ec-845e-34d4eb39b790
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/user/44b51ff9-88ac-40ec-845e-34d4eb39b790/notify' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject": "string",
"body": "string",
"attributes": {}
}'
Responses
🟢200Success
application/json
Body
subject
string
required
Default:
string
body
string
required
Default:
string
attributes
object
required
id
string
optional
Default:
633800d3cb3fbeb3b8770196
item_user
string
optional
Default:
633800d3cb3fbeb3b8770196
Example
{
"subject": "string",
"body": "string",
"attributes": {},
"id": "633800d3cb3fbeb3b8770196",
"item_user": "633800d3cb3fbeb3b8770196"
}
🟢201Success
🟠400400
🟠401401
🟠403403
🟠404404