Skip to main content

Server

Server discovery, identity, and top-level status.

Get server identity

GET /identity
Returns the server’s identity, including its unique machine identifier. This endpoint does not require authentication and is useful for server discovery.

Response

{
  "MediaContainer": {
    "size": 0,
    "claimed": true,
    "machineIdentifier": "abc123def456",
    "version": "1.40.2.8395"
  }
}
FieldTypeDescription
machineIdentifierstringUnique identifier for this Plex server.
claimedbooleanWhether the server is claimed to a Plex account.
versionstringPlex Media Server version.
See the API Reference for the full endpoint schema.