Loading

Error Sorry

Yay.com - VoIP Business Phone Service Provider
  • Voice
    • Compare Voice Plans
    • Call Costs
    • Voice Features
    • Chat Features
    • Hosted Voice Reseller
    • VoIP Free 14 Day Trial
    • Business Phone Systems
  • Phone Numbers
    • All Phone Numbers
    • Transfer your Phone Number
    • New York 917 Numbers
    • Los Angeles 213 Numbers
    • Chicago 773 Numbers
    • Houston 832 Numbers
    • San Francisco 628 Numbers
    • Seattle 206 Numbers
    • Washington DC 202 Numbers
    • International Phone Numbers
  • Domain Names
    • Domain Name Search
    • Domain Transfer
    • Domain Backorders
    • Domain Registration Pricing
    • Bulk Domain Name Search
    • Domain Name Registration
    • Domain Name Reseller
  • Downloads
    • Download for Desktop
    • Download for iOS
    • Download for Android
  • Integrations
    • Phone System Integrations
    • Microsoft Teams Direct Routing
    • VoIP API Docs
    • Domain Name API Docs
  • Help & About
    • About us
    • Policy & Accreditations
    • Reviews
    • Frequent Questions
    • Contact us
  • Hello! Log in Your Account

    Log in

    New customer? Start here

  • 0

    Cart Total

    $0.00


    • Your shopping cart is empty


    Checkout

    Delete everything ?

Yay.com - VoIP Business Phone Service Provider
0
  • Voice

    • Compare Voice Plans
    • Call Costs
    • Voice Features
    • Chat Features
    • Hosted Voice Reseller
    • VoIP Free 14 Day Trial
    • Business Phone Systems
  • Phone Numbers

    • All Phone Numbers
    • Transfer your Phone Number
    • New York 917 Numbers
    • Los Angeles 213 Numbers
    • Chicago 773 Numbers
    • Houston 832 Numbers
    • San Francisco 628 Numbers
    • Seattle 206 Numbers
    • Washington DC 202 Numbers
    • International Phone Numbers
  • Domain Names

    • Domain Name Search
    • Domain Transfer
    • Domain Backorders
    • Domain Registration Pricing
    • Bulk Domain Name Search
    • Domain Name Registration
    • Domain Name Reseller
  • Integrations

    • Phone System Integrations
    • Microsoft Teams Direct Routing
    • VoIP API Docs
    • Domain Name API Docs
  • Downloads

    • Download for Desktop
    • Download for iOS
    • Download for Android
  • Help & About

    • About us
    • Policy & Accreditations
    • Reviews
    • Frequent Questions
    • Contact us

Cart Total

$0.00

  • Your shopping cart is empty

Checkout

Delete everything ?

Phone Calls & CDR Data

  • Customer Management

    • Reseller Account Balances
    • Reseller Addresses
    • Sub Resellers
    • Reseller Users
    • Documents
    • Storefronts
  • VoIP Bundle (Subscriptions)

    • VoIP Subscription Bundle
  • SIP Account Management

    • Hunt Groups
    • SIP Users
    • App Configuration
  • Audio Management

    • Sounds
    • Playlists
  • Phone Numbers & Call Routing

    • Call Flows, Call Route
    • Number Transfers
    • Out of Hours
    • Phone Numbers
    • Number Search
    • Emergency Address
    • Number Address
  • Phone Calls & CDR Data

    • Phone Call Packs
    • Call Recording Retention
    • Phone Call Costs
    • Phone Call History
    • Phone Call Restrictions
    • Outbound Calls
    • Call Statistics
    • Call Statistics Reporting
    • Missed Call Notifications
  • VoIP Phone Short Code

    • Short Codes
  • eFax Management

    • Fax Messages
    • Fax Authorized Senders
  • Voicemails & Mailboxes

    • Mailboxes
    • Mailbox Menus
    • Mailbox Email Recipients
    • Mailbox Messages
  • Caller ID

    • Caller IDs
    • Caller ID Requests
  • SIP Trunks

    • Trunk Authentication
    • VoIP Trunks
  • Wallboard Statistics

  • VoIP Phone Provisioning

    • Devices
  • Call Queueing

    • Queue Stats
    • Queue Notices
    • Queue Groups

