Parameters | Description | Required | Type |
---|---|---|---|
bindId | Binding Id | Yes | String |
appId | App ID | Yes | String |
Request URL:
https://api.itniotech.com/number/pns/bind
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"bindId": "1002",
"appId":"4luaKsL2"
}
Parameters | Description | Type |
---|---|---|
status | Status code, 0 is successful, other failures refer to the interface response code | String |
reason | Failure cause description | String |
data | This method returns null | String |
{
"status": "0",
"reason": "success",
"data": null
}
status | Description |
---|---|
0 | Successful |
-1 | Abnormal account authentication |
-2 | Ip restrictions |
-16 | Timestamp expired |
-18 | System anomalies |
-22 | Parameter exception |
-24 | Binding does not exist |
-29 | WorkSpace disabled |
-30 | API Key disabled |
-31 | Ip is not in the whitelist |