/api/v1발견 문서
범위, 할당량, 웹훅 이벤트 및 전체 작업 카탈로그를 반환합니다. 유효한 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 */ ]
}