Querying the AXB Relationship List
POST
https://api.laaffic.com/v3/number/pns/queryBindPage
Query the list of AXB relationships.
Request Sample
Request URL:
https://api.laaffic.com/v3/number/pns/queryBindPage
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":{
"appId":"4luaKsL2"
}
}
Response Sample
{
"status": "0",
"reason": "success",
"data": {
"total": 5,
"size": 20,
"current": 1,
"pages": 1,
"records": [
{
"bindId":1234,
"phoneA": "915027021995",
"phoneB": "9150270219956",
"pnsNumberA": "91502211",
"pnsNumberB": "915022112",
"expireTime": "2023-10-22 09:00:00"
}
]
}
}
Response Status Code
status |
Description |
0 |
Successful |
-1 |
Abnormal account authentication |
-2 |
Ip restrictions |
-16 |
Timestamp expired |
-18 |
System anomalies |
-22 |
Parameter exception |
-29 |
WorkSpace disabled |
-30 |
API Key disabled |
-31 |
Ip is not in the whitelist |