Get your account and profile details

Retrieve detailed information about your account, such as contact details, status, and last login. Also returns a unique ID needed for subsequent operations related to the account or other services.

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
401
error string
message string
code string
timestamp string
requestId string
GET https://cloud.hostup.se/api/account/details
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/account/details" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "success": true,
    "client": {
      "id": "string",
      "group_id": "string",
      "email": "string",
      "password": "string",
      "lastlogin": "string",
      "ip": "string",
      "host": "string",
      "status": "string",
      "loginattempts": "string",
      "mfamodule": "string",
      "brand_id": "string",
      "browser": [
        "string"
      ],
      "reset_token": "string",
      "reset_expiry": "string",
      "parent_id": "string",
      "firstname": "string",
      "lastname": "string",
      "companyname": "string",
      "address1": "string",
      "address2": "string",
      "city": "string",
      "state": "string",
      "postcode": "string",
      "country": "string",
      "phonenumber": "string",
      "datecreated": "string",
      "notes": "string",
      "language": "string",
      "company": "string",
      "credit": "string",
      "taxexempt": "string",
      "latefeeoveride": 0,
      "overideautosusp": "string",
      "taxrateoverride": "string",
      "taxrate": "string",
      "cardtype": "string",
      "cardnum": "string",
      "expdate": "string",
      "overideduenotices": true,
      "disableemails": "string",
      "client_id": "string",
      "currency_id": "string",
      "affiliate_id": "string",
      "group_name": "string",
      "group_color": "string",
      "billing_contact_id": "string",
      "cardcreated": "string",
      "cardupdated": "string",
      "brand": "string",
      "orgno": "string",
      "captchav2": "string",
      "eid": "string",
      "countryname": "string",
      "assigned_affiliate": true,
      "achtype": "string",
      "achaccount": "string",
      "achrouting": "string",
      "access": [
        "string"
      ],
      "email_verified": true
    }
  }
}