create_oauth_device_code
Generate new OAuth device codes to initiate the device authorization flow, allowing users to securely log in and grant Trakt API access.
Instructions
Generate new device codes.
POST /oauth/device/code
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |