Getting Started
Last updated
Last updated
To start using the ProxySale API, you first need to register for an account on our . Registration is the first step to accessing the features of ProxySale API.
After you have registered, you will need to navigate to the in your dashboard to generate an API key. This API key is required for all API requests to authenticate your identity. Keep your API key secure and do not share it publicly.
Before you make your first request, ensure you're equipped with the necessary tools for making HTTP requests. Although our examples focus on using cURL, a widely supported tool for interacting with APIs directly from the command line or scripts, you can use any tool or library that suits your development needs.
To get you started, here's a simple example using cURL to check your account balance:
A successful request returns a JSON object with your balance information:
For more detailed information and examples on using the ProxySale API, refer to the section of this documentation. You'll find comprehensive guides on all available endpoints, including request formats, response structures, and usage scenarios