Account status is reflecting on this whether it is active or alive we can say in which particular mode the account is.
AppKey-AppSecret: Login authentication key (unique for every user)
curl --location --request GET 'https://www.oursms.in/api/account-status' \
--header 'Content-Type: application/json' \
--header 'Authorization: BearerAppKey-
AppSecret'
Response
{ "status": true, "data": true, "message": "Your account is activated.", "errors": [] }