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

    Interface UpdateCallbackURLsRequestData

    interface UpdateCallbackURLsRequestData {
        applicationkey: string;
        updateCallbacksRequestBody?: UpdateCallbacks;
    }
    Index

    Properties

    applicationkey: string

    The unique identifying key of the application.

    updateCallbacksRequestBody?: UpdateCallbacks