Socket
Socket
Sign inDemoInstall

insomnia-plugin-tiktok-shop-request-signer

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    insomnia-plugin-tiktok-shop-request-signer

Generate hmac sign for tiktok shop api request


Version published
Weekly downloads
255
increased by4.51%
Maintainers
1
Install size
15.5 kB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 09 May 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc