create_access_token
Exchange an authorization code for an access token to authenticate API requests with Qiita, enabling secure interaction with articles, comments, tags, and team management functions.
Instructions
Create a new access token by exchanging an authorization code
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | OAuth application client ID | |
| client_secret | Yes | OAuth application client secret | |
| code | Yes | Authorization code received from OAuth flow |