create_security_token
Generate a transient delegation token for temporary Plex access. Use it to authenticate requests with full scope while keeping your main credentials private.
Instructions
Get Transient Tokens.
POST /security/token
Args:
type: The value delegation is the only supported type parameter.
scope: The value all is the only supported scope parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| scope | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |