- 👋 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
List related services
GET
https://api.vpsbg.eu/v1/support/tickets/related-services
Support
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
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/support/tickets/related-services' \
--header 'Accept;'
Responses
🟢200Success
application/json
Body
array of:
id
integerÂ
required
service_type
stringÂ
required
service_label
stringÂ
required
Example
[
{
"id": 2860,
"service_type": "server",
"service_label": "Cloud VPS 2 GB - ubuntu-2gb - 87.120.37.46"
},
{
"id": 2861,
"service_type": "server",
"service_label": "Cloud VPS 4 GB - ubuntu-2gb - 87.120.37.47"
},
{
"id": 644,
"service_type": "shared-hosting",
"service_label": "Shared hosting Lite - myshop.com"
}
]
🔴500Server Error
Modified at 2024-10-24 12:19:04