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

    Interface AssignNumbers

    interface AssignNumbers {
        applicationkey?: string;
        capability?: string;
        numbers?: string[];
    }
    Index

    Properties

    applicationkey?: string

    indicates the application where the number(s) will be assigned. If empty, the application key that is used to sign the request will be used.

    capability?: string

    indicates the DID capability that needs to be assigned to the chosen application. Valid values are 'voice' and 'sms'. Please note that the DID needs to support the selected capability.

    numbers?: string[]

    The phone number or list of numbers in E.164 format.