【Must-Read】About Signature
0. Please contact Tabcut customer service to obtain the appKey and appSecret, and do not disclose them.
1. When calling all interfaces, please add the following three headers to the request header.
x-appKey
: Please contact Tabcut customer service to obtain.x-timestamp
: The timestamp when adding the signature, up to milliseconds.x-sign
: The signature value, refer to Point 2 for details.2. x-sign Generate
2.1 Processing of Input Parameters
key=value&
.2.2 Original String Before Signature Addition
Note: If the parameters before concatenating the timestamp end with an ampersand (&), do not add another &; otherwise, add one.
Example:
pageNo=2&rankDay=1®ion=US&sort=1×tamp=1702974058698&appSecret=66cef285952841e39b1ce7c2749f0c1b
2.3 Signature Methods
Private key: namely appSecret.
2.4 The Java code is as follows.
TIP
2.5 apifox Public script
Pre-Script
Post-Script
Modified at 2025-06-23 12:48:16