get getRentList

http://api-conserver.onlinesim.io/stubs/handler_api.php?action=getRentList
rent
This request returns a list of rental numbers with current rent for your profile, including unactivated numbers, if the activation period has not expired. You might want to use this request to retrieve a relevant information on all the active rental numbers you've ordered.

Parameters

action
Required
Method name, in this case `getRentList`
In: query
Schema:
  • string
    Example: "getRentList"
    Enum: getRentList

Responses

200

Successful `getRentList` response from the server: either returns a list of active rental numbers by country or throws an exception.
Content Type:
application/json
  • Schema
  • Examples
  • object
    Example: {"status":"success","values":{"#country#":{"id":10000,"phone":"9089100000"}}}
    Properties:
    • status
      string
      Request execution status
      Example: "success"
    • values
      object
      Array of active rental numbers data of the profile
      Example: {"#country#":{"id":10000,"phone":"9089100000"}}