Jjsys docs
API playground

Try the jsys API

Pick an endpoint, paste your test key, and run it against your sandbox. Your key never leaves the browser — it's kept in localStorage and sent only to the configured API host.

Connection
Endpoints

Reseller API — authenticated by your key.

Account
Catalog
Orders
Wallet
Webhooks
GET/v1/me/reseller

Your reseller profile — name, slug, billing mode, status.

curl -X GET 'https://api-sandbox.jsys.com/v1/me/reseller' \
  -H 'X-API-Key: res_test_…'