{ "openapi": "3.0.1", "info": { "title": "mynumbers-number", "description": "BICS MyNumbers API makes it easy to order ready to use Cloud Numbers (IBN), International Freephone Numbers (ITFS) and Global Mobile Numbers (GMN). You can use straight away the numbers that you order through the API.\n\nThe method _/order/bulk_ allows you to order multiple numbers in many countries around the world. You just have to call the service by specifying the product, the quantity, the country, the routing details and eventually, the location, the area code and the address reference.\n\nYou can order a single number by calling the method _/order_. The contract of this method is the same as for the method _/order/bulk_, the only difference being that the attribute quantity must be omitted.\n\nIf you want to see the numbers before ordering them, it is also possible thanks to the method _/availablenumbers_. You need to specify as input the product, the country and eventually the location and the area code. The method retrieves a list of 10 available numbers matching your input criteria. You can then order the numbers you like the most by calling the method _/order/bulk_. You must specify in the request of this method the list of numbers you want to buy.\n\nMyNumbers API exposes a method _/numbers_ that gives you the list of numbers of your inventory. You can also filter your inventory by product, country, location, area code and status.\n\nIf you need the details of a specific number of your inventory including pricing and routing information, you can query the method _/numbers/{number}_.\n\nIt is also possible to update in real time routing configuration numbers in bulk. You can call the method _/routes_ by filling in the list of numbers, its new number routing rule and/or its new Point of Presence (POP). MyNumbers API updates the numbers routes in real time.\n\nYou are able to check our stock by calling the method _/stock/product/{product}/country/{country}/quantity/{quantity}_. This method is useful if you would like to know if there are enough numbers in stock before ordering numbers in bulk.\n\nAdditionally the API allows you to query the current active price list for a given product in order to know our tariff for every country BICS offers.\n\nFinally, the API methods _/reference/locations_ shows the list of all locations and area codes where BICS offers Cloud Numbers and _/reference/pops_ shows the list of your Points of Presence (POP).\n