Selling Partner API SDK for JavaScript
    Preparing search index...

    The response schema for the createRestrictedDataToken operation.

    interface CreateRestrictedDataTokenResponse {
        expiresIn?: number;
        restrictedDataToken?: string;
    }
    Index

    Properties

    expiresIn?: number

    The lifetime of the Restricted Data Token, in seconds.

    restrictedDataToken?: string

    A Restricted Data Token (RDT). This is a short-lived access token that authorizes calls to restricted operations. Pass this value with the x-amz-access-token header when making subsequent calls to these restricted resources.