Proxy-seller

API - Changelog

Changes from 24.04.2025

We have added a base order number, which will help you track the relationship between the initial order and its subsequent renewals.

Added listBaseOrderNumbers to the response of the following endpoints:

  • order/make

  • prolong/make

Added baseOrderNumber to the endpoint response and implemented filtering by this order number:

  • proxy/list

Changes from 17.02.2025

Changed variable type from digits to string

// Changed variable type from digits to string"traffic_usage": 10, 	// -> "10""traffic_limit": 10, 	// -> "10""traffic_left": 10, 	// -> "10""traffic_usage_sub": 10, 	// -> "10""traffic_limit_sub": 10, 	// -> "10""traffic_left_sub": 10, 	// -> "10"

Affected endpoints

  • resident/package

  • residentsubuser/packages

  • residentsubuser/create

  • residentsubuser/update

On this page