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

    Interface ApiHostname

    interface ApiHostname {
        authHostname?: string;
        conversationHostname?: string;
        conversationTemplatesHostname?: string;
        elasticSipTrunkingHostname?: string;
        faxHostname?: string;
        mailgunHostname?: string;
        numberLookupHostname?: string;
        numbersHostname?: string;
        smsHostname?: string;
        verificationHostname?: string;
        voiceApplicationManagementHostname?: string;
        voiceHostname?: string;
    }
    Index

    Properties

    authHostname?: string

    Override the hostname for the OAuth2 authentication API

    conversationHostname?: string

    Override the hostname for the Conversation API (not Conversation Templates) - Note the regions become ineffective

    conversationTemplatesHostname?: string

    Override the hostname for the Conversation Templates API - Note the regions become ineffective

    elasticSipTrunkingHostname?: string

    Override the hostname for the Elastic SIP Trunking API

    faxHostname?: string

    Override the hostname for the Fax API

    mailgunHostname?: string

    Override the hostname for the Mailgun API - Note the regions become ineffective

    numberLookupHostname?: string

    Override the hostname for the Number Lookup API

    numbersHostname?: string

    Override the hostname for the Numbers API

    smsHostname?: string

    Override the hostname for the SMS API - Note the regions become ineffective

    verificationHostname?: string

    Override the hostname for the Verification API

    voiceApplicationManagementHostname?: string

    Override the hostname for the Voice Application Management API

    voiceHostname?: string

    Override the hostname for the Voice API (not Voice Application Management) - Note the regions become ineffective