Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
PHP
declare(strict_types=1); require 'vendor/autoload.php'; use LukeHagar\Plex_API; $sdk = Plex_API\PlexAPI::builder()->build(); $response = $sdk->server->getServerIdentity( ); if ($response->object !== null) { // handle response }
{ "MediaContainer": { "claimed": true, "machineIdentifier": "<string>", "size": 123, "version": "<string>" } }
Get details about this PMS’s identity
OK
Show child attributes
Was this page helpful?