Account Endpoints

/account/versions

An endpoint providing an accounts history of app version changes.


GET /account/versions
{
  "success": true,
  "message": "",
  "payload": [
    {
      "activated": 1737738692,
      "id": "ver_1234567890",
      "title": "Basic",
      "description": "Basic features."
    },
    {
      "activated": 1735146692,
      "id": "ver_1234567891",
      "title": "Advanced",
      "description": "Advanced features."
    },
    {
      "activated": 1732554692,
      "id": "ver_1234567890",
      "title": "Basic",
      "description": "Basic features."
    }
  ]
}

In the above example, the account has changed versions twice. The current version is "Basic" (ver_1234567890), which was activated on 1737738692.

Previous
/account/users
Next
/user