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.
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
- 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.

