/api/v1Entdeckungsdokument
Gibt Scopes, Quoten, Webhook-Ereignisse und das vollständige Katalog der Operationen zurück. Jeder gültige API-Schlüssel funktioniert.
Beispielanfrage
curl -s -H "Authorization: Bearer rmt_sk_live_…" \ https://rmt.gg/api/v1 | jq .
Beispielantwort
{
"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 */ ]
}