Direct links

This section will help you understand how to get direct links to check status, get IP and reboot modem.

Follow the steps below to obtain the modem's direct links:

  1. Get a list of your modems and select one of them. You can get a list of modems by host or without host.

  2. If we need to get links with our custom domain name you should get Id of domain. You can get a list of your domains on this instructions.

  3. Use the following method from our API Get modem direct links

Example of successful execution of a request in JSON format:

{
    "reboot": "https://mobile.proxy-seller.com/c/modem/reboot/103790e5f286b193bedd3aee67bff18afb746e",
    "status": "https://mobile.proxy-seller.com/c/modem/status/103790e5f286b193bedd3aee67bff18afb746e",
    "ip": "https://mobile.proxy-seller.com/c/modem/ip/103790e5f286b193bedd3aee67bff18afb746e"
}

Example with domainId of successful execution of a request in JSON format:

{
    "reboot": "https://mobile.space/custom/reboot/103790e5f286b193bedd3aee67bff18afb746e",
    "status": "https://mobile.space/custom/status/103790e5f286b193bedd3aee67bff18afb746e",
    "ip": "https://mobile.space/custom/ip/103790e5f286b193bedd3aee67bff18afb746e"
}

Example to use links:

https://mobile.proxy-seller.com/c/modem/ip/103790e5f286b193bedd3aee67bff18afb746e

Last updated