Get current user's client platform metadata.

Authentication: JWT token required Purpose: Shows which client platforms the user has accessed the API from

Response Schema:

{
  "data": [
    {
      "id": "uuid",
      "client_type": "qgis_plugin",
      "client_version": "2.2.4",
      "os": "Windows",
      "qgis_version": "3.34.0",
      "last_seen_at": "2026-03-18T12:00:00Z",
      "created_at": "2026-01-15T10:30:00Z"
    }
  ]
}

Client Types:

  • qgis_plugin: Trends.Earth QGIS plugin
  • api_ui: Web admin interface
  • cli: Command-line interface

Error Responses:

  • 401 Unauthorized: JWT token required
  • 500 Internal Server Error: Failed to retrieve clients
get/api/v1/user/me/clients

Response

Success

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.