API Access

Build custom apps using our JSON API

Configure API
Yay.com Customer Reviews
apple-store google-play

Latest

News

  • Instant Messaging For Business: Yay.com Launches Enterprise Chat Service
    Alex - Content Manager at Yay.com

    Alex - December 17 2020

  • G-Cloud 12 Framework: Yay.com Named G-Cloud 12 Supplier
    Alex - Content Manager at Yay.com

    Alex - November 25 2020

  • Yay.com's Powerful New Dashboard Search
    Alex - Content Manager at Yay.com

    Alex - September 4 2020

Phone Call Restrictions

Call Restrictions allow restrictions to be created for outbound VoIP calls

Become a Reseller

Filter:

  • All
  • GET
  • POST
  • PUT
  • DELETE
  • Chargeable *

* You will be charged every time this command is run.

  • GET/voip/call-restrictions/call-pattern

    Gets all active Call Restriction Patterns on an account

    Back to top

    Request Details

    Response Details

    Request Details

    This command has no URL/Query String parameters

    Response Details

    200 Response

    {
        "result" : [
            {
                "created_on" : "2021-03-05",
                "updated_on" : "2021-03-05",
                "uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
            }
        ],
        "status_code" : 200,
        "status_message" : "OK"
    }
  • GET/voip/call-restrictions/max-call-cost

    Gets the current maximum call cost restriction on the account

    Back to top

    Request Details

    Response Details

    Request Details

    This command has no URL/Query String parameters

    Response Details

    200 Response

    {
        "result" : {
            "created_on" : "2021-03-05",
            "max_call_cost" : 20.0,
            "updated_on" : "2021-03-05",
            "uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
        },
        "status_code" : 200,
        "status_message" : "OK"
    }
  • GET/voip/call-restrictions/international-exceptions

    Gets all active allowed International Call Restriction Exceptions

    Back to top

    Request Details

    Response Details

    Request Details

    This command has no URL/Query String parameters

    Response Details

    200 Response

    {
        "result" : [
            {
                "created_on" : "2021-03-05",
                "updated_on" : "2021-03-05",
                "uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
            }
        ],
        "status_code" : 200,
        "status_message" : "OK"
    }
  • GET/voip/call-restrictions/international-exception

    Gets all active allowed International Call Restriction Exceptions

    Back to top

    Request Details

    Response Details

    Request Details

    This command has no URL/Query String parameters

    Response Details

    200 Response

    {
        "result" : [
            {
                "created_on" : "2021-03-05",
                "updated_on" : "2021-03-05",
                "uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
            }
        ],
        "status_code" : 200,
        "status_message" : "OK"
    }
  • GET/voip/call-restrictions/international-exception/{uuid}

    Gets a specific allowed International Call Restriction Exception

    Back to top

    Request Details

    Response Details

    Request Details

    URL and Query String Parameters

    • Name

    • Type

    • Required

      • uuid

      • String

      • True

      The UUID of the International Call Restriction Exception to be queried

    Response Details

    200 Response

    {
        "result" : {
            "created_on" : "2021-03-05",
            "updated_on" : "2021-03-05",
            "uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
        },
        "status_code" : 200,
        "status_message" : "OK"
    }

    404 Response

    {
        "result" : {},
        "status_code" : 404,
        "status_message" : "Not Found"
    }
  • GET/voip/call-restrictions/call-pattern/{uuid}

    Gets a specific Call Restriction Pattern on an account

    Back to top

    Request Details

    Response Details

    Request Details

    URL and Query String Parameters

    • Name

    • Type

    • Required

      • uuid

      • String

      • True

      The UUID of the Call Restriction Pattern to be queried

    Response Details

    200 Response

    {
        "result" : {
            "created_on" : "2021-03-05",
            "updated_on" : "2021-03-05",
            "uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
        },
        "status_code" : 200,
        "status_message" : "OK"
    }

    404 Response

    {
        "result" : {},
        "status_code" : 404,
        "status_message" : "Not Found"
    }
  • POST/voip/call-restrictions/international-exception

    Creates a new Call Restriction International Exception

    Back to top

    Request Details

    Response Details

    Request Details

    This command has no URL/Query String parameters

    POST body

    • Name

    • Type

    • Required

    JSON all-fields example:

    {}

    Response Details

    201 Response

    {
        "result" : {
            "created_on" : "2021-03-05",
            "uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
        },
        "status_code" : 201,
        "status_message" : "Created"
    }

    400 Response

    {
        "result" : {},
        "status_code" : 400,
        "status_message" : "Bad Request"
    }

    409 Response

    {
        "result" : {},
        "status_code" : 409,
        "status_message" : "Conflict"
    }
  • POST/voip/call-restrictions/call-pattern

    Creates a new Call Restriction Pattern

    Back to top

    Request Details

    Response Details

    Request Details

    This command has no URL/Query String parameters

    POST body

    • Name

    • Type

    • Required

    JSON all-fields example:

    {}

    Response Details

    201 Response

    {
        "result" : {
            "created_on" : "2021-03-05",
            "uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
        },
        "status_code" : 201,
        "status_message" : "Created"
    }

    400 Response

    {
        "result" : {},
        "status_code" : 400,
        "status_message" : "Bad Request"
    }

    409 Response

    {
        "result" : {},
        "status_code" : 409,
        "status_message" : "Conflict"
    }
  • PUT/voip/call-restrictions/call-pattern/{uuid}

    Updates the specified Call Restriction Pattern

    Back to top

    Request Details

    Response Details

    Request Details

    URL and Query String Parameters

    • Name

    • Type

    • Required

      • uuid

      • String

      • True

      The UUID of the Call Restriction Pattern to be updated

    PUT body

    • Name

    • Type

    • Required

    JSON all-fields example:

    {}

    Response Details

    200 Response

    {
        "result" : {
            "created_on" : "2021-03-05",
            "updated_on" : "2021-03-05",
            "uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
        },
        "status_code" : 200,
        "status_message" : "OK"
    }

    400 Response

    {
        "result" : {},
        "status_code" : 400,
        "status_message" : "Bad Request"
    }

    404 Response

    {
        "result" : {},
        "status_code" : 404,
        "status_message" : "Not Found"
    }

    409 Response

    {
        "result" : {},
        "status_code" : 409,
        "status_message" : "Conflict"
    }
  • PUT/voip/call-restrictions/max-call-cost

    Updates the call restriction maximum call cost

    Back to top

    Request Details

    Response Details

    Request Details

    This command has no URL/Query String parameters

    PUT body

    • Name

    • Type

    • Required

    JSON all-fields example:

    {
        "max_call_cost" : 20.0
    }

    Response Details

    200 Response

    {
        "result" : {
            "created_on" : "2021-03-05",
            "max_call_cost" : 20.0,
            "updated_on" : "2021-03-05",
            "uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
        },
        "status_code" : 200,
        "status_message" : "OK"
    }

    400 Response

    {
        "result" : {},
        "status_code" : 400,
        "status_message" : "Bad Request"
    }

    404 Response

    {
        "result" : {},
        "status_code" : 404,
        "status_message" : "Not Found"
    }

    409 Response

    {
        "result" : {},
        "status_code" : 409,
        "status_message" : "Conflict"
    }
  • DELETE/voip/call-restrictions/international-exception/{uuid}

    Deletes the specified Call Restriction International Exception

    Back to top

    Request Details

    Response Details

    Request Details

    URL and Query String Parameters

    • Name

    • Type

    • Required

      • uuid

      • String

      • True

      The UUID of the Call Restriction International Exception to be deleted

    Response Details

    204 Response

    {
        "result" : {},
        "status_code" : 204,
        "status_message" : "No Content"
    }

    404 Response

    {
        "result" : {},
        "status_code" : 404,
        "status_message" : "Not Found"
    }
  • DELETE/voip/call-restrictions/max-call-cost

    Deletes the reseller's maximum call cost restriction

    Back to top

    Request Details

    Response Details

    Request Details

    This command has no URL/Query String parameters

    Response Details

    204 Response

    {
        "result" : {},
        "status_code" : 204,
        "status_message" : "No Content"
    }

    404 Response

    {
        "result" : {},
        "status_code" : 404,
        "status_message" : "Not Found"
    }
  • DELETE/voip/call-restrictions/call-pattern/{uuid}

    Deletes the specified Call Restriction Pattern

    Back to top

    Request Details

    Response Details

    Request Details

    URL and Query String Parameters

    • Name

    • Type

    • Required

      • uuid

      • String

      • True

      The UUID of the Call Restriction Pattern to be deleted

    Response Details

    204 Response

    {
        "result" : {},
        "status_code" : 204,
        "status_message" : "No Content"
    }

    404 Response

    {
        "result" : {},
        "status_code" : 404,
        "status_message" : "Not Found"
    }
  • DELETE/voip/call-restrictions/call-pattern

    Deletes all Call Restriction Patterns

    Back to top

    Request Details

    Response Details

    Request Details

    This command has no URL/Query String parameters

    Response Details

    204 Response

    {
        "result" : {},
        "status_code" : 204,
        "status_message" : "No Content"
    }

    404 Response

    {
        "result" : {},
        "status_code" : 404,
        "status_message" : "Not Found"
    }
