Reseller API
Build your own proxy business with the Soxway Reseller API
Reseller API
Base URL: https://api.soxway.io/reseller
Authentication
- Get an access token using your Reseller Key:
curl -X POST https://api.soxway.io/reseller/access-token \
-H "X-Reseller-Key: YOUR_RESELLER_KEY"- Use the token for all requests:
Authorization: Bearer YOUR_ACCESS_TOKEN