- 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
GET API-keys info
GET
/reseller
Info for resellers
Request
None
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/reseller'
Responses
🟢200Success
application/json
Body
id
numberÂ
required
Example:
12
users
objectÂ
required
Example:
{"total":1,"limit":10}
limit
objectÂ
required
Example:
{"total":1,"limit":10}
Example
{
"id": 12,
"users": {
"total": 1,
"limit": 10
},
"limit": {
"total": 1,
"limit": 10
}
}
🟠400400
🟠401401
🟠403403
🟠429429