- 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
- User Stories and Use Cases
- Video Tutorials and Walkthroughs
- Troubleshooting
- Contact and Support
Get user`s notifications
GET
/user/notify
/user endpoint
Request
Query Params
token
optional
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 GET 'https://test.your-api-server.com/user/notify'
Responses
🟢200Success
application/json
Body
subject
stringÂ
required
Example:
New account
body
stringÂ
required
Example:
Welcome, John Doe!
attributes
objectÂ
required
Example:
{"active":true}
Example
{
"subject": "New account",
"body": "Welcome, John Doe!",
"attributes": {
"active": true
}
}
🟠400400
🟠401401
🟠403403
🟠404404