Reseller API
Quickstart
This guide will help you get started with the Proxy Resellers API in just a few minutes.
Prerequisites
- Your API key for the Proxy Resellers API
- cURL or any HTTP client (like Postman)
Step 1: Verify Your API Key
First, let’s check if your API key is working:
If successful, you should receive a list of existing accounts or an empty array.
Step 2: Create a New Account
Let’s create a new reseller account:
If successful, you’ll receive a response with the new account’s ID.
Step 3: Retrieve Account Details
Now, let’s fetch the details of the account we just created:
Replace with the ID received in Step 2.
Next Steps
You’ve now successfully created and retrieved an account using the Proxy Resellers API! To learn more about available operations, check out our API Reference section.