Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface ListIdentitiesRequestData

    interface ListIdentitiesRequestData {
        app_id: string;
        list_type: string;
        page_size?: number;
        page_token?: string;
    }
    Index

    Properties

    app_id: string

    The unique ID of the app. You can find this on the Sinch Dashboard.

    list_type: string

    The consent list type. One of OPT_OUT_ALL, OPT_OUT_MARKETING, and or OPT_OUT_NOTIFICATION.

    page_size?: number

    Optional. The maximum number of records to fetch. The default is 10 and the maximum is 50.

    page_token?: string

    A page token, received from a previous Get identities from consent list call. Provide this to retrieve a subsequent page.