⚙️
Power301 API 文档
  • 欢迎使用Power301开发者文档!
  • 快速开始
  • API 参考
    • 重定向
    • 域名
    • 短链接
    • 账户
    • 工作区
      • 订阅
  • Specification
由 GitBook 提供支持
在本页

这有帮助吗?

  1. API 参考
  2. 工作区

订阅

上一页工作区

这有帮助吗?

list of subscriptions

get

Get all subscriptions

授权
响应
200
success
application/json
get
GET /v1/workspace/subscription HTTP/1.1
Host: api.power301.com
Authorization: YOUR_API_KEY
Accept: */*
200

success

{
  "data": [
    {
      "id": "72288a61-034e-4596-80c9-88751cf0a937",
      "plan": "redirect-plus",
      "name": "Pro",
      "product": "redirect",
      "status": "active",
      "subscription_status": "active",
      "https": true,
      "destination": "https://www.google.com",
      "limits": "[]",
      "created_at": "2023-11-15T15:09:14.000000Z",
      "expiry_time": "2023-11-15T15:09:14.000000Z"
    }
  ]
}