POSTPublicmobile-online
手机号在网时长查询
查询手机号在网时长,用于风险评估、用户画像和营销决策,辅助企业了解用户活跃度和稳定性。
Endpoint
https://openapi.toolkk.com/mobile/online
Rate limit
60 req/min
Timeout
5000 ms
查询手机号在网时长,用于风险评估、用户画像和营销决策,辅助企业了解用户活跃度和稳定性。
Endpoint
https://openapi.toolkk.com/mobile/online
Rate limit
60 req/min
Timeout
5000 ms
All endpoints are intended to be parsed with the standard code, message, and data structure.
{ code, message, data }
curl --request POST \
--url 'https://openapi.toolkk.com/mobile/online' \
--header 'Content-Type: application/json' \
--header 'X-API-Key: YOUR_API_KEY' \
--data '{}'{}{
"code": 200,
"data": {
"time": {
"type": "string",
"example": "12-24",
"description": "详见time字段说明"
}
},
"message": "success"
}The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| code | number | 200 |
| data | object | {...} |
| data.time | object | {...} |
| data.time.type | string | string |
| data.time.example | string | 12-24 |
| data.time.description | string | 详见time字段说明 |
| message | string | success |