Created
August 27, 2019 16:34
-
-
Save alghanmi/346ecef6261d772b52b04efd5ff5cb77 to your computer and use it in GitHub Desktop.
Obtain Permanent Plex Token
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST \ | |
-H 'X-Plex-Version: 0.3.0' \ | |
-H 'X-Plex-Product: YOUR PRODUCT NAME' \ | |
-H 'X-Plex-Client-Identifier: YOUR-PRODUCT-ID' \ | |
-H 'Content-Type: application/x-www-form-urlencoded; charset=utf-8' \ | |
--data-urlencode 'user[password]=PLEX_PASSWORD' \ | |
--data-urlencode 'user[login]=PLEX_USERNAME' \ | |
https://plex.tv/users/sign_in.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docs: