Skip to content

yangyao/insomnia-plugin-tiktok-shop-request-signer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

image

image

About

Generate hmac sign for tiktok shop api request

Resources

License

Stars

Watchers

Forks

Packages

No packages published