Authorization in API
To work with API you should have an account at https://proxy-solutions.net. An account is automaticaly created after any purchase made on site.
You need to get your API key to athorize your user in API. You can get it in API for developers section. .

The key must be passed in query API key parameter in every request.
// Example
curl https://proxy-solutions.net/api/user/orders?api-key={some-api-key}
Last updated