Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

insomnia-plugin-tiktok-shop-request-signer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 09 May 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc