Profile & Balance

Profile and Balance API
This API fetches the profile and billing from the panel.

https://cloud.digidonar.in/api_v2/profile_billing_v2

FORM PARAMETERS

account_id
optional
String
The unique ID of account
admin_email
optional
String
email Id of Administrator
admin_Fname
optional
String
First name of admin
admin_Lname
optional
String
last name of admin
admin_number
optional
String
Mobile Number of account admin
company_name
optional
String
name of the company
sms_coins
optional
String
Count of Purchased SMS coins
obd_coins
optional
String
Count of Purchased OBD coins
voip_coins
optional
String
Count of Purchased VOIP coins
clicktocall_coins
optional
String
Count of Purchased Click to call coins
call_coins
optional
String
Count of Purchased call coins
service_order
optional
String
Validity period of service
create_at
optional
String
Account creation date
updated_on
optional
String
Account updated date
expired_on
optional
String
Account expiry date
company_address
optional
String
Address of company
avail_sms_coins
optional
String
Available SMS coins at present
avail_obd_coins
optional
String
Available outbound calls oat present
avail_voip_coins
optional
String
Available VOIP coins at present
avail_clicktocall_coins
optional
String
Available Click2call coins at present
avail_call_coins
optional
String
Available call coins at present
desk_phone
optional
String
All IVR Number list allocated into one particular account.
did_no
optional
String
All Backend DID Numbers list allocated into one particular account.

Updated 24 Apr 2023 Did this page help you?

Platform Activity Trail History

javascript--v1JS |
   {
   {
   "login_account" : {
   "account_id" : "1408847" ,
   "admin_email" : "nxxxu@Digidonar.io" ,
   "admin_Fname" : null,
   "admin_Lname" : null,
   "admin_number" : "7289xxxx83" ,
   "company_name" : "Lavi" ,
   "call_coins" : "10500" ,
   "sms_coins" : "5500" ,
   "obd_coins" : "10500" ,
   "voip_coins" : "1000" ,
   "clicktocall_coins" : "500" ,
   "company_address" : "Mumbai, India" ,
   "service_order" : "Yearly" ,
   "create_at" : "2020-08-19 13:24:24" ,
   "updated_on" : "2022-01-08 15:49:52" ,
   "expired_on" : "2023-12-30 00:00:00" ,
   "avail_call_coins" : "10212" ,
   "avail_sms_coins" : "4950" ,
   "avail_obd_coins" : "6443" ,
   "avail_voip_coins" : "1000" ,
   "avail_clicktocall_coins" : "500"
   },
   "type" : "success"
   },
   "desk_phone" : "80691xxx5, 00911206xx5, 0120685xxxx, 00911206xxx9" ,
   "did_no" : "80691xxx5, 00911206xx5, 0120685xxxx, 00911206xxx9" ,
   "type" : "success"
   }

RESPONSES
200 |

   200 ok : The request has succeeded