-
Notifications
You must be signed in to change notification settings - Fork 9
General
d8ahazard edited this page Oct 21, 2018
·
1 revision
All endpoints in the plugin require an X-Plex-Token for authentication, and respond to GET requests only.
All endpoints return XML Data. Most of the statistics endpoints also return JSON data if the "Accept" header is specified with "application/json" included. Accept must be sent via headers.
Aside from "Accept", any other specified parameter for an endpoint can be added in one of two manners. You can add a parameter to any endpoint as a query string by using the format "X-Plex-", or it can be added directly as a header parameter without the need to append "X-Plex" to the name.