Query Waba Information

POST

https://api.itniotech.com/wa/queryWaBaInfo

Query waba information under account.
 
Request Parameters
Parameters Description Required Type
params   Yes Object
appIds Application ID is empty to check all accounts, up to 100 No List
current Current page No Integer
size Number of items displayed on each page, default 25 No Integer
 
Request Sample
Request URL:
    https://api.itniotech.com/wa/template/queryWaBaInfo
Request Method:
    POST
Request Headers:
    Content-Type: application/json;charset=UTF-8
    Sign: 05d7a50893e22a5c4bb3216ae3396c7c
    Timestamp: 1630468800
    Api-Key: bDqJFiq9
Request Body:{
    "current":1,
    "size":10,
    "params":{
        "appIds":["WSy44201I"]
    }
}
 
Response Parameters
Parameters Description Type
status Status code, 0 is successful, other failures refer to the interface response code String
reason Success or failure description String
data Send result Object
records WABA array Array
appId app id Integer
wabaId WABA id String
wabaMaxNumber WABA Maximum number of bound numbers Integer
wabaName Third-party account name String
accountReviewStatus Review status (0: Not reviewed, 1: Reviewed, 2: Review rejected, 3: Restricted, 4: Violation, 5: Update disabled, 6: Verified, 7: Delete) Integer
currency Currency String
messageTemplateNamespace Message template namespace String
businessVerificationStatus Bm certification status (0: expired, 1: failed, 2: ineligible, 3: not_verified, 4: pending review, 5: pending_need_more_info, 6: pending_submission rejected, 7: revoked, 8: verified (certified) Integer
timeZoneId Time zone String
reportUrl Status report push address String
total Total Integer
size Size Integer
current Number of items displayed on each page, default 25 Integer