Get Server Resources
Get Plex server access tokens and server connections
Documentation Index
Fetch the complete documentation index at: https://plexapi.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The token which identifies the user accessing the PMS. This can be either:
- A traditional access token obtained from plex.tv
- A JWT token obtained through the JWT authentication flow
JWT tokens provide better security with:
- Short-lived tokens (7 days expiration)
- Public-key cryptography (ED25519)
- Better clock synchronization
- Individual device revocation capability
Headers
Indicates the client accepts the indicated media types
application/json, application/xml An opaque identifier unique to the client
"abc123"
Query Parameters
Include Https entries in the results
0, 1 1
Include Relay addresses in the results E.g: https://10-0-0-25.bbf8e10c7fa20447cacee74cd9914cde.plex.direct:32400
0, 1 1
Include IPv6 entries in the results
0, 1 1
Response
List of Plex Devices. This includes Plex hosted servers and clients
The time the device was created/registered
"2019-06-24T11:38:02Z"
The last time the device was seen
"2019-06-24T11:38:02Z"
ownerId is null when the device is owned by the token used to send the request