/api/v1Keşif belgesi
Kapsamları, kotaları, webhook olaylarını ve tam işlemler kataloğunu döner. Herhangi bir geçerli API anahtarı çalışır.
Örnek istek
curl -s -H "Authorization: Bearer rmt_sk_live_…" \ https://rmt.gg/api/v1 | jq .
Örnek yanıt
{
"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 */ ]
}