insomnia-plugin-tiktok-shop-request-signer
v1.0.2
Published
Generate hmac sign for tiktok shop api request
Downloads
1,037
Readme
How to use:
1. Install the plugin in Insomnia.
Applications->Preferences->Plugins
NPM package name: "insomnia-plugin-tiktok-shop-request-signer"
2. Setup the environment variable.
{
"app_key": "your openKeyId",
"app_secret": "your secretKey",
"shop_id": "your shop id"
}
3. Enable request signature.
For the requests that require the signature, you'll need to include the header x-tts-sign
with the value true
You don't need to add the timestamp and sign fields in the request parameters.