get
https://api.octopush.com/v1/public/virtual-number/list
Encoding : UTF-8
Authentication
Your "api-key" and "api-login" identifiers must be added in the headers.
Definition
Allows you to retrieve the list of your virtual Numbers
Server Response Example in JSON
Success
[
{
"user_email": "*****",
"virtual_number": "+****",
"country_code": "AU",
"subscription_start_date": "2024-02-05T17:03:28+01:00",
"subscription_end_date": "2028-02-23T18:00:00+01:00",
"next_payment_date": "2025-02-05T17:03:28+01:00",
"next_payment_amount": 36.0,
"max_daily_sms": 100,
"remaining_sms_today": 55
"sip": null
}
]