https://api.itniotech.com/wa/app/create
Parameters | Description | Required | Type |
---|---|---|---|
wabaId | wabaId | Yes | String |
appName | Application name, length 4 to 32 characters | Yes | String |
phoneNumberId | Phone number id | Yes | String |
reportUrl | Status report push address | No | String |
requestInfo | Custom request information, format: numbers and letters -, _ Maximum length: 20 characters | No | String |
Request URL:
https://api.itniotech.com/wa/app/create
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"wabaId":"146736789067",
"appName":"appName",
"reportUrl":"http://abc.com",
"phoneNumberId":"phoneNumberId",
"requestInfo":"123"
}
Parameters | Description | Type |
---|---|---|
status | Status code, 0 is successful, other failures refer to the interface response code | String |
reason | Reason explanation | String |
data | null | String |
{
"status": "0",
"reason": "success",
"data": {
"wabald":"190617027467128",
"appId":"7FTdjm",
"workSpaceId":"zrLTfjsLpo",
"requestInfo":"123333-ss_y"
}
}