Skip to content
loken edited this page Jan 6, 2016 · 10 revisions

POST: /login

Summary

Authenticate with valid Plex credentials to get a valid JWT to use with all other endpoints. Valid credentials are those of the admin user of the Plex Media Server, or friends they have shared Libraries with.

Parameters

HTTP Header Authorization in the standard format:

Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==

Returned JSON

{
    "statusCode": 200
    "data": {
        "token": "ggfehghxjjdh81dogwrzkvh7bdtef6h919e0g4dq"
    },
    "meta": {}
}

Clone this wiki locally