/api/v1Dokumen penemuan
Mengembalikan lingkup, kuota, peristiwa webhook, dan katalog operasi lengkap. Setiap kunci API yang valid berfungsi.
Contoh permintaan
curl -s -H "Authorization: Bearer rmt_sk_live_…" \ https://rmt.gg/api/v1 | jq .
Contoh respons
{
"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 */ ]
}