Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetTokenByResendCodeRequest

    Request parameters for get_token_by_resend_code

    Use the resend code to get access token and refresh token. When you lost your access token or refresh token, you can go to authorization management page to resend code by yourselves. You can only use this endpoint in live environment, we don't support in test-stable environment.

    interface GetTokenByResendCodeRequest {
        resend_code: string;
    }
    Index

    Properties

    Properties

    resend_code: string

    the code in redirect url after you resend code in shop authorization management page. valid for one-time use, expires in 10minutes.