Skip to main content
The Zinc API interfaces with the retailers via proxies. This enables each retailer interaction session to use unique and consistent IP addressing. Due to many factors, sometimes the bulk proxies available to us become blocked by retailers. The best path to keeping your own account from being blocked is to provide your own proxy service, by either hosting your own proxy or purchasing a proxy from a provider. We call this “bring-your-own-proxy” (BYOP).

Where do I get a proxy?

We cannot recommend any specific proxy provider. Many commercial providers are unsuitable because their IPs are low quality and shared among many users. It is best to use a real residential IP address dedicated to your ordering flow. One option is to deploy the Zinc proxy container, on GitHub at zinc/zn-proxy.

Create BYOP Configuration

To configure a BYOP, you must provide the retailer, email account, and full proxy connection URL. The proxy_url components are as follows:

Request Current BYOP Configuration

You can query the Zinc API for the current BYOP configuration of a specific retailer account. If the account is configured for BYOP, the full proxy information will be returned in the JSON response. If the account is configured for one of our internal proxies, the response will be successful (200) with an empty JSON body.

Delete BYOP Configuration

Use the DELETE method instead of PUT.