- 👋 Hello
- API Introduction
- API Reference
- User
- Balance
- Affiliate
- Invoices
- Support
- SSH Keys
- Servers
- Scale
- Addons
- Rescue
- List plans
- List servers
- Server status
- Get a server
- Server metrics
- Bandwidth
- Deploy new server
- Start a server
- Restart a server
- Stop a server
- Power off
- Cancel server
- Undo cancel request
- Change password
- Update hostname
- Update SSH Keys
- Modify ISOs
- Restore
- Renew server
- Reinstall Server
- Change Primary IP
- Calculate renew amount
- Plans
- Snapshots
- Backups
- Server Images
- Floating IPs
- IP Addresses
- Network Protection
- Orders
- ISOs
Plan promo-codes
Developing
GET
https://api.vpsbg.eu/v1/plans/{id}/promo-codes
Plans
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
stringÂ
required
Header Params
Accept
stringÂ
required
Default:
application/json
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://api.vpsbg.eu/v1/plans//promo-codes' \
--header 'Accept;'
Responses
🟢200Successfuly listed available promo-codes.
application/json
Body
array of:
code
stringÂ
required
percentage
integerÂ
required
minimum_billing_cycle
integerÂ
required
Example
[
{
"code": "fall2401",
"percentage": 5,
"minimum_billing_cycle": 1
},
{
"code": "fall2403",
"percentage": 10,
"minimum_billing_cycle": 3
},
{
"code": "fall2406",
"percentage": 15,
"minimum_billing_cycle": 6
},
{
"code": "fall2412",
"percentage": 20,
"minimum_billing_cycle": 12
},
{
"code": "fall2424",
"percentage": 25,
"minimum_billing_cycle": 24
}
]
🔴500Server Error
🟠422Validation error (specified in the response)
Modified at 2025-01-08 10:31:30