Soxway Docs

Reseller API

Build your own proxy business with the Soxway Reseller API

Reseller API

Base URL: https://api.soxway.io/reseller

Authentication

  1. 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"
  1. Use the token for all requests:
Authorization: Bearer YOUR_ACCESS_TOKEN

On this page