1. Integrated Card Interfaces
NBSIM Open API Docs
  • User Guide
  • Interface Description
    • API Integration Support
  • Integrated Card Interfaces
    • Mapping of Integrated Card IDs
      POST
    • Retrieval of Cumulative Usage for Integrated Cards
      POST
    • Switching of Integrated Card Network Operator
      POST
    • Query Integrated Card Online Status
      POST
  1. Integrated Card Interfaces

Query Integrated Card Online Status

POST
https://api.nbsim.com/plat/cmp/openApi/integratedCard/queryOnlineStatus
Functional description: Query the online status and the online operator of the integrated card in the current core network.

Request

Body Params application/jsonRequired

Example
{
    "appId": "1767844700000001",
    "_flowNo": "46c46a232cc94cc2a8044d43f776f880",
    "_bizTime": 1765519079000,
    "csid": "998699240300003350"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.nbsim.com/plat/cmp/openApi/integratedCard/queryOnlineStatus' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appId": "1767844700000001",
    "_flowNo": "46c46a232cc94cc2a8044d43f776f880",
    "_bizTime": 1765519079000,
    "csid": "998699240300003350"
}'

Responses

🟢200成功
application/json
Body

Example
{
    "code": 0,
    "data": {
        "onlineOperator": "mobile",
        "onlineStatus": "online"
    },
    "msg": "Success",
    "success": true
}
Modified at 2026-04-01 07:38:47
Previous
Switching of Integrated Card Network Operator
Built with