Skip to main content
GET
/
server
/
{serverId}
/
swap
Swap Options
curl --request GET \
  --url https://servers.flashrdp.com/api/server/{serverId}/swap \
  --header 'Accept: <accept>' \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "value": 0,
      "description": "none"
    },
    {
      "value": 256,
      "description": "256MB"
    },
    {
      "value": 512,
      "description": "512MB"
    },
    {
      "value": 768,
      "description": "768MB"
    },
    {
      "value": 1,
      "description": "1GB"
    },
    {
      "value": 1.5,
      "description": "1.5GB"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
enum<string>
required
Available options:
application/json

Path Parameters

serverId
string
required

Response

data
object[]
Last modified on June 20, 2026