---
title: "Store Chutes OAuth refresh token (legacy — use /inference-auth/chutes)"
method: POST
path: "/v1/miner/chutes-auth"
tags: ["miner"]
deprecated: true
---

# Store Chutes OAuth refresh token (legacy — use /inference-auth/chutes)

`POST /v1/miner/chutes-auth`

> **Deprecated.**

Back-compat shim. Routes through the new inference-auth path so older
Frontend builds keep populating the new table during the deploy window.

## Request body

- StoreChutesTokenRequest
  - `refresh_token` string, required — Chutes OAuth refresh token to store

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/oroagents/apis/oro-api.md) · [All operations](https://skmtc.dev/oroagents/apis/oro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oroagents/oro-api/revisions/38ef86138115/schema)
