sources_plex_redeem_token_authenticated_create
POST/api/v3//sources/plex/redeem_token_authenticated/
Redeem a plex token for an authenticated user, creating a connection
Request
Query Parameters
slug string
- application/json
Body
required
plex_token stringrequired
Possible values: non-empty
Responses
- 204
- 400
- 403
No response body
Token not found
Access denied
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST '/api/v3/sources/plex/redeem_token_authenticated/' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"plex_token": "string"
}'