Action links
Get links
GET
https://mobile.proxy-seller.com/api/v1/modems/{modemId}/links
This point returns direct links to reboot, get the IP and get the modem status.
Example
Example with domainId
Path parameters
modemId*
String
id of modem
Headers
Content-Type
application/json
Authorization*
<YOUR_API_TOKEN>
Query parameters
domainId
String
your costom domain Id
Response
Example to use links:
Client domain
GET
https://mobile.proxy-seller.com/api/v1/domains
This point will return a list of all the domain names you have.
Example
Headers
Content-Type
application/json
Authorization*
<YOUR_API_TOKEN>
Response
Get domain
GET
https://mobile.proxy-seller.com/api/v1/domains/{domainId}
This point will return a list of all the domain names you have.
Example
Path parameters
domainId*
String
id of domain
Headers
Content-Type
application/json
Authorization*
<YOUR_API_TOKEN>
Response
Create domain
POST
https://mobile.proxy-seller.com/api/v1/domains
This request creates your custom domain name.
Example
Headers
Content-Type
application/json
Authorization*
<YOUR_API_TOKEN>
Request Body
domain*
String
Domain name (example.com)
useTls*
Boolean
use TLS or not
linkEnabled*
Boolean
Use custom prefix or not
prefix*
String
prefix for link after domain (example "/some/prefix/") , not empty
Example request body
Response
Approve domain
PATCH
https://mobile.proxy-seller.com/api/v1/domains/{domainId}/approve
This request performs a verification and validates your domain.
The domain IP must match the proxy server IP
Example
Path parameters
domainId*
String
id of domain
Headers
Content-Type
application/json
Authorization*
<YOUR_API_TOKEN>
Response
Edit domain
PUT
https://mobile.proxy-seller.com/api/v1/domains/{domainId}
This request update your custom domain.
Example
Path parameters
domainId*
String
id of domain
Headers
Content-Type
application/json
Authorization*
<YOUR_API_TOKEN>
Request Body
useTls*
Boolean
use TLS or not
linkEnabled*
Boolean
Use custom prefix or not
prefix*
String
prefix for link after domain (example "/some/prefix/") , not empty
Example request body:
Response
Delete domain
DELETE
https://mobile.proxy-seller.com/api/v1/domains/{domainId}
This request remove domain.
Be careful it can cause irreversible effects.
Example
Path parameters
domainId*
String
id of domain
Headers
Content-Type
application/json
Authorization*
<YOUR_API_TOKEN>
Response
successful answer has no body, the success state is determined by the status 200
Last updated