API Documentation | DeviceSavior Pro



To integrate with our API, follow these simple steps:

1. Create API Folder

Create a folder named api in your web directory.

This folder will hold all necessary API files.

2. Add Provided Files

Inside the api folder, add the following files:

  • api_endpoint.php
  • api_keys.json
  • api_request.html

These files are essential for connecting to our API.

3. Edit API Keys

Open api_keys.json and replace the placeholders with your reseller username and API key.

{
    "username": "your_reseller_username",
    "key": "your_API_key"
}

These keys are crucial for authenticating your API requests.

4. Make API Requests

You can now make API requests using the following URL: https://your-reseller-domain.com/api/api_request.html

Use this URL to instantly send requests to our API endpoint.

Note: Ensure that your reseller account has sufficient credits to make requests.

Additional Information

We understand the importance of seamless integration with our API. If you encounter any issues or have questions, feel free to reach out to our support team at support@devicesavior.com.

Additionally, please ensure that you comply with our Terms and Conditions when using our API services. It's crucial to adhere to these guidelines to maintain a positive and secure API integration experience.