{ "openapi": "3.0.1", "info": { "title": "mynumbers-address-management", "description": "This API makes it easy to manage your addresses by creating new addresses, add documents to your address, edit addresses and retrieve your addresses.\n\nDue to local regulation, addresses are required when purchasing Cloud Numbers in some countries (e.g. France, Switzerland, etc.). Depending on the country regulation, the Cloud Number may have to be linked to an address required in Region (same location/geographic zone), an address required in Country (same country) or a worldwide address (any country).\n\nThe ordering process for Cloud Numbers with address requirements is as follow:\n 1. You create an Address with _/addresses_ method\n 2. You can use the address to order numbers with the _/order_ method. Our API validates instantly the address and provisions the numbers in real time\n\n\nThere are some countries for which the numbers will not be provisioned in real time:\n -\tCountries for which the _real time provisioning_ flag is set to _No_. For more information on this flag you can refer to the Specifications API.\n -\tCountries with an address required in Region for which some manual validation is required (i.e. Hungary, Ireland, Netherlands, South Africa, Spain).\n\n\nIn addition, proof of address is also required in some countries hence the API allows documents to be added to the address.\n\nThe ordering process for Cloud Numbers with proof of address is as follow:\n 1. You create an Address with the _/addresses_ method\n 2. You add Documents to the Address with the _/addresses/{reference}/documents_ method\n 3. BICS validates the document(s). The validation status of the documents can be retrieved with the _/addresses/{reference}_ method\n 4. Once the document(s) is(are) verified and accepted by BICS, the address can be used to order Cloud Numbers with address requirements by calling the _/order_ methods\n\n\nFor more information about address requirements, you can read the Specifications API.\n