To integrate with our API, follow these simple steps:
Create a folder named api in your web directory.
This folder will hold all necessary API files.
Inside the api folder, add the following files:
api_endpoint.phpapi_keys.jsonapi_request.htmlThese files are essential for connecting to our API.
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.
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.
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.