Skip to main content
GET
/
account
Settings
curl --request GET \
  --url https://servers.flashrdp.com/api/account \
  --header 'Accept: <accept>' \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "name": "Jon Doe",
    "email": "jon@doe.com",
    "timezone": "Europe/London"
  }
}

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

Response

data
object
Last modified on June 20, 2026