ISO 27001 Business Continuity Accreditation ISO 22301 Business Continuity Accreditation Cyber Essentials Certificate of Assurance G-Cloud accredited by the Crown Commercial Service
  • VoIP Provider

    VoIP Provider

    Business VoIP Number Transfer number to VoIP Cloud PBX Phone System PAYG VoIP Call Costs VoIP Phone Systems VoIP Phone Numbers Business Phone System
  • Hosted VoIP Plans

    Hosted VoIP Plans

    VoIP Trial Account Business VoIP
    SIP Trunks
    SIP Provider SIP Trunk Features SIP Trunking
  • Resellers

    Resellers

    VoIP Reseller Domain Reseller White Label VoIP Reseller
    Domain Names

    Domain Names

    Domain Name Search Domain Transfer Backorder Domains Domain Name Registration Domain Name Features
  • Help & Contact

    Help & Contact

    Contact Us Frequently Asked Questions Download Yay.com Apps Advantages of VoIP VoIP Beginner's Guide VoIP API Documentation Domain API Documentation
  • Login / Register

    Login / Register

    About Yay Our News Our Blogs Terms & Conditions Privacy Policy
  • Accreditations
    ISO 27001 ISO 22301 Cyber Essentials G. Cloud Framework
Yay.com Business Phone Systems on YouTube Yay.com Business Phone Systems on Twitter Yay.com Business Phone Systems on Facebook Yay.com Business Phone Systems on LinkedIn
Yay.com - Business Phone Systems
About Yay! Terms & Conditions Privacy Policy
ISO 27001 Business Continuity Accreditation ISO 22301 Business Continuity Accreditation Cyber Essentials Certificate of Assurance G-Cloud accredited by the Crown Commercial Service
  • About Yay!
  • Terms & Conditions
  • Privacy Policy
  • (888) YAY-8747

  • help@yay.com

  • ©2021 Yay.com

  • Yay.com - VoIP Business Phone Service Provider

26 Broadway, 8th Floor, New York, NY, 10004