create_oauth_device_token
Poll the OAuth device endpoint to retrieve an access token, completing the device authorization flow for Trakt API access.
Instructions
Poll for the access_token.
POST /oauth/device/token
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 |