This page will guide you on how to generate sticky and rotating proxies, Supported countries, other optional features, White labeling and FAQs regarding Smart APIs.
Use this method to brand your proxies with your own domain/company name
To brand the proxies under your domain follow these steps:
Open the DNS configuration for your domain.
Create a C Name Record pointing to the domain.
Whatever you enter in the name/host will decide the domain which points to our API IP.
An example on Godaddy is linked below:
API
Authentication
Domain
Port
Smartproxy
HTTP/HTTPS
smrt.x.proxiess.com
7000
Smartproxy EU
HTTP/HTTPS
smrteu.x.proxiess.com
7002
Smartproxy Asia
HTTP/HTTPS
smrtasia.x.proxiess.com
7003
Smartproxy
SOCKS5
sockssmrt.x.proxiess.com
7004
Smartproxy EU
SOCKS5
sockssmrteu.x.proxiess.com
7005
Smartproxy Asia
SOCKS5
sockssmrtasia.x.proxiess.com
7006
FAQ
What is Authorization?
This is a header value you provide with every request. We are using the Bearer token so send in the header like this: "Authorization: Bearer <your API token>"
Im getting this error: {"message":"username cannot be null or undefined.","timestamp":1634146275996} how do I fix it?
Make sure you have this "Content-Type": "application/json" header present in your requests.
Headers
Please check on how to send requests with headers in whichever languages you are using.
POST Request:
{
"Authorization": "Bearer <your api token>",
"Content-Type": "application/json"
}