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

    Interface ListAvailableRegionsRequestData

    interface ListAvailableRegionsRequestData {
        types?: string[];
    }
    Index

    Properties

    Properties

    types?: string[]

    Only returns regions for which numbers are provided with the given types v1: MOBILE, LOCAL or TOLL_FREE.

    • MOBILE: Numbers that belong to a specific range.
    • LOCAL: Numbers that are assigned to a specific geographic region.
    • TOLL_FREE: Number that are free of charge for the calling party but billed for all arriving calls.

    If you want to see all results, do not add the types query parameter.