/api/v1发现文档
返回作用域、配额、Webhook 事件和完整的操作目录。任何有效的 API 密钥均可使用。
示例请求
curl -s -H "Authorization: Bearer rmt_sk_live_…" \ https://rmt.gg/api/v1 | jq .
示例响应
{
"name": "RMT Seller Open API",
"version": "1",
"basePath": "/api/v1",
"scopes": ["offers:read", "offers:write", "orders:read", "orders:write", "webhooks:manage"],
"webhookEvents": ["order.paid", "order.delivered", "…"],
"operations": [ /* full catalog */ ]
}