0. Introduction
1. Introduction to Terminology
Term | Description |
---|---|
appId | Open platform appId |
appSecret | Open platform appSecret |
timestamp | Timestamp required when calling the API |
appSign | The security signature needed for API calls, generated based on appId , appSecret , and timestamp . The specific generation rule can be found at: https://fscut-open-en.apifox.cn/doc-2946218 |
zoneId | For users who are not in China or whose local time zone differs from Beijing Time(UTC+8:00), we received your message and now offer a method for querying machine data based on your local time zone! You can specify the time zone for query parameters and return values by including the request header zoneId when calling certain APIs. Check the Api doc |
appId
, appSecret
, and appSign
are fundamental for OpenApi calls, serving as pre-call identification.2. Application Steps
2.1 Login with email
Friendess
, please follow the registertutorial.
2.2 Enter Personal Center
2.3 'My Machine' Verification
My Machine
for verification. The specific verification process can be referred to at: https://fscut-open-en.apifox.cn/doc-29462192.4 Obtain appId & appSecret
appSecret
is sensitive information that users should handle with care.3. My First API Call
app-id
, time-stamp
, and app-sign
.ā app-id
: It is the appId you acquired earlier.
ā”time-stamp
: Timestamp valid for ten minutes before and after the API call moment.
ā¢app-sign
: A signature computed usingapp-id
,app-secret
, andtime-stamp
.
{
"app-id": "op18725d72811234d2",
"time-stamp": 1680592492719,
"app-sign": "c227fc9d75471a36e3dee7bd4cc8630e"
}
3.1 Generation Methods
3.1.1 Quick Solution
Friendess
has created header generation demos for popular languages.3.1.2 Manual Generation
4 Start Making Calls!
4.1 Points to Note
ā” There are daily maximum calls and frequency restrictions for API calls. For more details, refer to: https://fscut-open-en.apifox.cn/doc-2946220
Modified atĀ 2024-10-12 02:28:33