Exploring content
- Search bar: Search bar is now moved to the top of the page.
- Copy page: Ask questions about the page content with ChatGPT, Claude, or Perplexity. You can also view and copy pages in the Markdown format for LLMs.
- RSS: Subscribe to RSS in the Changelog and follow latest Voucherify updates.
- Webhook documentation: Improved documentation of webhooks and Voucherify events. The content is shown in a clearer way.
URLs of pages in Guides and API reference have changed. Weβve set redirects for you, so your bookmarks could still work, but some pages may return 404. Use search bar to quickly find what you need!
New interactive API playground
The API playground (Try it feature) works similarly as before. It allows you to test API endpoints directly from the documentation:- Live testing: Execute API calls without leaving the docs.
- Pre-filled authentication: When logged in, your API keys from the Sandbox project are automatically populated in the playground.
- Real responses: See actual API responses in real-time.
The API playground uses Sandbox project data. Your requests wonβt affect your production environment and data stored there.
How to use the playground
Currently, the API playground doesnβt prefill your API keys when you log in. Weβre working on a fix.Please manually copy your Sandbox API keys from the Project settings in Voucherify dashboard to the playground fields after logging in.
- Go to any endpoint in the API Reference section.
- Click the Log in button in the top right corner to authenticate.
- Once logged in, your API credentials will be automatically filled in the playground.
- Click Try it to open a pop-up window to adjust request parameters as needed. You can also use predefined examples.
- Click βSendβ to execute the request and view the response.