Server
Server discovery, identity, and top-level status.Get server identity
Response
See the API Reference for the full endpoint schema.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Server discovery, identity, and top-level status for Plex Media Server
GET /identity
{
"MediaContainer": {
"size": 0,
"claimed": true,
"machineIdentifier": "abc123def456",
"version": "1.40.2.8395"
}
}
| Field | Type | Description |
|---|---|---|
machineIdentifier | string | Unique identifier for this Plex server. |
claimed | boolean | Whether the server is claimed to a Plex account. |
version | string | Plex Media Server version. |
Was this page helpful?