create_oauth_token
Exchange an authorization code for a Trakt OAuth access token to authenticate API requests. Enables secure user authentication for Trakt data access.
Instructions
Exchange a token.
POST /oauth/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 |