🔓 Authentication

Notes

  • The root URL for SoSoValue API must be https://openapi.sosovalue.com

  • You are recommended to store the API key securely in your own backend and use a proxy to insert the key into the request URL.

  • It's highly recommended to use the Headers method when making API requests for better security. Using query string parameters can risk exposing your API key.

SoSoValue API Authentication Method

If this is your first time using the API key, you can supply API Key to the root URL using one of these ways:

  • Header (Recommended): x-soso-api-key

Last updated