Oauth V2

The key to secure access to all APIs.

Oauth is the authentication service for API usage and provides secure management of requests and integrations

The OAuth service allows you to create, update, inspect and delete access tokens, manage scopes, and monitor usage and consumption from a single API.

Before calling protected APIs, create a token with at least one scope. A token can include multiple scopes, custom limits and a TTL. You can also refresh token validity through the dedicated update flow.

Token management endpoints include full lifecycle operations: list tokens, create token, token detail, token update and token deletion.

The OAuth service provides wallet endpoints to check your current credit and review wallet transactions, plus statistics endpoints to monitor total requests, paid requests, subscription requests, error counters and API/domain breakdowns.

Additional monitoring endpoints are available for callbacks, subscriptions and error logs, so you can audit delivery flows and troubleshoot integration issues quickly.

Main endpoint groups: /tokens, /scopes, /wallet, /stats, /callbacks, /subscriptions, /errors.