Linksfield Developer
OverviewCube APIsTopup APIsOld version
OverviewCube APIsTopup APIsOld version
  1. CSSS APIs
  • CSSS APIs
    • Overview
    • Internationalization
    • Status code
    • Sign code Example
    • SIM
      • Get all SIM cards info
      • Get real-time info about one SIM card
      • Get the SIM Cards in use
    • Usage
      • Example Query the traffic usage of a single SIM card
      • Batch querying SIM card usage
      • Example Query the daily usage
      • Batch querying the usage in a specified month
    • Plan
      • Get data plan
      • Order data plan
      • Bulk order package
      • Renew your data plan
      • Query the package order information
      • To enable the order
      • Cancel an unenabled package order
      • End package orders early
      • [不推荐]停机/暂停流量套餐订单
      • [不推荐]复机/重新启动流量套餐订单
      • 【不推荐】分页批量(查询)同步设备可订购套餐
    • SMS
      • Send SMS
    • Customized
      • Order OTA Plan
      • Query the remaing data by MNO side
  • Notification
    • Notification Overview
    • Notification status code
    • 流量使用量API预警
      POST
    • 短信下行回调
      POST
    • 短信上行回调
      POST
    • 短信上行回调(区分文本二进制)
      POST
    • Plan Order Status Change notification (IMSI)
      POST
  • eSIM QR Mall APIs
    • Introduction
    • Pre - order
      POST
    • v1.1/payment/webhook
      POST
    • User login
      POST
    • My eSIM Detail
      POST
    • Pre - order v1.2
      POST
  1. CSSS APIs

Overview

CSSS API Overview#

LinksField Element traffic management platform CSSS API follows the HTTP specification.
This document has the highest accuracy as the replacement version of other offline/online documents such as document 'Enterprise Gateway Generic Interface -3.0 JSON version (Feishu cloud document)', 'Linke Internet of Things Business Docking Interface Protocol (JSON format universal version) _ Device type integrated version v1.3.pdf'. If there is any conflict between the contents of this document and other documents, the contents of this document prevail.

Production#

baseUrl = "https://apiv3.linksfield.net"

Global Header#

ParameterExampleDescription
Accept-Languagezh-CHSupports zh-CN
Content-Typeapplication/json

Global parameter#

For the POST/PUT/DELETE method, the global parameter is in the body.
GET, the global parameters are in Query
ParameterExampleDescription
version2.0Version, default value 2.0
access_codeP012345The Partner code provided by Linksfield to the customer
timestamp1640917845984timestamp
signsign

Sign#

1.
All non-empty parameters (including path, query, and body) are signed with the JSON String of key value in lexicographic order.
signContent = "{"version":"2.0","access_code":"P012345","timestamp":"1498723232"}"
2.
Encrypt signContent data using the HMAC-SHA1 algorithm.
sign = HMAC-SHA1(signContent,secret); 
3.
The encrypted content is Base64 encoded.
sign = Base64Encode(sign)
Please apply for the enterprise key (access_code, secret) to Linksfield Sales /FAE
View demo
Modified at 2022-10-05 04:16:49
Next
Internationalization
Built with