API Playground
There is currently no in-app API client in Konsole — what to use instead.
2 min read
Not available
This page previously described an "API Playground" — an in-app API client with pre-filled keys, request composition, and cURL/Node/Python/PHP/Go snippet export. This does not exist. There is no route, page, or backend endpoint for it anywhere in Konsole. We're not aware of any plan to build it either, so treat this page as documenting an absence rather than a roadmap item.
What to use instead
- Test a real call: use cURL or your language's HTTP client directly against
https://api.wajub.com, with apk_test.…/sk_test.…key pair. - Inspect what happened: after making the call, open API Logs to see the exact request/response Wajub recorded for it.
- Check how it was routed: if the call was a payment, cross-reference the same transaction in Routing Log.
- Re-send a webhook: to test your receiving endpoint, use the endpoint's Test action or Retry a real delivery under Webhooks — see that page for exactly what those two actions do (neither is a general-purpose payload composer).