Claude Platform Docs

提额请求

列出支出限额提额请求
GET/v1/organizations/spend_limit_increase_requests

列出支出限额提额请求,最新的在前。

获取支出限额提额请求
GET/v1/organizations/spend_limit_increase_requests/{spend_limit_increase_request_id}

检索支出限额提额请求。

批准支出限额提额请求
POST/v1/organizations/spend_limit_increase_requests/{spend_limit_increase_request_id}/approve

批准待处理的支出限额提额请求。

拒绝支出限额提额请求
POST/v1/organizations/spend_limit_increase_requests/{spend_limit_increase_request_id}/deny

拒绝待处理的支出限额提额请求。

Models
BetaSpendLimitIncreaseRequest object{ type: "spend_limit_increase_request", id, actor, 6 more }
IncreaseRequestApproveResponse object{ type: "spend_limit_increase_request", id, actor, 7 more }