-
Notifications
You must be signed in to change notification settings - Fork 2
Login
loken edited this page Jan 6, 2016
·
10 revisions
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": {}
}