miner
Exchange Chutes PKCE auth code for a refresh token (server-side)
Complete the Chutes OAuth code exchange on behalf of the SDK CLI.
Chutes' OAuth app is registered as a Confidential client (requires client_secret at /idp/token). The SDK, distributed via PyPI, can't safely hold a secret. So the SDK runs the browser PKCE leg locally (preserves auth-code interception protection) and then hands the resulting authorization code + code_verifier here. Backend holds the client_secret and completes the exchange (ORO-1463).
post/v1/miner/chutes/exchange-code
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.