title: Glossary

description: Key terms and concepts used throughout the Wontopos platform.

Glossary

TermDefinition
API KeyA secret credential (sk_live_... or sk_test_...) used to authenticate requests to the Wontopos API.
GatewayThe Wontopos proxy layer that routes API calls from consumers to upstream API providers.
MarketplaceThe Wontopos catalog where developers discover, compare, and subscribe to APIs.
SubscriptionAn active agreement to access a specific API from the marketplace under a pricing plan.
PlanA pricing tier within a subscription (e.g. Free, Pro, Enterprise) that determines rate limits and features.
ScopeA permission that restricts what an API key or OAuth token can access (e.g. marketplace:read).
WebhookAn HTTP callback that delivers real-time event notifications to your server when something happens.
Rate LimitA cap on the number of API requests allowed within a time window (per minute or per day).
Burst LimitThe maximum number of concurrent requests allowed within a 1-second window.
Idempotency KeyA unique identifier included in POST requests to safely retry without duplicating operations.
SandboxThe test environment (sk_test_... keys) that mirrors production but does not process real billing.
CursorAn opaque token used for stable cursor-based pagination through large result sets.
OpenAPIA specification format (formerly Swagger) for describing REST API interfaces, required for marketplace listings.
UpstreamThe origin API server that a seller registers with the Wontopos gateway.
OverageRequests that exceed the daily plan limit, billed at a per-request rate on Pro plans.
Revenue ShareThe split between Wontopos (20%) and API sellers (80%) on marketplace revenue.
SLAService Level Agreement defining uptime guarantees (99.9% for Pro, 99.99% for Enterprise).

Missing a term?

If you encounter a term not listed here, please reach out via the community Discord or support email.