---
title: "账号授权状态"
method: GET
path: "/api/v2/channels/accounts/{accountId}/auth-status"
tags: ["渠道管理/账号"]
---

# 账号授权状态

`GET /api/v2/channels/accounts/{accountId}/auth-status`

接口说明：查询指定账号的授权状态与有效期。

## Path parameters

- `accountId` string, required

## Response `200`

请求已被服务处理。业务是否成功以响应体 code === 0 为准。

- object
  - `data` ChannelAccountAuthStatusVo
    - `status` number, required — 账号授权状态
  - `code` integer, required — 业务状态码。0 表示成功，非 0 表示业务错误。
  - `message` string, required — 响应消息。
  - `requestId` string — 请求 ID。
  - `timestamp` integer — 错误响应时间戳，Unix 毫秒。

---

[API](https://skmtc.net/aitoearn/apis/aitoearn-api.md) · [All operations](https://skmtc.net/aitoearn/apis/aitoearn-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aitoearn/aitoearn-api/revisions/19d860d9260d/schema)
