API Authentication

It uses the apiKey method and uses the accessToken value issued through the authentication API in the Header.

If there is an API that requires authentication, you must obtain an accessToken and add X-SauceFlex-Authorize to the request header before making the request to use the API.

🚧

Token validity period

The issued accessToken is valid for 24 hours from the date of issuance, and the refreshToken is valid for 7 days.

When making a request with the same partherId, id, and password, the existing accessToken and refreshToken cannot be used.