获取您的组织订阅详细信息
GET
/billing/subscription请求参数
Header 参数
Authorization
string
必需
示例代码
返回响应
成功(200)
请求有误(400)
没有权限(401)
禁止访问(403)
记录不存在(404)
服务器错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
subscriptionId
string
必需
meta
object
必需
teamCount
integer
必需
termsCount
integer
必需
snippetsCount
integer
必需
ssoAccess
boolean
必需
reporting
object
必需
portal
object
必需
styleguide
object
必需
tier
string
必需
createdAt
string
必需
seats
integer
必需
productName
string
必需
status
string
必需
usage
object
必需
team
object
必需
user
object
必需
words
object
必需
coWriteWords
object
必需
示例
成功示例
{
"subscriptionId": "string",
"meta": {
"teamCount": 0,
"termsCount": 0,
"snippetsCount": 0,
"ssoAccess": true,
"reporting": {
"additionalProp": "string"
},
"portal": {
"additionalProp": "string"
},
"styleguide": {
"additionalProp": "string"
},
"tier": "enterprise-1"
},
"createdAt": "2024-02-01T06:08:07.362Z",
"seats": 0,
"productName": "free",
"status": "trialing",
"usage": {
"team": {
"value": 0,
"limit": 0
},
"user": {
"value": 0,
"limit": 0
},
"words": {
"value": 0,
"limit": 0
},
"coWriteWords": {
"value": 0,
"limit": 0
}
}
}
最后修改时间: 10 个月前