Hello world, how can I test Envato API?

Hi @WordpressAI!

I’ve made a public sandbox that you can use to test any purchase code verification systems. It perfectly emulates the real API, and if you make any mistakes in your requests, it will send back an error describing what you did wrong and how to resolve it.

You can find the details here:

I recommend skimming through that entire post as there are some edge cases you’ll likely want to account for with the API. The most important things are that you “trim” purchase code inputs of surrounding whitespace and validate them with regex before sending the request.

Cheers!