BuyProxy logo
Log inSign up

Reseller API

Authentication

Every request to https://www.buyproxy.org/v1 must include an X-API-Key header with a key created from Reseller → API keys. Keys are shown once at creation — store them securely.

curl https://www.buyproxy.org/v1/me \
  -H "X-API-Key: bp_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

# {"email":"you@example.com","customerCount":3}

A missing or invalid key returns 401.

Rate limits

60 requests per minute per key. Exceeding it returns 429.

Was this page helpful?