{"info":{"_postman_id":"26e87620-fb6a-4855-8dc5-9bbee4095bed","name":"Voxbone API v1","description":"<html><head></head><body><p>A strange and simple interface for managing your business communications resources on Voxbone's network. </p>\n<p>Operating global business communications and managing rapid changes in demands is a challenging task. That's why our APIs are designed to make this process as flexible and straightforward as possible.</p>\n<h2 id=\"getting-started\">Getting Started</h2>\n<p>This is an interactive documentation intended to help guide developers on our API interface and allow simple and easy testing right here, in the browser. When you select an endpoint, the machine column will be expanded, displaying possible URI parameters, request and response schemas and examples. </p>\n<p>The endpoint can be tested with \"Switch to Console\" option, a simple editor to form your test API request, specify URI parameters or request bodies. The only thing you would need to add is an <code>Authorization</code> header with your basic authentication information. Optionally, you can specify it for one request and pin to make it global as you test.</p>\n<p>Voxbone doesn't offer official SDKs for its APIs, but the swagger definition of the endpoints can be downloaded and used to build <a href=\"https://swagger.io/tools/swagger-codegen/\">auto-generated SDKs</a> in many different programming languages.</p>\n<h2 id=\"versions\">Versions</h2>\n<p>We are actively developing powerful, agile and scalable APIs to unlock new functionality and improve the efficiency of your Voice and SMS communications.</p>\n<p>If you would like to join our early access programme please <strong><a href=\"mailto:developers@voxbone.com\">contact us</a></strong>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>API Version</th>\n<th>Description</th>\n<th>Documentation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>WS</code></td>\n<td>Our previous API version which uses basic authentication and is soon to be deprecated. We recommend switching to <a href=\"https://developers.voxbone.com/v1\">v1</a> as soon as possible.</td>\n<td><a href=\"https://developers.voxbone.com/\">Click here</a></td>\n</tr>\n<tr>\n<td><code>v1</code></td>\n<td>Our current API, which includes number ordering, compliance, configuration and inventory management to support your Voice and SMS communications.</td>\n<td><a href=\"https://developers.voxbone.com/v1\">Click here</a></td>\n</tr>\n<tr>\n<td><code>v2</code></td>\n<td>Our next version cutting edge API including our Reporting API.</td>\n<td><a href=\"https://developers.voxbone.com/v2/\">Click here</a></td>\n</tr>\n<tr>\n<td><code>beta</code></td>\n<td>Early access to new, innovative APIs we are developing including CLI Whitelisting &amp; Number Porting.</td>\n<td><a href=\"https://developers.voxbone.com/beta/\">Click here</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"access\">Access</h2>\n<p>Authentication against the Voxbone API is done with API keys. In order to use Voxbone's APIs, please ensure:</p>\n<ul>\n<li>Your account is activated for API access. You can do so on our <a href=\"https://voxbone.com/portal\">customer platform homepage</a>, under the \"Additional Services\" section, named \"Provisioning API\". If you have trouble seeing these controls, reach out to your account manager or raise a support ticket. </li>\n<li>You've setup an API key. You can generate your API key under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account &gt; Account Settings</a> on our customer platform.</li>\n</ul>\n<h2 id=\"environments\">Environments</h2>\n<p>There are currently two environments for our platform's APIs:</p>\n<ul>\n<li><strong>Production</strong> : Sits on <code>api.voxbone.com</code> base url. Interacts with your live and actual resources on Voxbone platform.</li>\n<li><strong>Sandbox</strong> : Sits on <code>api.sandbox.voxbone.com</code> base url. Intended for simulating ordering and address verification specifically. You can test ordering without being charged, service activation and more. Any API calls performed through our Sandbox API can be viewed via our <a href=\"https://sandbox.voxbone.com/sandbox-v3/\">Sandbox Portal</a>.</li>\n</ul>\n<h2 id=\"security--rate-limiting\">Security &amp; Rate Limiting</h2>\n<p>For protecting both your apps and our systems, a <strong>20 requests per second by client IP</strong> is performed on your API calls. If you send more requests to Voxbone API endpoints, your requests may be rejected by an <code>HTTP 509 Bandwidth Limit Exceeded</code> or <code>HTTP 429 Too Many Requests</code> in the response.</p>\n<h2 id=\"errors-and-process-feedback\">Errors and Process Feedback</h2>\n<p>If there's an error with processing your API request, the server will return a proper HTTP status, along with error types and codes.</p>\n<h3 id=\"common-error-codes\">Common Error Codes</h3>\n<p>Standard errors related to validation of your request in terms of data and field types. These would indicate a problem with your request. </p>\n<p><strong>How to fix</strong> : Please review the endpoint description to fix any errors.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Technical Name</th>\n<th>Error Code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>WRONG_DATE_FORMAT</code></td>\n<td><code>10</code></td>\n<td>The date format is not correct. Please format all dates in the ‘YYYY-MM-DD HH:MM:SS’ format</td>\n</tr>\n<tr>\n<td><code>WRONG_PAGE_NUMBERING</code></td>\n<td><code>11</code></td>\n<td>The page number must be a positive integer.</td>\n</tr>\n<tr>\n<td><code>WRONG_PAGE_SIZE</code></td>\n<td><code>12</code></td>\n<td>The page size must be a positive integer with a maximum of 5000.</td>\n</tr>\n<tr>\n<td><code>PAGINATION_OVERFLOW</code></td>\n<td><code>13</code></td>\n<td>Pagination overflow : the given page does not exist.</td>\n</tr>\n<tr>\n<td><code>ILLEGAL_ARGUMENT</code></td>\n<td><code>14</code></td>\n<td>Illegal value.</td>\n</tr>\n<tr>\n<td><code>NOT_FOUND</code></td>\n<td><code>15</code></td>\n<td>Not Found.</td>\n</tr>\n<tr>\n<td><code>FIELD_REQUIRED</code></td>\n<td><code>16</code></td>\n<td>A required field is missing.</td>\n</tr>\n<tr>\n<td><code>ILLEGAL_NUMBER_VALUE</code></td>\n<td><code>17</code></td>\n<td>Illegal value for a numeric field.</td>\n</tr>\n<tr>\n<td><code>ILLEGAL_BOOLEAN_VALUE</code></td>\n<td><code>18</code></td>\n<td>Illegal value for a boolean field.</td>\n</tr>\n<tr>\n<td><code>ILLEGAL_DATE_VALUE</code></td>\n<td><code>19</code></td>\n<td>Illegal value for a date field.</td>\n</tr>\n<tr>\n<td><code>ILLEGAL_VALUE_JSON</code></td>\n<td><code>20</code></td>\n<td>The system can not process this value. Please make sure to use double quotes if the value is a string.</td>\n</tr>\n<tr>\n<td><code>ILLEGAL_FIELD</code></td>\n<td><code>21</code></td>\n<td>Illegal element name. Please make sure that the given element is not already defined in your request or that it is an allowed element for this request.</td>\n</tr>\n<tr>\n<td><code>MISSING_TAG_END</code></td>\n<td><code>22</code></td>\n<td>An end tag is missing in the request.</td>\n</tr>\n<tr>\n<td><code>ILLEGAL_REQUEST_TYPE</code></td>\n<td><code>23</code></td>\n<td>This request type is not allowed for this URL. Please consult the API documentation for a list of URLs and allowed request types.</td>\n</tr>\n<tr>\n<td><code>FILE_UPLOAD_FAILED</code></td>\n<td><code>24</code></td>\n<td>The file attached to this request could not be uploaded.</td>\n</tr>\n<tr>\n<td><code>ILLEGAL_CONTENT</code></td>\n<td><code>25</code></td>\n<td>Illegal content:</td>\n</tr>\n<tr>\n<td><code>EMPTY_REQUEST_BODY</code></td>\n<td><code>26</code></td>\n<td>The request body is empty. Your request is missing a body. Sandbox users: this can also occur when the Sandbox environment is down.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"service-activation-error-codes\">Service Activation Error Codes</h3>\n<p>Errors in the API workflows related to regulations. These would indicate something missing or not allowed for your request.</p>\n<p><strong>How to fix</strong> : Review regulatory requirements for the service activation in your request (i.e. address requirements on the country, number type, etc.). Common fixes include formatting/absence of <code>extraFields</code> </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Technical Name</th>\n<th>Error Code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>FIELD_MISSING</code></td>\n<td><code>500</code></td>\n<td>Missing field.</td>\n</tr>\n<tr>\n<td><code>FIELD_SIZE</code></td>\n<td><code>501</code></td>\n<td>Maximum field size exceeded.</td>\n</tr>\n<tr>\n<td><code>EXTRA_FIELD_UNEXISTENT</code></td>\n<td><code>502</code></td>\n<td>The address extra field does not exist for the country.</td>\n</tr>\n<tr>\n<td><code>FIELD_INVALID</code></td>\n<td><code>503</code></td>\n<td>The field value is not correct.</td>\n</tr>\n<tr>\n<td><code>EXTRA_FIELD_INVALID</code></td>\n<td><code>504</code></td>\n<td>The extra field value is not correct.</td>\n</tr>\n<tr>\n<td><code>TEMPLATE_COUNTRY_INVALID</code></td>\n<td><code>505</code></td>\n<td>The country of the address should be the same as the destination country for the selected didType.</td>\n</tr>\n<tr>\n<td><code>EXTRA_FIELDS_NOT_ACCEPTED</code></td>\n<td><code>506</code></td>\n<td>Extra fields are not accepted for the destination country and did_type.</td>\n</tr>\n<tr>\n<td><code>INVALID_REGULATION_ADDRESS</code></td>\n<td><code>507</code></td>\n<td>The regulation address id is not valid, either it does not exist or the regulation address does not belong to you. Invalid regulation address:</td>\n</tr>\n<tr>\n<td><code>LINKED_REGULATION_ADDRESS</code></td>\n<td><code>508</code></td>\n<td>Error during deletion, the regulation address is linked to one or more DID. Invalid regulation address:</td>\n</tr>\n<tr>\n<td><code>UPDATE_NOT_ALLOWED</code></td>\n<td><code>509</code></td>\n<td>Update not allowed.</td>\n</tr>\n<tr>\n<td><code>NONEXISTENT_ADDRESS</code></td>\n<td><code>510</code></td>\n<td>Invalid address id.</td>\n</tr>\n<tr>\n<td><code>NO_REGULATION_REQUIREMENTS</code></td>\n<td><code>511</code></td>\n<td>This didGroup has no regulation address requirements.</td>\n</tr>\n<tr>\n<td><code>VERIFICATION_ALREADY_REQUESTED</code></td>\n<td><code>512</code></td>\n<td>This regulation address must first be verified. Its verification has already been requested, therefore it will be possible to link dids as soon as it is confirmed.</td>\n</tr>\n<tr>\n<td><code>MULTIPLE_DIDGROUPS</code></td>\n<td><code>513</code></td>\n<td>All the DID must belong to the same didgroup.</td>\n</tr>\n<tr>\n<td><code>DID_ALREADY_LINKED</code></td>\n<td><code>514</code></td>\n<td>The DID is already linked. Please unlink it before trying to link it to a new address. DID id :</td>\n</tr>\n<tr>\n<td><code>REJECTED_REGULATION_ADDRESS</code></td>\n<td><code>515</code></td>\n<td>The proof of address has been rejected.</td>\n</tr>\n<tr>\n<td><code>INVALID_DID_LIST</code></td>\n<td><code>516</code></td>\n<td>Invalid DID id.</td>\n</tr>\n<tr>\n<td><code>VERIFICATION_NOT_YET_REQUESTED</code></td>\n<td><code>517</code></td>\n<td>No request for verification was sent for this regulation address. It must first be verified before it is possible to link dids.</td>\n</tr>\n<tr>\n<td><code>REQUESTED_VERIFICATION_TWICE</code></td>\n<td><code>518</code></td>\n<td>The verification for this regulation address has already been requested.</td>\n</tr>\n<tr>\n<td><code>NOT_ALLOWED</code></td>\n<td><code>519</code></td>\n<td>This behaviour is not allowed</td>\n</tr>\n<tr>\n<td><code>ADDRESS_VERIFICATION_NOT_REQUIRED</code></td>\n<td><code>520</code></td>\n<td>The following DIDs do not require address verification.</td>\n</tr>\n<tr>\n<td><code>PHONE_NUMBER_WRONG_FORMAT</code></td>\n<td><code>521</code></td>\n<td>The phone number format should start with a + followed by 9 to 15 digits.</td>\n</tr>\n<tr>\n<td><code>TEMPLATE_SAME_COUNTRY_INVALID</code></td>\n<td><code>522</code></td>\n<td>The country of the address should be different than the destination country for the selected didType.</td>\n</tr>\n<tr>\n<td><code>STATUS_CHANGE_NOT_ALLOWED</code></td>\n<td><code>523</code></td>\n<td>The status is not allowed to be changed to: STATUS.</td>\n</tr>\n<tr>\n<td><code>NON_EXISTENT_EXTRA_FIELDS</code></td>\n<td><code>524</code></td>\n<td>The country’s extra fields haven’t been provided.</td>\n</tr>\n<tr>\n<td><code>PERSON_IS_A_MINOR</code></td>\n<td><code>525</code></td>\n<td>The entity must be 18 years old in order to sign a document.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"address-rejection-reasons\">Address Rejection Reasons</h3>\n<p>After a created address is submitted for verification, our customer success team perform checks to verify the relationship between the address/id information and proof documents if any.</p>\n<p><strong>How to fix</strong> : This means a change in the address information or the proof documents is necessary to proceed with service activation. If you have any disputes or confusion about what to do next, feel free to raise a support ticket from our Portal.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Rejection Reason</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>INVALID_DOCTYPE</code></td>\n<td>Document type or format not accepted.</td>\n</tr>\n<tr>\n<td><code>INVALID_DOCTYPE_VIRTUAL_ADDRESS</code></td>\n<td>Virtual Office address proofs not accepted.</td>\n</tr>\n<tr>\n<td><code>INVALID_DOCTYPE_THIRD_PARTY</code></td>\n<td>Document must be issued by a third party.</td>\n</tr>\n<tr>\n<td><code>INVALID_DOCTYPE_NO_ADDRESS</code></td>\n<td>Document does not provide address information.</td>\n</tr>\n<tr>\n<td><code>INVALID_DOCTYPE_REQUIRED_ID</code></td>\n<td>Proof of ID required instead of proof of address. This happens when an address document is uploaded as a proof of ID.</td>\n</tr>\n<tr>\n<td><code>NOT_RECENT_ENOUGH</code></td>\n<td>Information on the document is not recent enough to fulfill regulatory needs. Please provide a more recent document.</td>\n</tr>\n<tr>\n<td><code>DOC_ILLEGIBLE</code></td>\n<td>Document illegible or incomplete. Please submit the full copy of the document.</td>\n</tr>\n<tr>\n<td><code>INFO_MISMATCH</code></td>\n<td>Information does not match the data provided in the address object. Please update the address object to match the data on the document.</td>\n</tr>\n<tr>\n<td><code>INFO_MISMATCH_WITH_PROOF</code></td>\n<td>Company name or End User name differs in the document and the address object specified in your API request. Please update the address object to match the data on the document.</td>\n</tr>\n<tr>\n<td><code>INFO_MISMATCH_ADDRESS</code></td>\n<td>The address information, particularly street name, street number, etc. differs in the document and the address object specified in your API request. Please update the address object to match the data on the document.</td>\n</tr>\n<tr>\n<td><code>INFO_MISMATCH_LOCATION</code></td>\n<td>The address information, particularly locality, city name, postal code, etc. differs in the document and the address object specified in your API request. Please update the address object to match the data on the document.</td>\n</tr>\n<tr>\n<td><code>INFO_INCOMPLETE</code></td>\n<td>The information found on the document was incomplete.</td>\n</tr>\n<tr>\n<td><code>INFO_INCOMPLETE_DATE</code></td>\n<td>The date of the proof document was missing.</td>\n</tr>\n<tr>\n<td><code>INFO_INCOMPLETE_ADDRESS</code></td>\n<td>The address information was missing from the document.</td>\n</tr>\n<tr>\n<td><code>OTHER</code></td>\n<td>Please contact Voxbone Customer Care (<a href=\"mailto:regulations@voxbone.com\">regulations@voxbone.com</a>) for more information.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"number-configuration-error-codes\">Number Configuration Error Codes</h3>\n<p>When a request to apply a list of configurations to numbers, the request might be rejected due to some errors in the request or related to the account status.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Technical Name</th>\n<th>Error Code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>INVALID_DID</code></td>\n<td><code>300</code></td>\n<td>The did id is not valid, either it does not exist or the did does not belong to you.</td>\n</tr>\n<tr>\n<td><code>INVALID_VOICE_URI</code></td>\n<td><code>301</code></td>\n<td>The voice uri id is not valid, either it does not exist or the voice uri does not belong to you.</td>\n</tr>\n<tr>\n<td><code>INVALID_SMS_URI</code></td>\n<td><code>302</code></td>\n<td>The sms uri id is not valid, either it does not exist or the sms uri does not belong to you.</td>\n</tr>\n<tr>\n<td><code>INVALID_FAX_URI</code></td>\n<td><code>303</code></td>\n<td>The fax uri id is not valid, either it does not exist or the fax uri does not belong to you.</td>\n</tr>\n<tr>\n<td><code>SMS_NOT_SUPPORTED</code></td>\n<td><code>304</code></td>\n<td>Some dids do not support the VoxSMS feature.</td>\n</tr>\n<tr>\n<td><code>FAX_NOT_SUPPORTED</code></td>\n<td><code>305</code></td>\n<td>Some dids do not support the VoxFAX feature.</td>\n</tr>\n<tr>\n<td><code>INVALID_CAPACITY_GROUP</code></td>\n<td><code>306</code></td>\n<td>The capacity group id is not valid, either it does not exist or the capacity group does not belong to you.</td>\n</tr>\n<tr>\n<td><code>INVALID_TRUNK</code></td>\n<td><code>307</code></td>\n<td>The trunk id is not valid, either it does not exist or the trunk does not belong to you.</td>\n</tr>\n<tr>\n<td><code>TRUNK_NOT_ALLOWED</code></td>\n<td><code>308</code></td>\n<td>Some dids can not be mapped to the given trunk.</td>\n</tr>\n<tr>\n<td><code>INVALID_SIP_DELIVERY</code></td>\n<td><code>309</code></td>\n<td>The pop id is not valid, the referenced pop does not exist.</td>\n</tr>\n<tr>\n<td><code>INVALID_COUNTRY</code></td>\n<td><code>310</code></td>\n<td>The country code is not valid, the referenced country does not exist.</td>\n</tr>\n<tr>\n<td><code>INVALID_CLI_PREFIX</code></td>\n<td><code>311</code></td>\n<td>The cli prefix is not valid, please use a maximum of 7 characters from the following list : 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, *, ~, #, +, -.</td>\n</tr>\n<tr>\n<td><code>INVALID_CPC</code></td>\n<td><code>312</code></td>\n<td>The calls blocking configuration is not valid, please either specify all three options (ordinary, cellular, payphone) or none of them.</td>\n</tr>\n<tr>\n<td><code>CPC_NOT_SUPPORTED</code></td>\n<td><code>313</code></td>\n<td>Some dids do not support the call blocking feature.</td>\n</tr>\n<tr>\n<td><code>T38_NOT_SUPPORTED</code></td>\n<td><code>314</code></td>\n<td>Some dids do not support the t38 feature.</td>\n</tr>\n<tr>\n<td><code>PROPAGATION_EXCEPTION</code></td>\n<td><code>315</code></td>\n<td>The server encountered an error while applying the configuration options. Some of the configuration might have been applied successfully. You can safely execute the configuration operation again, if the problem persists please contact the voxbone support team.</td>\n</tr>\n<tr>\n<td><code>NO_VALID_DID_FOUND</code></td>\n<td><code>316</code></td>\n<td>The system could not find any valid did id in the request.</td>\n</tr>\n<tr>\n<td><code>CLI_PRIVACY_ACCOUNT_NOT_TRUSTED</code></td>\n<td><code>317</code></td>\n<td>Your account is not authorised to use this option.</td>\n</tr>\n<tr>\n<td><code>CLI_PRIVACY_NOT_SUPPORTED</code></td>\n<td><code>318</code></td>\n<td>Some dids do not support the cli privacy option.</td>\n</tr>\n<tr>\n<td><code>EMPTY_OTHER_OPTIONS</code></td>\n<td><code>319</code></td>\n<td>Please specify at least one valid option in the ‘otherOptions’ element.</td>\n</tr>\n<tr>\n<td><code>CAPACITY_GROUP_WCS</code></td>\n<td><code>320</code></td>\n<td>The system could not save the capacity group. You can safely execute the operation again, if the problem persists please contact the voxbone support team.</td>\n</tr>\n<tr>\n<td><code>INVALID_HTTP_FAX_URI</code></td>\n<td><code>321</code></td>\n<td>The given uri is not valid for the delivery method HTTP_POST, it has to start with ‘http’.</td>\n</tr>\n<tr>\n<td><code>INVALID_SMS_URI_FORMAT</code></td>\n<td><code>322</code></td>\n<td>The system could not determine which protocol to use for the given uri. Please specify a url that starts with one of the allowed values.</td>\n</tr>\n<tr>\n<td><code>INVALID_SMS_URI_LOGIN</code></td>\n<td><code>323</code></td>\n<td>The specified login already exists.</td>\n</tr>\n<tr>\n<td><code>INVALID_BACKUP_VOICE_URI</code></td>\n<td><code>324</code></td>\n<td>The backup voice uri id is not valid, either it does not exist or the backup voice uri does not belong to you.</td>\n</tr>\n<tr>\n<td><code>VOICE_URI_BACKUP_CONFLICT</code></td>\n<td><code>325</code></td>\n<td>A voice uri cannot be set as its own backup. Please use a different backup uri.</td>\n</tr>\n<tr>\n<td><code>VOICE_URI_DUPLICATE</code></td>\n<td><code>326</code></td>\n<td>There is an existing voice uri in your account with the same protocol and uri.</td>\n</tr>\n<tr>\n<td><code>VOICE_URI_CONFIGURATION</code></td>\n<td><code>327</code></td>\n<td>The voice uri was successfully updated, however the dids mapped to this uri might not have been updated. You can safely execute this operation again to update the dids, if the problem persists please contact the voxbone support team.</td>\n</tr>\n<tr>\n<td><code>VOICE_URI_MAPPED</code></td>\n<td><code>328</code></td>\n<td>The voice uri cannot be removed, it is mapped to at least one number in your account.</td>\n</tr>\n<tr>\n<td><code>VOICE_URI_DEFAULT</code></td>\n<td><code>329</code></td>\n<td>The voice uri cannot be removed, it is set as the default uri for any new number you purchase.</td>\n</tr>\n<tr>\n<td><code>VOICE_URI_BACKUP</code></td>\n<td><code>330</code></td>\n<td>The voice uri cannot be removed, it is set as the backup uri for another voice uri in your account.</td>\n</tr>\n<tr>\n<td><code>VOICE_URI_DELETE_UNEXPECTED</code></td>\n<td><code>331</code></td>\n<td>The server encountered an error while removing the voice uri. You can safely execute the configuration operation again, if the problem persists please contact the voxbone support team.</td>\n</tr>\n<tr>\n<td><code>INVALID_VOICE_URI_FORMAT</code></td>\n<td><code>332</code></td>\n<td>The voice uri format is not valid.</td>\n</tr>\n<tr>\n<td><code>SMS_OUTBOUND_NOT_ENABLED</code></td>\n<td><code>333</code></td>\n<td>Some dids cannot be flagged as SMS Outbound.</td>\n</tr>\n<tr>\n<td><code>SMS_LINK_GROUP_NAME_ALREADY_EXISTS</code></td>\n<td><code>334</code></td>\n<td>The name for the smsLinkGroup already exists</td>\n</tr>\n<tr>\n<td><code>SMS_LINK_GROUP_STILL_REFERENCED</code></td>\n<td><code>335</code></td>\n<td>The smsLinkGroup is still referenced by smsLinks. Please delete these first.</td>\n</tr>\n<tr>\n<td><code>SMS_LINK_DELETE_ERROR</code></td>\n<td><code>336</code></td>\n<td>The SmsLink cannot be deleted.</td>\n</tr>\n<tr>\n<td><code>WCS_EXCEPTION</code></td>\n<td><code>337</code></td>\n<td>An error occurred saving the smsLink.</td>\n</tr>\n<tr>\n<td><code>INVALID_SMS_LINK_GROUP</code></td>\n<td><code>338</code></td>\n<td>The sms link group id is not valid, either it does not exist or it does not belong to you.</td>\n</tr>\n<tr>\n<td><code>SMS_LINK_GROUP_DELETE_UNEXPECTED</code></td>\n<td><code>339</code></td>\n<td>An unexpected error occurred when deleting the sms link group</td>\n</tr>\n<tr>\n<td><code>SMS_LINK_GROUP_VALIDATION_UNEXPECTED_ERROR</code></td>\n<td><code>341</code></td>\n<td>An unexpected error occurred during the validation of the SMS Link Group</td>\n</tr>\n<tr>\n<td><code>SMS_LINK_FORBIDDEN_DIRECTION</code></td>\n<td><code>342</code></td>\n<td>The specified sms link direction is not authorized for your account.</td>\n</tr>\n<tr>\n<td><code>DUPLICATES_IN_DIDS_ID</code></td>\n<td><code>343</code></td>\n<td>The list of did ids contains duplicates.</td>\n</tr>\n<tr>\n<td><code>SMS_LINK_IMPOSSIBLE_DIRECTION</code></td>\n<td><code>344</code></td>\n<td>The specified sms link direction is not available for the specified protocol.</td>\n</tr>\n<tr>\n<td><code>SMS_ACCOUNT_PROBLEM</code></td>\n<td><code>345</code></td>\n<td>There is a problem with the SMS link group, it’s not possible to delete it.</td>\n</tr>\n<tr>\n<td><code>SMS_LINK_GROUP_DEFAULT</code></td>\n<td><code>346</code></td>\n<td>The smsLinkGroup is the default for the current customer, it cannot be deleted.</td>\n</tr>\n<tr>\n<td><code>WEBRTC_UNAUTHORIZED_ACCOUNT</code></td>\n<td><code>347</code></td>\n<td>The WebRTC configuration could not be applied because the account is not WebRTC enabled.</td>\n</tr>\n<tr>\n<td><code>WEBRTC_EXCEPTION</code></td>\n<td><code>348</code></td>\n<td>There was a problem applying the WebRTC configuration option to the DID(s).</td>\n</tr>\n<tr>\n<td><code>MISSING_VOICE_CODEC</code></td>\n<td><code>349</code></td>\n<td>At least 1 voice codec should be selected.</td>\n</tr>\n<tr>\n<td><code>INVALID_SMTP_FAX_URI</code></td>\n<td><code>350</code></td>\n<td>The given uri is not valid for the delivery method SMTP.</td>\n</tr>\n<tr>\n<td><code>OBSOLETE_CODEC</code></td>\n<td><code>351</code></td>\n<td>Codec is obsolete and is not supported anymore.</td>\n</tr>\n<tr>\n<td><code>SMS_LINK_GROUP_WITH_NO_LINKS</code></td>\n<td><code>352</code></td>\n<td>The sms link group has no sms links. Please add at least one sms link.</td>\n</tr>\n<tr>\n<td><code>FAX_URI_MAPPED</code></td>\n<td><code>353</code></td>\n<td>The fax uri cannot be removed, it is mapped to at least one number in your account.</td>\n</tr>\n<tr>\n<td><code>FAX_URI_DEFAULT</code></td>\n<td><code>354</code></td>\n<td>The fax uri cannot be removed, it is set as the default fax uri for any new number you purchase.</td>\n</tr>\n<tr>\n<td><code>CAPACITY_GROUP_MAPPED</code></td>\n<td><code>355</code></td>\n<td>The capacity group cannot be removed, it is mapped to at least one number in your account.</td>\n</tr>\n<tr>\n<td><code>CHANNELS_LIMIT_INVALID_VALUE</code></td>\n<td><code>356</code></td>\n<td>The channels limit should be a positive integer value or empty string for no limit.</td>\n</tr>\n<tr>\n<td><code>SMS_LINK_CREATE_UNEXPECTED</code></td>\n<td><code>357</code></td>\n<td>The server encountered an error while creating the sms link.</td>\n</tr>\n<tr>\n<td><code>CHANNELS_OUTBOUND_LIMIT_INVALID_VALUE</code></td>\n<td><code>358</code></td>\n<td>The channels limit for outbound should be a positive integer value or empty string for no limit.</td>\n</tr>\n<tr>\n<td><code>FAX_URI_DELETE_ERROR</code></td>\n<td><code>359</code></td>\n<td>The fax uri cannot be deleted.</td>\n</tr>\n<tr>\n<td><code>BULK_DID_CONFIGURATION_LIMIT_EXCEEDED</code></td>\n<td><code>360</code></td>\n<td>The number of dids to be configured exceeds the limit allowed.</td>\n</tr>\n<tr>\n<td><code>DID_CONFIGURATION_FOR_TRUNK_FORBIDDEN</code></td>\n<td><code>361</code></td>\n<td>You are not allowed to configure trunk for did(s). Please remove trunk id field.</td>\n</tr>\n<tr>\n<td><code>FAX_URI_CREATE_UNEXPECTED</code></td>\n<td><code>362</code></td>\n<td>The server encountered an error while creating the fax uri.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"ordering-error-codes\">Ordering Error Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Technical Name</th>\n<th>Error Code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>INVALID_CART_IDENTIFIER</code></td>\n<td><code>400</code></td>\n<td>The cart identifier is not valid. Please use the ‘Create cart’ or ‘List cart’ operation to retrieve a valid cart id.</td>\n</tr>\n<tr>\n<td><code>NO_PRODUCT_DETECTED</code></td>\n<td><code>401</code></td>\n<td>The system could not find any product to add to your cart. Please specify the did, capacity or credit package item you would like to add to your cart.</td>\n</tr>\n<tr>\n<td><code>MULTIPLE_PRODUCT_DETECTED</code></td>\n<td><code>402</code></td>\n<td>The system found more than one product to add to your cart. Please specify only one did, capacity or credit package item you would like to add to your cart.</td>\n</tr>\n<tr>\n<td><code>INVALID_DIDGROUP_ID</code></td>\n<td><code>403</code></td>\n<td>The system could not find the requested didgroup. Please use the ‘List didgroup’ operation to retrieve a valid didgroup id.</td>\n</tr>\n<tr>\n<td><code>UNAVAILABLE_DIDGROUP</code></td>\n<td><code>404</code></td>\n<td>This didgroup is not available for ordering. Please use the ‘List didgroup’ operation to retrieve a valid didgroup id.</td>\n</tr>\n<tr>\n<td><code>INVALID_QUANTITY</code></td>\n<td><code>405</code></td>\n<td>The given quantity is not valid. Please use a strictly positive integer.</td>\n</tr>\n<tr>\n<td><code>INVALID_CAPACITY_QUANTITY</code></td>\n<td><code>406</code></td>\n<td>The given quantity is not valid. Please use a strictly positive multiple of 10.</td>\n</tr>\n<tr>\n<td><code>INVALID_CREDIT_PACKAGE_ID</code></td>\n<td><code>407</code></td>\n<td>The system could not find the requested credit package. Please use the ‘List credit packages’ operation to retrieve a valid credit package id.</td>\n</tr>\n<tr>\n<td><code>PRODUCT_CONVERSION_ERROR</code></td>\n<td><code>408</code></td>\n<td>The system could not convert your request into products to order, no order has been placed. Please try again and contact your account manager if the problem persists.</td>\n</tr>\n<tr>\n<td><code>PRODUCT_VALIDATION_ERROR</code></td>\n<td><code>409</code></td>\n<td>The system could not validate your order, no order has been placed. Please try again and contact your account manager if the problem persists.</td>\n</tr>\n<tr>\n<td><code>INVALID_PRODUCT_ID</code></td>\n<td><code>410</code></td>\n<td>The system could not find the requested product in your cart. Please use the ‘List carts’ operation to retrieve a valid product id.</td>\n</tr>\n<tr>\n<td><code>INVALID_REMOVE_QUANTITY</code></td>\n<td><code>411</code></td>\n<td>The given quantity is not valid. Please use a strictly positive integer.</td>\n</tr>\n<tr>\n<td><code>INVALID_REMOVE_CAPACITY_QUANTITY</code></td>\n<td><code>412</code></td>\n<td>The given quantity is not valid. Please use a strictly positive multiple of 10.</td>\n</tr>\n<tr>\n<td><code>INVALID_REMOVE_QUANTITY_TOO_BIG</code></td>\n<td><code>413</code></td>\n<td>The given quantity is bigger than the quantity currently in your cart.</td>\n</tr>\n<tr>\n<td><code>INVALID_DID_ID</code></td>\n<td><code>414</code></td>\n<td>The requested did does not exist or is not owned by the user.</td>\n</tr>\n<tr>\n<td><code>UNEXPECTED_CANCEL_ERROR</code></td>\n<td><code>415</code></td>\n<td>An unexpected error occurred during the execution of the cancellation. Please contact the voxbone support team.</td>\n</tr>\n<tr>\n<td><code>CUSTOMER_REFERENCE_TOO_LONG</code></td>\n<td><code>416</code></td>\n<td>The customer reference is longer than the 255 characters limit.</td>\n</tr>\n<tr>\n<td><code>INVALID_DATE_FORMAT</code></td>\n<td><code>417</code></td>\n<td>The date format is not valid</td>\n</tr>\n<tr>\n<td><code>TEST_DID_NOT_CANCELLABLE</code></td>\n<td><code>418</code></td>\n<td>Dids that have been assigned to you in test cannot be cancelled using this operation. Please contact your account manager to cancel test dids.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8664426","collectionId":"26e87620-fb6a-4855-8dc5-9bbee4095bed","publishedId":"SzzdCLhW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-06-10T16:31:55.000Z"},"item":[{"name":"Service & Coverage","item":[{"name":"Search Voxbone Coverage by Country","id":"6263323f-122a-4cb3-b109-95474e9fbb50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"}],"url":"/v1/inventory/country?pageNumber=0&pageSize=20","urlObject":{"path":["v1","inventory","country"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>The country code for the DID in its ISO 3166-1 alpha-3 format (e.g. 'GBR' for United Kingdom, 'USA' for United States of America, 'BEL' for Belgium, and special code 'WLD' for iNum numbers).</p>\n","type":"text/plain"},"key":"countryCodeA3","value":"<string>"},{"disabled":true,"description":{"content":"<p>The type of DIDs (service) offered for the country.</p>\n","type":"text/plain"},"key":"didType","value":"<string>"},{"description":{"content":"<p>The page number, starting at 0.</p>\n","type":"text/plain"},"key":"pageNumber","value":"0"},{"description":{"content":"<p>The page size (max number of entities that are displayed in the response).</p>\n","type":"text/plain"},"key":"pageSize","value":"20"}],"variable":[]}},"response":[{"id":"3acb1924-9f13-4e68-a1f3-c7ce5beda8da","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/inventory/country?pageNumber=0&pageSize=20","host":[""],"path":["v1","inventory","country"],"query":[{"key":"countryCodeA3","value":"<string>","disabled":true},{"key":"didType","value":"<string>","disabled":true},{"key":"pageNumber","value":"0"},{"key":"pageSize","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"countries\": [\n  {\n   \"countryCodeA3\": \"<string>\",\n   \"countryName\": \"<string>\",\n   \"phoneCode\": \"<integer>\",\n   \"hasStates\": \"<boolean>\",\n   \"hasRegulationRequirement\": \"<boolean>\"\n  },\n  {\n   \"countryCodeA3\": \"<string>\",\n   \"countryName\": \"<string>\",\n   \"phoneCode\": \"<integer>\",\n   \"hasStates\": \"<boolean>\",\n   \"hasRegulationRequirement\": \"<boolean>\"\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"},{"id":"4f788ae9-fdb9-4119-b6b9-6cb7b8d62ef4","name":"200 - Search all coverage","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"}],"url":{"raw":"/v1/inventory/country?pageNumber=0&pageSize=20","host":[""],"path":["v1","inventory","country"],"query":[{"key":"countryCodeA3","value":"","description":"The country code for the DID in its ISO 3166-1 alpha-3 format (e.g. 'GBR' for United Kingdom, 'USA' for United States of America, 'BEL' for Belgium, and special code 'WLD' for iNum numbers).","disabled":true},{"key":"didType","value":"","description":"The type of DIDs (service) offered for the country.","disabled":true},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 28 May 2020 16:54:52 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"countries\": [\n        {\n            \"countryCodeA3\": \"ARG\",\n            \"countryName\": \"ARGENTINA\",\n            \"phoneCode\": 54,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": false\n        },\n        {\n            \"countryCodeA3\": \"AUS\",\n            \"countryName\": \"AUSTRALIA\",\n            \"phoneCode\": 61,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": false\n        },\n        {\n            \"countryCodeA3\": \"AUT\",\n            \"countryName\": \"AUSTRIA\",\n            \"phoneCode\": 43,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": true\n        },\n        {\n            \"countryCodeA3\": \"BEL\",\n            \"countryName\": \"BELGIUM\",\n            \"phoneCode\": 32,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": false\n        },\n        {\n            \"countryCodeA3\": \"BRA\",\n            \"countryName\": \"BRAZIL\",\n            \"phoneCode\": 55,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": false\n        },\n        {\n            \"countryCodeA3\": \"BGR\",\n            \"countryName\": \"BULGARIA\",\n            \"phoneCode\": 359,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": true\n        },\n        {\n            \"countryCodeA3\": \"CAN\",\n            \"countryName\": \"CANADA\",\n            \"phoneCode\": 1,\n            \"hasStates\": true,\n            \"hasRegulationRequirement\": false\n        },\n        {\n            \"countryCodeA3\": \"CHL\",\n            \"countryName\": \"CHILE\",\n            \"phoneCode\": 56,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": false\n        },\n        {\n            \"countryCodeA3\": \"CHN\",\n            \"countryName\": \"CHINA\",\n            \"phoneCode\": 86,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": true\n        },\n        {\n            \"countryCodeA3\": \"COL\",\n            \"countryName\": \"COLOMBIA\",\n            \"phoneCode\": 57,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": true\n        },\n        {\n            \"countryCodeA3\": \"HRV\",\n            \"countryName\": \"CROATIA\",\n            \"phoneCode\": 385,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": true\n        },\n        {\n            \"countryCodeA3\": \"CYP\",\n            \"countryName\": \"CYPRUS\",\n            \"phoneCode\": 357,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": false\n        },\n        {\n            \"countryCodeA3\": \"CZE\",\n            \"countryName\": \"CZECH REPUBLIC\",\n            \"phoneCode\": 420,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": false\n        },\n        {\n            \"countryCodeA3\": \"DNK\",\n            \"countryName\": \"DENMARK\",\n            \"phoneCode\": 45,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": true\n        },\n        {\n            \"countryCodeA3\": \"DOM\",\n            \"countryName\": \"DOMINICAN REPUBLIC\",\n            \"phoneCode\": 1,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": false\n        },\n        {\n            \"countryCodeA3\": \"SLV\",\n            \"countryName\": \"EL SALVADOR\",\n            \"phoneCode\": 503,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": false\n        },\n        {\n            \"countryCodeA3\": \"EST\",\n            \"countryName\": \"ESTONIA\",\n            \"phoneCode\": 372,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": false\n        },\n        {\n            \"countryCodeA3\": \"FIN\",\n            \"countryName\": \"FINLAND\",\n            \"phoneCode\": 358,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": false\n        },\n        {\n            \"countryCodeA3\": \"FRA\",\n            \"countryName\": \"FRANCE\",\n            \"phoneCode\": 33,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": true\n        },\n        {\n            \"countryCodeA3\": \"GEO\",\n            \"countryName\": \"GEORGIA\",\n            \"phoneCode\": 995,\n            \"hasStates\": false,\n            \"hasRegulationRequirement\": true\n        }\n    ],\n    \"resultCount\": 63\n}"}],"_postman_id":"6263323f-122a-4cb3-b109-95474e9fbb50"},{"name":"Get activation requirements and available area codes within a country","id":"85b8d902-f212-48e1-92aa-dff3317b9c66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/country/:countryCodeA3","urlObject":{"path":["v1","inventory","country",":countryCodeA3"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The three letter identifier of the country.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"countryCodeA3"}]}},"response":[{"id":"58494325-6913-4584-bfdf-b75d7377ba44","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/country/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"countries\": [\n  {\n   \"countryCodeA3\": \"<string>\",\n   \"countryName\": \"<string>\",\n   \"phoneCode\": \"<integer>\",\n   \"hasStates\": \"<boolean>\",\n   \"hasRegulationRequirement\": \"<boolean>\"\n  },\n  {\n   \"countryCodeA3\": \"<string>\",\n   \"countryName\": \"<string>\",\n   \"phoneCode\": \"<integer>\",\n   \"hasStates\": \"<boolean>\",\n   \"hasRegulationRequirement\": \"<boolean>\"\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"},{"id":"c4a7fcf6-4f4e-496c-b242-cf5e83104d7d","name":"200 - Activation requirements for USA","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/inventory/country/:countryCodeA3","host":[""],"path":["v1","inventory","country",":countryCodeA3"],"variable":[{"key":"countryCodeA3","value":"USA","description":"The three letter identifier of the country."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 28 May 2020 16:59:24 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"countries\": [\n        {\n            \"countryCodeA3\": \"USA\",\n            \"countryName\": \"UNITED STATES\",\n            \"phoneCode\": 1,\n            \"hasStates\": true,\n            \"hasRegulationRequirement\": false\n        }\n    ],\n    \"resultCount\": 1\n}"}],"_postman_id":"85b8d902-f212-48e1-92aa-dff3317b9c66"},{"name":"Get Voxbone Coverage by States in USA and Canada","id":"0b055b98-012d-4524-a0ff-a15f375e7408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/country/:countryCodeA3/state","urlObject":{"path":["v1","inventory","country",":countryCodeA3","state"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>It indicates the country code of the country in its ISO 3166-1 alpha-3 format. Note that only countryCodeA3 for countries that have states are valid values.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"countryCodeA3"}]}},"response":[{"id":"375e7734-3967-40f7-96b5-47be449188ec","name":"200 - Coverage for USA states","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/inventory/country/:countryCodeA3/state","host":[""],"path":["v1","inventory","country",":countryCodeA3","state"],"variable":[{"key":"countryCodeA3","value":"USA","description":"It indicates the country code of the country in its ISO 3166-1 alpha-3 format. Note that only countryCodeA3 for countries that have states are valid values."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 28 May 2020 17:01:53 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"states\": [\n        {\n            \"stateId\": 1,\n            \"stateName\": \"Alabama\",\n            \"stateCode\": \"AL\",\n            \"countryCodeA3\": \"USA\"\n        },\n        {\n            \"stateId\": 2,\n            \"stateName\": \"Alaska\",\n            \"stateCode\": \"AK\",\n            \"countryCodeA3\": \"USA\"\n        },\n        {\n            \"stateId\": 3,\n            \"stateName\": \"Arizona\",\n            \"stateCode\": \"AZ\",\n            \"countryCodeA3\": \"USA\"\n        },\n        {\n            \"stateId\": 4,\n            \"stateName\": \"Arkansas\",\n            \"stateCode\": \"AR\",\n            \"countryCodeA3\": \"USA\"\n        },\n        {\n            \"stateId\": 5,\n            \"stateName\": \"California\",\n            \"stateCode\": \"CA\",\n            \"countryCodeA3\": \"USA\"\n        }\n    ]\n}"},{"id":"58c819ca-7e3d-43c6-bf27-00467dc6b48e","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/country/<string>/state"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"states\": [\n  {\n   \"stateId\": \"<integer>\",\n   \"stateName\": \"<string>\",\n   \"stateCode\": \"<string>\",\n   \"countryCodeA3\": \"<string>\"\n  },\n  {\n   \"stateId\": \"<integer>\",\n   \"stateName\": \"<string>\",\n   \"stateCode\": \"<string>\",\n   \"countryCodeA3\": \"<string>\"\n  }\n ]\n}"}],"_postman_id":"0b055b98-012d-4524-a0ff-a15f375e7408"},{"name":"Search Voxbone Coverage by City and Area Code","id":"c3ed7622-8ba3-4461-908f-a619e2be350a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/didgroup?countryCodeA3=<string>&pageNumber=0&pageSize=20","urlObject":{"path":["v1","inventory","didgroup"],"host":[""],"query":[{"description":{"content":"<p>Indicates the country code of the DID group in its ISO 3166-1 alpha-3 format (e.g. 'GBR' for United Kingdom, 'USA' for United States of America, 'BEL' for Belgium, etc.).</p>\n","type":"text/plain"},"key":"countryCodeA3","value":"<string>"},{"disabled":true,"description":{"content":"<p>Can be used if you want information about specific DID groups. Note that you can specify multiple ids by repeating the query parameter.</p>\n","type":"text/plain"},"key":"didGroupIds","value":"<integer>"},{"disabled":true,"description":{"content":"<p>The numerical identifier for the didGroup's state. Please see the listState operation to retrieve a valid state identifier.</p>\n","type":"text/plain"},"key":"stateId","value":"<integer>"},{"disabled":true,"description":{"content":"<p>A string pattern to be matched the city name. The entered string will be searched within any part of the city name.</p>\n","type":"text/plain"},"key":"cityNamePattern","value":"<string>"},{"disabled":true,"description":{"content":"<p>The rate center can be defined as a zone (which can be equivalent to a city or the area of a city) e.g. the rate center of 'NEW YORK CITY ZONE 1' would be 'NWYRCYZN01'. The rate center is a notion usually used in north America.</p>\n","type":"text/plain"},"key":"rateCenter","value":"<string>"},{"disabled":true,"description":{"content":"<p>The area code of the DID group (e.g. '646').</p>\n","type":"text/plain"},"key":"areaCode","value":"<string>"},{"disabled":true,"description":{"content":"<p>The type of DID.</p>\n","type":"text/plain"},"key":"didType","value":"<string>"},{"disabled":true,"description":{"content":"<p>Set to true if you want to show the didGroups with no stock currently available.</p>\n","type":"text/plain"},"key":"showEmpty","value":"<string>"},{"disabled":true,"description":{"content":"<p>Can be used if you want to list DID groups that support certain features such as VoxSMS or VoxFAX. (eg. 6 for VoxFAX, 25 for VoxSMS, 50 for Voice). Note that you can specify multiple features by repeating the query parameter.</p>\n","type":"text/plain"},"key":"featureIds","value":"<integer>"},{"description":{"content":"<p>The page number, starting at 0.</p>\n","type":"text/plain"},"key":"pageNumber","value":"0"},{"description":{"content":"<p>The page size (max number of entities that are displayed in the response).</p>\n","type":"text/plain"},"key":"pageSize","value":"20"}],"variable":[]}},"response":[{"id":"2376a53e-f019-4627-a619-7072254b7722","name":"200 - Coverage in USA, New York","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/inventory/didgroup?countryCodeA3=USA&didGroupIds=174&stateId=32&cityNamePattern=NEW YORK&areaCode=646&didType=GEOGRAPHIC&showEmpty=false&featureIds=29&pageNumber=0&pageSize=20","host":[""],"path":["v1","inventory","didgroup"],"query":[{"key":"countryCodeA3","value":"USA","description":"Indicates the country code of the DID group in its ISO 3166-1 alpha-3 format (e.g. 'GBR' for United Kingdom, 'USA' for United States of America, 'BEL' for Belgium, etc.)."},{"key":"didGroupIds","value":"174","description":"Can be used if you want information about specific DID groups. Note that you can specify multiple ids by repeating the query parameter."},{"key":"stateId","value":"32","description":"The numerical identifier for the didGroup's state. Please see the listState operation to retrieve a valid state identifier."},{"key":"cityNamePattern","value":"NEW YORK","description":"A string pattern to be matched the city name. The entered string will be searched within any part of the city name."},{"key":"rateCenter","value":"","description":"The rate center can be defined as a zone (which can be equivalent to a city or the area of a city) e.g. the rate center of 'NEW YORK CITY ZONE 1' would be 'NWYRCYZN01'. The rate center is a notion usually used in north America.","disabled":true},{"key":"areaCode","value":"646","description":"The area code of the DID group (e.g. '646')."},{"key":"didType","value":"GEOGRAPHIC","description":"The type of DID."},{"key":"showEmpty","value":"false","description":"Set to true if you want to show the didGroups with no stock currently available."},{"key":"featureIds","value":"29","description":"Can be used if you want to list DID groups that support certain features such as VoxSMS or VoxFAX. (eg. 6 for VoxFAX, 25 for VoxSMS, 50 for Voice). Note that you can specify multiple features by repeating the query parameter."},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 28 May 2020 17:13:34 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"didGroups\": [\n        {\n            \"didGroupId\": 174,\n            \"countryCodeA3\": \"USA\",\n            \"stateId\": 32,\n            \"didType\": \"GEOGRAPHIC\",\n            \"cityName\": \"NEW YORK CITY ZONE 01\",\n            \"areaCode\": \"646\",\n            \"rateCenter\": \"NWYRCYZN01\",\n            \"stock\": 3105,\n            \"setup100\": 0,\n            \"monthly100\": 21,\n            \"available\": true,\n            \"regulationRequirement\": null,\n            \"features\": [\n                {\n                    \"featureId\": 6,\n                    \"name\": \"VoxFax\",\n                    \"description\": \"VoxFax\"\n                },\n                {\n                    \"featureId\": 50,\n                    \"name\": \"Voice\",\n                    \"description\": \"Voice\"\n                },\n                {\n                    \"featureId\": 51,\n                    \"name\": \"VoxOUT International\",\n                    \"description\": \"Used to build the coverage pages in the public website\"\n                },\n                {\n                    \"featureId\": 5,\n                    \"name\": \"T.38\",\n                    \"description\": \"T.38\"\n                },\n                {\n                    \"featureId\": 29,\n                    \"name\": \"VoxOUT Emergency\",\n                    \"description\": \"Feature that allows the VoxDID to access emergency services\"\n                },\n                {\n                    \"featureId\": 52,\n                    \"name\": \"VoxOUT National\",\n                    \"description\": \"Used to build the coverage pages in the public website\"\n                },\n                {\n                    \"featureId\": 25,\n                    \"name\": \"VoxSMS\",\n                    \"description\": \"VoxSMS\"\n                }\n            ]\n        }\n    ],\n    \"resultCount\": 1\n}"},{"id":"63e9114c-af74-43a7-942d-c1350f847cc2","name":"200 - OK","originalRequest":{"method":"GET","header":[{"description":{"content":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n","type":"text/plain"},"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/inventory/didgroup?countryCodeA3=<string>&pageNumber=0&pageSize=20","host":[""],"path":["v1","inventory","didgroup"],"query":[{"key":"countryCodeA3","value":"<string>"},{"key":"didGroupIds","value":"<integer>","disabled":true},{"key":"stateId","value":"<integer>","disabled":true},{"key":"cityNamePattern","value":"<string>","disabled":true},{"key":"rateCenter","value":"<string>","disabled":true},{"key":"areaCode","value":"<string>","disabled":true},{"key":"didType","value":"<string>","disabled":true},{"key":"showEmpty","value":"<string>","disabled":true},{"key":"featureIds","value":"<integer>","disabled":true},{"key":"pageNumber","value":"0"},{"key":"pageSize","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"didGroups\": [\n  {\n   \"didGroupId\": 1073,\n   \"countryCodeA3\": \"NLD\",\n   \"stateId\": {},\n   \"didType\": \"GEOGRAPHIC\",\n   \"cityName\": \"AMSTERDAM\",\n   \"areaCode\": \"20\",\n   \"rateCenter\": {},\n   \"stock\": 1791,\n   \"setup100\": 0,\n   \"monthly100\": 110,\n   \"available\": true,\n   \"regulationRequirement\": {\n    \"addressType\": \"LOCAL\",\n    \"proofRequired\": false\n   },\n   \"features\": [\n    {\n     \"featureId\": 6,\n     \"name\": \"VoxFax\",\n     \"description\": \"VoxFax\"\n    },\n    {\n     \"featureId\": 50,\n     \"name\": \"Voice\",\n     \"description\": \"Voice\"\n    },\n    {\n     \"featureId\": 51,\n     \"name\": \"VoxOUT International\",\n     \"description\": \"Used to build the coverage pages in the public website\"\n    },\n    {\n     \"featureId\": 5,\n     \"name\": \"T.38\",\n     \"description\": \"T.38\"\n    },\n    {\n     \"featureId\": 29,\n     \"name\": \"VoxOUT Emergency\",\n     \"description\": \"Feature that allows the VoxDID to access emergency services\"\n    },\n    {\n     \"featureId\": 52,\n     \"name\": \"VoxOUT National\",\n     \"description\": \"Used to build the coverage pages in the public website\"\n    }\n   ]\n  }\n ],\n \"resultCount\": 1\n}"},{"id":"6485aeea-a0df-4458-8a57-fd7bc2c66d30","name":"200 - Coverage in USA by multiple didGroupIds and featureIds","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/inventory/didgroup?countryCodeA3=USA&didGroupIds=174&didGroupIds=22573&featureIds=50&featureIds=51&pageNumber=0&pageSize=20","host":[""],"path":["v1","inventory","didgroup"],"query":[{"key":"countryCodeA3","value":"USA","description":"Indicates the country code of the DID group in its ISO 3166-1 alpha-3 format (e.g. 'GBR' for United Kingdom, 'USA' for United States of America, 'BEL' for Belgium, etc.)."},{"key":"didGroupIds","value":"174","description":"Can be used if you want information about specific DID groups. Note that you can specify multiple ids by repeating the query parameter."},{"key":"didGroupIds","value":"22573","description":"Can be used if you want information about specific DID groups. Note that you can specify multiple ids by repeating the query parameter."},{"key":"stateId","value":"","description":"The numerical identifier for the didGroup's state. Please see the listState operation to retrieve a valid state identifier.","disabled":true},{"key":"cityNamePattern","value":"","description":"A string pattern to be matched the city name. The entered string will be searched within any part of the city name.","disabled":true},{"key":"rateCenter","value":"","description":"The rate center can be defined as a zone (which can be equivalent to a city or the area of a city) e.g. the rate center of 'NEW YORK CITY ZONE 1' would be 'NWYRCYZN01'. The rate center is a notion usually used in north America.","disabled":true},{"key":"areaCode","value":"","description":"The area code of the DID group (e.g. '646').","disabled":true},{"key":"didType","value":"","description":"The type of DID.","disabled":true},{"key":"showEmpty","value":"","description":"Set to true if you want to show the didGroups with no stock currently available.","disabled":true},{"key":"featureIds","value":"50","description":"Can be used if you want to list DID groups that support certain features such as VoxSMS or VoxFAX. (eg. 6 for VoxFAX, 25 for VoxSMS, 50 for Voice). Note that you can specify multiple features by repeating the query parameter."},{"key":"featureIds","value":"51","description":"Can be used if you want to list DID groups that support certain features such as VoxSMS or VoxFAX. (eg. 6 for VoxFAX, 25 for VoxSMS, 50 for Voice). Note that you can specify multiple features by repeating the query parameter."},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 10 Jun 2020 16:24:37 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"didGroups\": [\n        {\n            \"didGroupId\": 174,\n            \"countryCodeA3\": \"USA\",\n            \"stateId\": 32,\n            \"didType\": \"GEOGRAPHIC\",\n            \"cityName\": \"NEW YORK CITY ZONE 01\",\n            \"areaCode\": \"646\",\n            \"rateCenter\": \"NWYRCYZN01\",\n            \"stock\": 2988,\n            \"setup100\": 0,\n            \"monthly100\": 21,\n            \"available\": true,\n            \"regulationRequirement\": null,\n            \"features\": [\n                {\n                    \"featureId\": 6,\n                    \"name\": \"VoxFax\",\n                    \"description\": \"VoxFax\"\n                },\n                {\n                    \"featureId\": 50,\n                    \"name\": \"Voice\",\n                    \"description\": \"Voice\"\n                },\n                {\n                    \"featureId\": 51,\n                    \"name\": \"VoxOUT International\",\n                    \"description\": \"Used to build the coverage pages in the public website\"\n                },\n                {\n                    \"featureId\": 5,\n                    \"name\": \"T.38\",\n                    \"description\": \"T.38\"\n                },\n                {\n                    \"featureId\": 29,\n                    \"name\": \"VoxOUT Emergency\",\n                    \"description\": \"Feature that allows the VoxDID to access emergency services\"\n                },\n                {\n                    \"featureId\": 52,\n                    \"name\": \"VoxOUT National\",\n                    \"description\": \"Used to build the coverage pages in the public website\"\n                },\n                {\n                    \"featureId\": 25,\n                    \"name\": \"VoxSMS\",\n                    \"description\": \"VoxSMS\"\n                }\n            ]\n        },\n        {\n            \"didGroupId\": 22573,\n            \"countryCodeA3\": \"USA\",\n            \"stateId\": 32,\n            \"didType\": \"GEOGRAPHIC\",\n            \"cityName\": \"NEW YORK CITY ZONE 04\",\n            \"areaCode\": \"929\",\n            \"rateCenter\": \"NWYRCYZN04\",\n            \"stock\": 6,\n            \"setup100\": 0,\n            \"monthly100\": 21,\n            \"available\": true,\n            \"regulationRequirement\": null,\n            \"features\": [\n                {\n                    \"featureId\": 6,\n                    \"name\": \"VoxFax\",\n                    \"description\": \"VoxFax\"\n                },\n                {\n                    \"featureId\": 50,\n                    \"name\": \"Voice\",\n                    \"description\": \"Voice\"\n                },\n                {\n                    \"featureId\": 51,\n                    \"name\": \"VoxOUT International\",\n                    \"description\": \"Used to build the coverage pages in the public website\"\n                },\n                {\n                    \"featureId\": 5,\n                    \"name\": \"T.38\",\n                    \"description\": \"T.38\"\n                },\n                {\n                    \"featureId\": 29,\n                    \"name\": \"VoxOUT Emergency\",\n                    \"description\": \"Feature that allows the VoxDID to access emergency services\"\n                },\n                {\n                    \"featureId\": 52,\n                    \"name\": \"VoxOUT National\",\n                    \"description\": \"Used to build the coverage pages in the public website\"\n                },\n                {\n                    \"featureId\": 25,\n                    \"name\": \"VoxSMS\",\n                    \"description\": \"VoxSMS\"\n                }\n            ]\n        }\n    ],\n    \"resultCount\": 2\n}"},{"id":"e7938992-82de-4b45-8e4c-c62ab53460cc","name":"200 - Coverage in USA","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/inventory/didgroup?countryCodeA3=USA&pageNumber=0&pageSize=20","host":[""],"path":["v1","inventory","didgroup"],"query":[{"key":"countryCodeA3","value":"USA","description":"Indicates the country code of the DID group in its ISO 3166-1 alpha-3 format (e.g. 'GBR' for United Kingdom, 'USA' for United States of America, 'BEL' for Belgium, etc.)."},{"key":"didGroupIds","value":"","description":"Can be used if you want information about specific DID groups. Note that you can specify multiple ids by repeating the query parameter.","disabled":true},{"key":"stateId","value":"","description":"The numerical identifier for the didGroup's state. Please see the listState operation to retrieve a valid state identifier.","disabled":true},{"key":"cityNamePattern","value":"","description":"A string pattern to be matched the city name. The entered string will be searched within any part of the city name.","disabled":true},{"key":"rateCenter","value":"","description":"The rate center can be defined as a zone (which can be equivalent to a city or the area of a city) e.g. the rate center of 'NEW YORK CITY ZONE 1' would be 'NWYRCYZN01'. The rate center is a notion usually used in north America.","disabled":true},{"key":"areaCode","value":"","description":"The area code of the DID group (e.g. '646').","disabled":true},{"key":"didType","value":"","description":"The type of DID.","disabled":true},{"key":"showEmpty","value":"","description":"Set to true if you want to show the didGroups with no stock currently available.","disabled":true},{"key":"featureIds","value":"","description":"Can be used if you want to list DID groups that support certain features such as VoxSMS or VoxFAX. (eg. 6 for VoxFAX, 25 for VoxSMS, 50 for Voice). Note that you can specify multiple features by repeating the query parameter.","disabled":true},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 28 May 2020 17:07:11 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"didGroups\": [\n        {\n            \"didGroupId\": 6557,\n            \"countryCodeA3\": \"USA\",\n            \"stateId\": 18,\n            \"didType\": \"GEOGRAPHIC\",\n            \"cityName\": \"ABBEVILLE\",\n            \"areaCode\": \"337\",\n            \"rateCenter\": \"ABBEVILLE\",\n            \"stock\": 34,\n            \"setup100\": 0,\n            \"monthly100\": 21,\n            \"available\": true,\n            \"regulationRequirement\": null,\n            \"features\": [\n                {\n                    \"featureId\": 6,\n                    \"name\": \"VoxFax\",\n                    \"description\": \"VoxFax\"\n                },\n                {\n                    \"featureId\": 50,\n                    \"name\": \"Voice\",\n                    \"description\": \"Voice\"\n                },\n                {\n                    \"featureId\": 51,\n                    \"name\": \"VoxOUT International\",\n                    \"description\": \"Used to build the coverage pages in the public website\"\n                },\n                {\n                    \"featureId\": 5,\n                    \"name\": \"T.38\",\n                    \"description\": \"T.38\"\n                },\n                {\n                    \"featureId\": 29,\n                    \"name\": \"VoxOUT Emergency\",\n                    \"description\": \"Feature that allows the VoxDID to access emergency services\"\n                },\n                {\n                    \"featureId\": 52,\n                    \"name\": \"VoxOUT National\",\n                    \"description\": \"Used to build the coverage pages in the public website\"\n                },\n                {\n                    \"featureId\": 25,\n                    \"name\": \"VoxSMS\",\n                    \"description\": \"VoxSMS\"\n                }\n            ]\n        },\n        {\n            \"didGroupId\": 8371,\n            \"countryCodeA3\": \"USA\",\n            \"stateId\": null,\n            \"didType\": \"TOLL_FREE\",\n            \"cityName\": null,\n            \"areaCode\": \"888\",\n            \"rateCenter\": null,\n            \"stock\": 141,\n            \"setup100\": 0,\n            \"monthly100\": 83,\n            \"available\": true,\n            \"regulationRequirement\": null,\n            \"features\": [\n                {\n                    \"featureId\": 6,\n                    \"name\": \"VoxFax\",\n                    \"description\": \"VoxFax\"\n                },\n                {\n                    \"featureId\": 50,\n                    \"name\": \"Voice\",\n                    \"description\": \"Voice\"\n                },\n                {\n                    \"featureId\": 51,\n                    \"name\": \"VoxOUT International\",\n                    \"description\": \"Used to build the coverage pages in the public website\"\n                },\n                {\n                    \"featureId\": 5,\n                    \"name\": \"T.38\",\n                    \"description\": \"T.38\"\n                },\n                {\n                    \"featureId\": 29,\n                    \"name\": \"VoxOUT Emergency\",\n                    \"description\": \"Feature that allows the VoxDID to access emergency services\"\n                },\n                {\n                    \"featureId\": 52,\n                    \"name\": \"VoxOUT National\",\n                    \"description\": \"Used to build the coverage pages in the public website\"\n                }\n            ]\n        }\n    ],\n    \"resultCount\": 2\n}"}],"_postman_id":"c3ed7622-8ba3-4461-908f-a619e2be350a"},{"name":"List Service Restrictions by Country","id":"a365679c-b04f-4d67-9d39-87445caf60d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/country/:countryCodeA3/restriction","urlObject":{"path":["v1","inventory","country",":countryCodeA3","restriction"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The country code for the DID in its ISO 3166-1 alpha-3 format (e.g. 'GBR' for United Kingdom, 'USA' for United States of America, 'BEL' for Belgium, etc.).</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"countryCodeA3"}]}},"response":[{"id":"32168234-af13-4a2c-b812-60a2fa949a6a","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/country/<string>/restriction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"restrictions\": [\n  {\n   \"countryCodeA3\": \"<string>\",\n   \"restrictionType\": \"<string>\",\n   \"restrictionMessage\": \"<string>\"\n  },\n  {\n   \"countryCodeA3\": \"<string>\",\n   \"restrictionType\": \"<string>\",\n   \"restrictionMessage\": \"<string>\"\n  }\n ]\n}"},{"id":"9b08a037-6419-4ba5-8c74-8f4d78fd3821","name":"200 - Service restrictions in USA","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/inventory/country/:countryCodeA3/restriction","host":[""],"path":["v1","inventory","country",":countryCodeA3","restriction"],"variable":[{"key":"countryCodeA3","value":"USA","description":"The country code for the DID in its ISO 3166-1 alpha-3 format (e.g. 'GBR' for United Kingdom, 'USA' for United States of America, 'BEL' for Belgium, etc.)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 11:10:03 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"restrictions\": [\n        {\n            \"countryCodeA3\": \"USA\",\n            \"restrictionType\": \"SERVICE\",\n            \"restrictionMessage\": \" Vox800 numbers with area code 855 bought before July 2015 are reachable from US mainland (48 states) and Canada.\"\n        },\n        {\n            \"countryCodeA3\": \"USA\",\n            \"restrictionType\": \"LEGAL\",\n            \"restrictionMessage\": \"Outbound SMSs are restricted to be used by our customers or their subscribers for sending person-to-person traffic only. The message must be initiated by human interaction. This service cannot be used for sending bulk notifications or other marketing campaigns which fall outside of the scope of CTIA guidelines with regards to the usage of long virtual numbers.\"\n        },\n        {\n            \"countryCodeA3\": \"USA\",\n            \"restrictionType\": \"PURCHASE\",\n            \"restrictionMessage\": \"Because of very limited supply, United States Vox800 numbers with area code 800 are only available via your account manager.\"\n        },\n        {\n            \"countryCodeA3\": \"USA\",\n            \"restrictionType\": \"SERVICE\",\n            \"restrictionMessage\": \"CNAM registration is not supported on VoxDID Mobile numbers\"\n        }\n    ]\n}"}],"_postman_id":"a365679c-b04f-4d67-9d39-87445caf60d3"},{"name":"List channels by zone","id":"c0155e46-9991-4f3a-b7f2-d49e21ac6cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/zone","urlObject":{"path":["v1","inventory","zone"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"5ed84d0b-c585-4051-985a-612bc11d8664","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/zone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"zone\": [\n  \"<string>\",\n  \"<string>\"\n ]\n}"},{"id":"f9a9aa3f-6ce0-4664-a19b-84bdae321f6c","name":"200 - All available zones","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/zone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 11:05:51 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"zone\": [\n        \"BRA\",\n        \"CAN\",\n        \"GBR\",\n        \"KOR\",\n        \"USA\",\n        \"A\",\n        \"B\",\n        \"C\",\n        \"WORLDWIDE\"\n    ]\n}"}],"_postman_id":"c0155e46-9991-4f3a-b7f2-d49e21ac6cb4"},{"name":"List available communications features","id":"9e9b3d33-43f3-47a3-b485-ed152fe42883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/feature","urlObject":{"path":["v1","inventory","feature"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"1cbacf53-36ab-4dca-a8c3-da70f4ec76bf","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/feature"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"features\": [\n  {\n   \"featureId\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<string>\"\n  },\n  {\n   \"featureId\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<string>\"\n  }\n ]\n}"},{"id":"f1197bca-97b5-418d-aade-a8e47502d677","name":"200 - List communication features","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/feature"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 11:08:44 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"features\": [\n        {\n            \"featureId\": 5,\n            \"name\": \"T.38\",\n            \"description\": \"T.38\"\n        },\n        {\n            \"featureId\": 50,\n            \"name\": \"Voice\",\n            \"description\": \"Voice\"\n        },\n        {\n            \"featureId\": 6,\n            \"name\": \"VoxFax\",\n            \"description\": \"VoxFax\"\n        },\n        {\n            \"featureId\": 29,\n            \"name\": \"VoxOUT Emergency\",\n            \"description\": \"Feature that allows the VoxDID to access emergency services\"\n        },\n        {\n            \"featureId\": 51,\n            \"name\": \"VoxOUT International\",\n            \"description\": \"Used to build the coverage pages in the public website\"\n        },\n        {\n            \"featureId\": 52,\n            \"name\": \"VoxOUT National\",\n            \"description\": \"Used to build the coverage pages in the public website\"\n        },\n        {\n            \"featureId\": 49,\n            \"name\": \"VoxOUT Toll-free\",\n            \"description\": \"Feature that allows the VoxDID to access national Toll-free numbers\"\n        },\n        {\n            \"featureId\": 25,\n            \"name\": \"VoxSMS\",\n            \"description\": \"VoxSMS\"\n        }\n    ]\n}"}],"_postman_id":"9e9b3d33-43f3-47a3-b485-ed152fe42883"}],"id":"d33d7381-18ba-4479-83ef-c30ef5937bfa","event":[{"listen":"prerequest","script":{"id":"a8a7fefc-83d0-4568-ac95-a03aa67937e6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a68abdb4-dbf8-417b-81b0-c8895924751c","type":"text/javascript","exec":[""]}}],"_postman_id":"d33d7381-18ba-4479-83ef-c30ef5937bfa","description":""},{"name":"Ordering","item":[{"name":"List and filter created carts","id":"e458d238-3014-4e38-985a-2da1cb8554d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/ordering/cart?pageNumber=0&pageSize=20","urlObject":{"path":["v1","ordering","cart"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Identifies the cart and is returned by the createCart method or can be retrieved with the listCart method.</p>\n","type":"text/plain"},"key":"cartIdentifier","value":"<integer>"},{"disabled":true,"description":{"content":"<p>The reference of the cart.</p>\n","type":"text/plain"},"key":"reference","value":"<string>"},{"description":{"content":"<p>The page number, starting at 0.</p>\n","type":"text/plain"},"key":"pageNumber","value":"0"},{"description":{"content":"<p>The page size (max number of entities that are displayed in the response).</p>\n","type":"text/plain"},"key":"pageSize","value":"20"}],"variable":[]}},"response":[{"id":"0c976e9a-b40f-4c92-975c-c793b652ad9c","name":"200 - Find by cart identifier","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/ordering/cart?cartIdentifier=3630217&pageNumber=0&pageSize=20","host":[""],"path":["v1","ordering","cart"],"query":[{"key":"cartIdentifier","value":"3630217","description":"Identifies the cart and is returned by the createCart method or can be retrieved with the listCart method."},{"key":"reference","value":"d87927aa-c121-4555-9d21-cc87691b8567","description":"The reference of the cart.","disabled":true},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 11:24:29 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"carts\": [\n        {\n            \"cartIdentifier\": 3630217,\n            \"customerReference\": \"d87927aa-c121-4555-9d21-cc87691b8567\",\n            \"description\": \"GBR & Capacity\",\n            \"dateAdded\": \"2019-11-22 16:47:22\",\n            \"orderProducts\": [\n                {\n                    \"orderProductId\": 4972421,\n                    \"productType\": \"DID\",\n                    \"productDescription\": \"[UNITED KINGDOM] ABERDEEN (1224)\",\n                    \"quantity\": 125,\n                    \"didgroupId\": 8826\n                },\n                {\n                    \"orderProductId\": 4954789,\n                    \"productType\": \"CAPACITY\",\n                    \"productDescription\": \"additional capacity VoxTrunk | Zone World\",\n                    \"quantity\": 10,\n                    \"didgroupId\": null\n                }\n            ]\n        }\n    ],\n    \"resultCount\": 1\n}"},{"id":"7d997704-8c82-423b-903b-5178726e3a57","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/ordering/cart?pageNumber=0&pageSize=20","host":[""],"path":["v1","ordering","cart"],"query":[{"key":"cartIdentifier","value":"<integer>","disabled":true},{"key":"reference","value":"<string>","disabled":true},{"key":"pageNumber","value":"0"},{"key":"pageSize","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"carts\": [\n  {\n   \"cartIdentifier\": \"<integer>\",\n   \"customerReference\": \"<string>\",\n   \"description\": \"<string>\",\n   \"dateAdded\": \"<string>\",\n   \"orderProducts\": [\n    {\n     \"orderProductId\": \"<integer>\",\n     \"productType\": \"<string>\",\n     \"productDescription\": \"<string>\",\n     \"quantity\": \"<integer>\",\n     \"didgroupId\": \"<integer>\"\n    },\n    {\n     \"orderProductId\": \"<integer>\",\n     \"productType\": \"<string>\",\n     \"productDescription\": \"<string>\",\n     \"quantity\": \"<integer>\",\n     \"didgroupId\": \"<integer>\"\n    }\n   ]\n  },\n  {\n   \"cartIdentifier\": \"<integer>\",\n   \"customerReference\": \"<string>\",\n   \"description\": \"<string>\",\n   \"dateAdded\": \"<string>\",\n   \"orderProducts\": [\n    {\n     \"orderProductId\": \"<integer>\",\n     \"productType\": \"<string>\",\n     \"productDescription\": \"<string>\",\n     \"quantity\": \"<integer>\",\n     \"didgroupId\": \"<integer>\"\n    },\n    {\n     \"orderProductId\": \"<integer>\",\n     \"productType\": \"<string>\",\n     \"productDescription\": \"<string>\",\n     \"quantity\": \"<integer>\",\n     \"didgroupId\": \"<integer>\"\n    }\n   ]\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"},{"id":"ce82825a-1c83-4368-9f70-178ba8abf004","name":"200 - Find all carts","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/ordering/cart?pageNumber=0&pageSize=20","host":[""],"path":["v1","ordering","cart"],"query":[{"key":"cartIdentifier","value":"","description":"Identifies the cart and is returned by the createCart method or can be retrieved with the listCart method.","disabled":true},{"key":"reference","value":"","description":"The reference of the cart.","disabled":true},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 11:21:15 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"carts\": [\n        {\n            \"cartIdentifier\": 2958489,\n            \"customerReference\": \"Customer #23421\",\n            \"description\": \"\",\n            \"dateAdded\": \"2019-04-08 09:05:08\",\n            \"orderProducts\": []\n        },\n        {\n            \"cartIdentifier\": 3630217,\n            \"customerReference\": \"d87927aa-c121-4555-9d21-cc87691b8567\",\n            \"description\": \"GBR & Capacity\",\n            \"dateAdded\": \"2019-11-22 16:47:22\",\n            \"orderProducts\": [\n                {\n                    \"orderProductId\": 4972421,\n                    \"productType\": \"DID\",\n                    \"productDescription\": \"[UNITED KINGDOM] ABERDEEN (1224)\",\n                    \"quantity\": 125,\n                    \"didgroupId\": 8826\n                },\n                {\n                    \"orderProductId\": 4954789,\n                    \"productType\": \"CAPACITY\",\n                    \"productDescription\": \"additional capacity VoxTrunk | Zone World\",\n                    \"quantity\": 10,\n                    \"didgroupId\": null\n                }\n            ]\n        },\n        {\n            \"cartIdentifier\": 4179883,\n            \"customerReference\": \"99c37736-a61d-477d-81c0-94782f392bec\",\n            \"description\": \"DID orders for USA\",\n            \"dateAdded\": \"2020-05-29 11:16:49\",\n            \"orderProducts\": []\n        }\n    ],\n    \"resultCount\": 3\n}"},{"id":"e7eb8c97-5f92-4184-a92c-dea9e3ac3b12","name":"200 - Find by cart reference","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/ordering/cart?reference=d87927aa-c121-4555-9d21-cc87691b8567&pageNumber=0&pageSize=20","host":[""],"path":["v1","ordering","cart"],"query":[{"key":"cartIdentifier","value":"3630217","description":"Identifies the cart and is returned by the createCart method or can be retrieved with the listCart method.","disabled":true},{"key":"reference","value":"d87927aa-c121-4555-9d21-cc87691b8567","description":"The reference of the cart."},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 11:26:00 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"carts\": [\n        {\n            \"cartIdentifier\": 3630217,\n            \"customerReference\": \"d87927aa-c121-4555-9d21-cc87691b8567\",\n            \"description\": \"GBR & Capacity\",\n            \"dateAdded\": \"2019-11-22 16:47:22\",\n            \"orderProducts\": [\n                {\n                    \"orderProductId\": 4972421,\n                    \"productType\": \"DID\",\n                    \"productDescription\": \"[UNITED KINGDOM] ABERDEEN (1224)\",\n                    \"quantity\": 125,\n                    \"didgroupId\": 8826\n                },\n                {\n                    \"orderProductId\": 4954789,\n                    \"productType\": \"CAPACITY\",\n                    \"productDescription\": \"additional capacity VoxTrunk | Zone World\",\n                    \"quantity\": 10,\n                    \"didgroupId\": null\n                }\n            ]\n        }\n    ],\n    \"resultCount\": 1\n}"}],"_postman_id":"e458d238-3014-4e38-985a-2da1cb8554d8"},{"name":"Get a specific cart by id","id":"d525f1e1-5d97-4bbb-896e-9ae0de7734a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/ordering/cart/:cartIdentifier","urlObject":{"path":["v1","ordering","cart",":cartIdentifier"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>Identifies the cart and is returned by the createCart method or can be retrieved with the listCart method.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"cartIdentifier"}]}},"response":[{"id":"1f11752f-94c2-4588-85aa-424702487e55","name":"200 - Find by cart identifier","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/ordering/cart/:cartIdentifier","host":[""],"path":["v1","ordering","cart",":cartIdentifier"],"variable":[{"key":"cartIdentifier","value":"4179883","description":"Identifies the cart and is returned by the createCart method or can be retrieved with the listCart method."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 11:18:28 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"carts\": [\n        {\n            \"cartIdentifier\": 4179883,\n            \"customerReference\": \"99c37736-a61d-477d-81c0-94782f392bec\",\n            \"description\": \"DID orders for USA\",\n            \"dateAdded\": \"2020-05-29 11:16:49\",\n            \"orderProducts\": []\n        }\n    ],\n    \"resultCount\": 1\n}"},{"id":"42186e6f-08db-4e27-b92a-e006e8016963","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/ordering/cart/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"carts\": [\n  {\n   \"cartIdentifier\": \"<integer>\",\n   \"customerReference\": \"<string>\",\n   \"description\": \"<string>\",\n   \"dateAdded\": \"<string>\",\n   \"orderProducts\": [\n    {\n     \"orderProductId\": \"<integer>\",\n     \"productType\": \"<string>\",\n     \"productDescription\": \"<string>\",\n     \"quantity\": \"<integer>\",\n     \"didgroupId\": \"<integer>\"\n    },\n    {\n     \"orderProductId\": \"<integer>\",\n     \"productType\": \"<string>\",\n     \"productDescription\": \"<string>\",\n     \"quantity\": \"<integer>\",\n     \"didgroupId\": \"<integer>\"\n    }\n   ]\n  },\n  {\n   \"cartIdentifier\": \"<integer>\",\n   \"customerReference\": \"<string>\",\n   \"description\": \"<string>\",\n   \"dateAdded\": \"<string>\",\n   \"orderProducts\": [\n    {\n     \"orderProductId\": \"<integer>\",\n     \"productType\": \"<string>\",\n     \"productDescription\": \"<string>\",\n     \"quantity\": \"<integer>\",\n     \"didgroupId\": \"<integer>\"\n    },\n    {\n     \"orderProductId\": \"<integer>\",\n     \"productType\": \"<string>\",\n     \"productDescription\": \"<string>\",\n     \"quantity\": \"<integer>\",\n     \"didgroupId\": \"<integer>\"\n    }\n   ]\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"}],"_postman_id":"d525f1e1-5d97-4bbb-896e-9ae0de7734a7"},{"name":"Create cart for new orders","id":"b87b6428-3dcb-4065-9b34-9667d7c84e22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerReference\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":"/v1/ordering/cart","description":"<p>The creation of a cart depends on your own business logic, but you'll always need to create at least one cart to place an order (checkoutCart). You can place multiple orders per cart or you can create separate carts for each order. Note that different product types (DID, Capacity or prepaid credits) can be added into one single cart.</p>\n","urlObject":{"path":["v1","ordering","cart"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"706d946b-5084-408b-8a22-914e93bc5272","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerReference\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":"/v1/ordering/cart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"cart\": {\n  \"cartIdentifier\": \"<integer>\",\n  \"customerReference\": \"<string>\",\n  \"description\": \"<string>\",\n  \"dateAdded\": \"<string>\",\n  \"orderProducts\": [\n   {\n    \"orderProductId\": \"<integer>\",\n    \"productType\": \"<string>\",\n    \"productDescription\": \"<string>\",\n    \"quantity\": \"<integer>\",\n    \"didgroupId\": \"<integer>\"\n   },\n   {\n    \"orderProductId\": \"<integer>\",\n    \"productType\": \"<string>\",\n    \"productDescription\": \"<string>\",\n    \"quantity\": \"<integer>\",\n    \"didgroupId\": \"<integer>\"\n   }\n  ]\n }\n}"},{"id":"d71d75b6-f49d-46f7-b172-bdeb6d84536f","name":"200 - Create new cart","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerReference\": \"99c37736-a61d-477d-81c0-94782f392bec\",\n    \"description\": \"DID orders for USA\"\n}"},"url":"/v1/ordering/cart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 11:16:49 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"cart\": {\n        \"cartIdentifier\": 4179883,\n        \"customerReference\": \"99c37736-a61d-477d-81c0-94782f392bec\",\n        \"description\": \"DID orders for USA\",\n        \"dateAdded\": \"2020-05-29 11:16:49\",\n        \"orderProducts\": null\n    }\n}"}],"_postman_id":"b87b6428-3dcb-4065-9b34-9667d7c84e22"},{"name":"Add products to cart","id":"6f7a439b-8a75-442c-a877-53b6aeb051a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cartIdentifier\": \"<integer>\",\n    \"didCartItem\": {\n        \"didGroupId\": \"<integer>\",\n        \"quantity\": \"<integer>\"\n    },\n    \"capacityCartItem\": {\n        \"zone\": \"<string>\",\n        \"quantity\": \"<integer>\"\n    },\n    \"creditPackageCartItem\": {\n        \"creditPackageId\": \"<integer>\",\n        \"quantity\": \"<integer>\"\n    }\n}"},"url":"/v1/ordering/cart/:cartIdentifier/product","description":"<p>Only one product can be added per addToCart request. The system will automatically create a new orderProductId (or add the items to an existing one) for the items added to your cart. You can retrieve the orderProductId with the listCart method. When you order capacity you should update your capacity forecast (in the portal). The delivery of capacity is not in real-time and requires validation from our operation team.</p>\n","urlObject":{"path":["v1","ordering","cart",":cartIdentifier","product"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>Identifies the cart and is returned by the createCart method or can be retrieved with the listCart method.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"cartIdentifier"}]}},"response":[{"id":"1bcf39e7-97ee-43d7-b41e-1e9e9000a544","name":"200 - Add DIDs from USA, New York to cart","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cartIdentifier\": \"4179883\",\n    \"didCartItem\": {\n        \"didGroupId\": \"174\",\n        \"quantity\": \"10\"\n    }\n}"},"url":{"raw":"/v1/ordering/cart/:cartIdentifier/product","host":[""],"path":["v1","ordering","cart",":cartIdentifier","product"],"variable":[{"key":"cartIdentifier","value":"4179883","description":"Identifies the cart and is returned by the createCart method or can be retrieved with the listCart method."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 11:54:31 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"55398a39-bddf-4171-b713-c6ab18ac8952","name":"200 - Add Capacity to cart","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cartIdentifier\": \"4179883\",\n    \"capacityCartItem\": {\n        \"zone\": \"WORLDWIDE\",\n        \"quantity\": \"10\"\n    }\n}"},"url":{"raw":"/v1/ordering/cart/:cartIdentifier/product","host":[""],"path":["v1","ordering","cart",":cartIdentifier","product"],"variable":[{"key":"cartIdentifier","value":"4179883","description":"Identifies the cart and is returned by the createCart method or can be retrieved with the listCart method."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 11:55:19 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"a36a42cb-8791-4cda-a860-98300b0ab441","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cartIdentifier\": \"<integer>\",\n    \"didCartItem\": {\n        \"didGroupId\": \"<integer>\",\n        \"quantity\": \"<integer>\"\n    },\n    \"capacityCartItem\": {\n        \"zone\": \"<string>\",\n        \"quantity\": \"<integer>\"\n    },\n    \"creditPackageCartItem\": {\n        \"creditPackageId\": \"<integer>\",\n        \"quantity\": \"<integer>\"\n    }\n}"},"url":"/v1/ordering/cart/<integer>/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"}],"_postman_id":"6f7a439b-8a75-442c-a877-53b6aeb051a5"},{"name":"Remove product(s) from cart or change quantity","id":"4e360789-6149-4362-81a9-1fd9c3465be4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cartIdentifier\": \"<integer>\",\n    \"orderProductId\": \"<integer>\",\n    \"quantity\": \"<integer>\"\n}"},"url":"/v1/ordering/cart/:cartIdentifier/product/:orderProductId","description":"<p>Set quantity to 0 if you want to remove the product from the cart.</p>\n","urlObject":{"path":["v1","ordering","cart",":cartIdentifier","product",":orderProductId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The identifier of the cart.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"cartIdentifier"},{"description":{"content":"<p>The identifier of the product.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"orderProductId"}]}},"response":[{"id":"107e870e-214b-4f13-b0c5-dacbda8be6b8","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cartIdentifier\": \"<integer>\",\n    \"orderProductId\": \"<integer>\",\n    \"quantity\": \"<integer>\"\n}"},"url":"/v1/ordering/cart/<integer>/product/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"},{"id":"44988954-1c66-4186-81f9-bd731f2ba65a","name":"200 - Change quantity of DIDs","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cartIdentifier\": \"4179883\",\n    \"orderProductId\": \"5666272\",\n    \"quantity\": \"8\"\n}"},"url":{"raw":"/v1/ordering/cart/:cartIdentifier/product/:orderProductId","host":[""],"path":["v1","ordering","cart",":cartIdentifier","product",":orderProductId"],"variable":[{"key":"cartIdentifier","value":"4179883","description":"The identifier of the cart."},{"key":"orderProductId","value":"5666272","description":"The identifier of the product."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 12:06:11 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"4e360789-6149-4362-81a9-1fd9c3465be4"},{"name":"Checkout Cart","id":"411d72d3-144e-4455-9e64-18c7e23787d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/ordering/cart/:cartIdentifier/checkout","description":"<p>Allows you to checkout a cart and place an order for all the products contained in the cart. You can then retrieve your orders using the listOrder method.</p>\n","urlObject":{"path":["v1","ordering","cart",":cartIdentifier","checkout"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The identifier of your cart which is formed of a fixed string such as 'apiv3:60677:' and an ID which is incremented each time a new cart is created.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"cartIdentifier"}]}},"response":[{"id":"134d4057-55bf-4b58-a00e-bd96c45f54a4","name":"200 - Checkout cart successfully","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/ordering/cart/:cartIdentifier/checkout","host":[""],"path":["v1","ordering","cart",":cartIdentifier","checkout"],"variable":[{"key":"cartIdentifier","value":"4179937","description":"The identifier of your cart which is formed of a fixed string such as 'apiv3:60677:' and an ID which is incremented each time a new cart is created."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 12:22:03 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"productCheckoutList\": [\n        {\n            \"productType\": \"DID\",\n            \"status\": \"SUCCESS\",\n            \"orderReference\": \"64594DS4992832\",\n            \"message\": null\n        }\n    ]\n}"},{"id":"2900d568-476d-4a4d-bdce-eedbe4821f26","name":"200 - Cart not fulfilled during checkout","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/ordering/cart/:cartIdentifier/checkout","host":[""],"path":["v1","ordering","cart",":cartIdentifier","checkout"],"variable":[{"key":"cartIdentifier","value":"4179883","description":"The identifier of your cart which is formed of a fixed string such as 'apiv3:60677:' and an ID which is incremented each time a new cart is created."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 12:19:24 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"WARNING\",\n    \"productCheckoutList\": [\n        {\n            \"productType\": \"DID\",\n            \"status\": \"SUCCESS\",\n            \"orderReference\": \"64594DS4992826\",\n            \"message\": null\n        },\n        {\n            \"productType\": \"CAPACITY\",\n            \"status\": \"PARTIAL\",\n            \"orderReference\": \"64594CA4992829\",\n            \"message\": \"There is not enough stock to fulfill this order. The order will be fully provisioned as soon as new stock is available.\"\n        }\n    ]\n}"},{"id":"dfaf059d-c9c8-4ce3-ae50-7cc701c861d7","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/ordering/cart/<integer>/checkout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\",\n \"productCheckoutList\": [\n  {\n   \"productType\": \"<string>\",\n   \"status\": \"<string>\",\n   \"orderReference\": \"<string>\",\n   \"message\": \"<string>\"\n  },\n  {\n   \"productType\": \"<string>\",\n   \"status\": \"<string>\",\n   \"orderReference\": \"<string>\",\n   \"message\": \"<string>\"\n  }\n ]\n}"}],"_postman_id":"411d72d3-144e-4455-9e64-18c7e23787d0"},{"name":"Destroy a cart and all its contents","id":"5763f407-5184-4b36-9dbc-d072fb7ad314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/ordering/cart/:cartIdentifier","urlObject":{"path":["v1","ordering","cart",":cartIdentifier"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The identifier of the cart.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"cartIdentifier"}]}},"response":[{"id":"1aee1d1f-2c13-40c4-a2eb-27e13fc0c7c5","name":"200 - OK","originalRequest":{"method":"DELETE","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/ordering/cart/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"},{"id":"9e087df0-5a16-446a-a729-e118657e72ea","name":"200 - Destroy a cart","originalRequest":{"method":"DELETE","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/ordering/cart/:cartIdentifier","host":[""],"path":["v1","ordering","cart",":cartIdentifier"],"variable":[{"key":"cartIdentifier","value":"267251","description":"The identifier of the cart."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 11:46:20 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"5763f407-5184-4b36-9dbc-d072fb7ad314"},{"name":"List and filter placed orders","id":"75cafd39-5735-4ab8-8735-333e2b568e94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/ordering/order?pageNumber=0&pageSize=20","urlObject":{"path":["v1","ordering","order"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>The order reference.</p>\n","type":"text/plain"},"key":"reference","value":"<string>"},{"disabled":true,"description":{"content":"<p>The status of the order.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"disabled":true,"description":{"content":"<p>The date from which you want to filter your listed orders based on the timestamp for the order's creation date (dateAdded) in the format YYYY-MM-DD HH:MM:SS</p>\n","type":"text/plain"},"key":"dateFrom","value":"<string>"},{"disabled":true,"description":{"content":"<p>The date until which you want to filter your listed orders based on the timestamp for the cart's creation date (dateAdded) in the format YYYY-MM-DD HH:MM:SS.</p>\n","type":"text/plain"},"key":"dateTo","value":"<string>"},{"description":{"content":"<p>The page number, starting at 0.</p>\n","type":"text/plain"},"key":"pageNumber","value":"0"},{"description":{"content":"<p>The page size (max number of entities that are displayed in the response).</p>\n","type":"text/plain"},"key":"pageSize","value":"20"}],"variable":[]}},"response":[{"id":"495d6e63-8c17-498e-adc1-82602ee26c86","name":"200 - Filter by ordered date","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/ordering/order?dateFrom=2020-05-29 12:00:00&dateTo=2020-05-29 13:00:00&pageNumber=0&pageSize=20","host":[""],"path":["v1","ordering","order"],"query":[{"key":"reference","value":"64594DS4992832","description":"The order reference.","disabled":true},{"key":"status","value":"FULFILLED","description":"The status of the order.","disabled":true},{"key":"dateFrom","value":"2020-05-29 12:00:00","description":"The date from which you want to filter your listed orders based on the timestamp for the order's creation date (dateAdded) in the format YYYY-MM-DD HH:MM:SS"},{"key":"dateTo","value":"2020-05-29 13:00:00","description":"The date until which you want to filter your listed orders based on the timestamp for the cart's creation date (dateAdded) in the format YYYY-MM-DD HH:MM:SS."},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 12:31:59 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"orderId\": 4992826,\n            \"reference\": \"64594DS4992826\",\n            \"dateAdded\": \"2020-05-29 12:19:15\",\n            \"dateCanceled\": null,\n            \"status\": \"FULFILLED\",\n            \"customerReference\": \"7c7c5c09-4db8-437a-8cd6-2682b4cc6712c\"\n        },\n        {\n            \"orderId\": 4992829,\n            \"reference\": \"64594CA4992829\",\n            \"dateAdded\": \"2020-05-29 12:19:24\",\n            \"dateCanceled\": null,\n            \"status\": \"CONFIRMED\",\n            \"customerReference\": \"fadc93ff-e39c-4876-8b44-860d60d7295d\"\n        },\n        {\n            \"orderId\": 4992832,\n            \"reference\": \"64594DS4992832\",\n            \"dateAdded\": \"2020-05-29 12:21:58\",\n            \"dateCanceled\": null,\n            \"status\": \"FULFILLED\",\n            \"customerReference\": \"99c37736-a61d-477d-81c0-94782f392bec\"\n        }\n    ],\n    \"resultCount\": 3\n}"},{"id":"4d2b5a93-0558-4109-bd14-099168682474","name":"200 - List all orders placed","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/ordering/order?pageNumber=0&pageSize=20","host":[""],"path":["v1","ordering","order"],"query":[{"key":"reference","value":"","description":"The order reference.","disabled":true},{"key":"status","value":"","description":"The status of the order.","disabled":true},{"key":"dateFrom","value":"","description":"The date from which you want to filter your listed orders based on the timestamp for the order's creation date (dateAdded) in the format YYYY-MM-DD HH:MM:SS","disabled":true},{"key":"dateTo","value":"","description":"The date until which you want to filter your listed orders based on the timestamp for the cart's creation date (dateAdded) in the format YYYY-MM-DD HH:MM:SS.","disabled":true},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 12:24:08 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"orderId\": 4984705,\n            \"reference\": \"64594DS4984705\",\n            \"dateAdded\": \"2020-05-27 11:09:53\",\n            \"dateCanceled\": \"2020-05-27 12:45:09\",\n            \"status\": \"CANCELED\",\n            \"customerReference\": \"DID orders\"\n        },\n        {\n            \"orderId\": 4985309,\n            \"reference\": \"64594DS4985309\",\n            \"dateAdded\": \"2020-05-27 13:40:46\",\n            \"dateCanceled\": null,\n            \"status\": \"FULFILLED\",\n            \"customerReference\": \"USA DIDs for #231\"\n        },\n        {\n            \"orderId\": 4992826,\n            \"reference\": \"64594DS4992826\",\n            \"dateAdded\": \"2020-05-29 12:19:15\",\n            \"dateCanceled\": null,\n            \"status\": \"FULFILLED\",\n            \"customerReference\": \"99c37736-a61d-477d-81c0-94782f392bec\"\n        },\n        {\n            \"orderId\": 4992829,\n            \"reference\": \"64594CA4992829\",\n            \"dateAdded\": \"2020-05-29 12:19:24\",\n            \"dateCanceled\": null,\n            \"status\": \"CONFIRMED\",\n            \"customerReference\": \"d8194475-7449-498a-9dab-fd3b03eec76d\"\n        },\n        {\n            \"orderId\": 4992832,\n            \"reference\": \"64594DS4992832\",\n            \"dateAdded\": \"2020-05-29 12:21:58\",\n            \"dateCanceled\": null,\n            \"status\": \"FULFILLED\",\n            \"customerReference\": \"fadc93ff-e39c-4876-8b44-860d60d7295d\"\n        }\n    ],\n    \"resultCount\": 5\n}"},{"id":"afb7ddf2-ad38-42c0-80cf-5205b6620cb4","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/ordering/order?pageNumber=0&pageSize=20","host":[""],"path":["v1","ordering","order"],"query":[{"key":"reference","value":"<string>","disabled":true},{"key":"status","value":"<string>","disabled":true},{"key":"dateFrom","value":"<string>","disabled":true},{"key":"dateTo","value":"<string>","disabled":true},{"key":"pageNumber","value":"0"},{"key":"pageSize","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"orders\": [\n  {\n   \"orderId\": \"<integer>\",\n   \"reference\": \"<string>\",\n   \"dateAdded\": \"<string>\",\n   \"dateCanceled\": \"<string>\",\n   \"status\": \"<string>\",\n   \"customerReference\": \"<string>\"\n  },\n  {\n   \"orderId\": \"<integer>\",\n   \"reference\": \"<string>\",\n   \"dateAdded\": \"<string>\",\n   \"dateCanceled\": \"<string>\",\n   \"status\": \"<string>\",\n   \"customerReference\": \"<string>\"\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"}],"_postman_id":"75cafd39-5735-4ab8-8735-333e2b568e94"},{"name":"Get account balance","id":"02ddd7fd-35db-47e6-9585-4c369ba3f4b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/ordering/accountbalance","urlObject":{"path":["v1","ordering","accountbalance"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"3c2d590d-bffe-4c4a-bf4a-3b75327c57eb","name":"200 - View account balance","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/ordering/accountbalance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 12:10:44 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountBalance\": {\n        \"balance\": 0,\n        \"threshold\": 3,\n        \"currency\": \"EUR\",\n        \"active\": false\n    }\n}"},{"id":"627cae61-4fd5-4c88-9603-85b28afb8eab","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/ordering/accountbalance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"accountBalance\": {\n  \"balance\": \"<double>\",\n  \"threshold\": \"<double>\",\n  \"currency\": \"<string>\",\n  \"active\": \"<boolean>\"\n }\n}"}],"_postman_id":"02ddd7fd-35db-47e6-9585-4c369ba3f4b2"},{"name":"List Top-Up Credit Package Options","id":"7097b83e-fd05-4d14-9396-5d3bb14b8d10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/creditpackage","urlObject":{"path":["v1","inventory","creditpackage"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"91684385-d9f2-4476-9940-6f9139e84ff4","name":"200 - List usage credits","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/creditpackage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 12:12:47 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"creditPackages\": [\n        {\n            \"creditPackageId\": 1,\n            \"name\": \"Usage Credits\",\n            \"price100\": 10000\n        }\n    ]\n}"},{"id":"968bb099-8e33-423b-922c-af90b593723c","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/creditpackage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"creditPackages\": [\n  {\n   \"creditPackageId\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"price100\": \"<integer>\"\n  },\n  {\n   \"creditPackageId\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"price100\": \"<integer>\"\n  }\n ]\n}"}],"_postman_id":"7097b83e-fd05-4d14-9396-5d3bb14b8d10"}],"id":"05afac34-911f-45e6-b8f5-6b573c05c038","event":[{"listen":"prerequest","script":{"id":"fa18d08b-aa6a-4812-b866-11c2f87fe076","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1947f908-65fb-483f-a09d-85fa2ce0c172","type":"text/javascript","exec":[""]}}],"_postman_id":"05afac34-911f-45e6-b8f5-6b573c05c038","description":""},{"name":"Service Activation","item":[{"name":"List accepted postal codes for address creation in a country","id":"cd7e8dd7-69ac-4d10-a2a5-7dcaeddc8806","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/regulation/zipcode?countryCodeA3=<string>&pageNumber=0&pageSize=20","description":"<p>For some DID Groups with an address=LOCAL requirement, the ListZipcodes returns no items. This indicates that the regulation is not strict about the Zipcode matching the local address and hence any valid zip code can be entered (it will not be checked).</p>\n","urlObject":{"path":["v1","regulation","zipcode"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>This is the area code of the DID which can be retrieved using the listDidGroup or listDid methods. Since an area code can be the same for two different countries, the country should also be specified. If the whole list for a given country is needed, then you can leave the area code unspecified.</p>\n","type":"text/plain"},"key":"areaCode","value":"<string>"},{"description":{"content":"<p>This is the country code A3 of the country for which the list of zip codes and cities is needed. In practice, the area code will also be needed to identify specifically which cities and zip codes are a match.</p>\n","type":"text/plain"},"key":"countryCodeA3","value":"<string>"},{"description":{"content":"<p>The page number, starting at 0.</p>\n","type":"text/plain"},"key":"pageNumber","value":"0"},{"description":{"content":"<p>The page size (max number of entities that are displayed in the response).</p>\n","type":"text/plain"},"key":"pageSize","value":"20"}],"variable":[]}},"response":[{"id":"41e04b50-5c18-4bb2-8c11-01eb0c6496df","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/regulation/zipcode?countryCodeA3=<string>&pageNumber=<integer>&pageSize=<integer>","host":[""],"path":["v1","regulation","zipcode"],"query":[{"key":"areaCode","value":"<string>","disabled":true},{"key":"countryCodeA3","value":"<string>"},{"key":"pageNumber","value":"<integer>"},{"key":"pageSize","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"cityZipCodes\": [\n  {\n   \"cityName\": \"<string>\",\n   \"zipCode\": \"<string>\"\n  },\n  {\n   \"cityName\": \"<string>\",\n   \"zipCode\": \"<string>\"\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"},{"id":"96d961cd-86db-4b61-a460-15ac2414f605","name":"200 - Accepted postal codes in Germany","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/regulation/zipcode?countryCodeA3=DEU&pageNumber=0&pageSize=20","host":[""],"path":["v1","regulation","zipcode"],"query":[{"key":"areaCode","value":"","description":"This is the area code of the DID which can be retrieved using the listDidGroup or listDid methods. Since an area code can be the same for two different countries, the country should also be specified. If the whole list for a given country is needed, then you can leave the area code unspecified.","disabled":true},{"key":"countryCodeA3","value":"DEU","description":"This is the country code A3 of the country for which the list of zip codes and cities is needed. In practice, the area code will also be needed to identify specifically which cities and zip codes are a match."},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 16:28:58 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"cityZipCodes\": [\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52062\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52063\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52064\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52065\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52066\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52067\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52068\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52069\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52070\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52071\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52072\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52073\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52074\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52075\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52076\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52077\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52078\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52079\"\n        },\n        {\n            \"cityName\": \"Aachen\",\n            \"zipCode\": \"52080\"\n        },\n        {\n            \"cityName\": \"Aachen-Kornelimünster\",\n            \"zipCode\": \"52076\"\n        }\n    ],\n    \"resultCount\": 16022\n}"}],"_postman_id":"cd7e8dd7-69ac-4d10-a2a5-7dcaeddc8806"},{"name":"List already created addresses","id":"6f750577-e99a-4e68-9404-477ef47919eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/regulation/address?pageNumber=0&pageSize=20","urlObject":{"path":["v1","regulation","address"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>This is the ID of the regulation address which is returned by createRegulationAddress.</p>\n","type":"text/plain"},"key":"regulationAddressId","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Name of the company.</p>\n","type":"text/plain"},"key":"companyName","value":"<string>"},{"disabled":true,"description":{"content":"<p>First name of the customer.</p>\n","type":"text/plain"},"key":"firstName","value":"<string>"},{"disabled":true,"description":{"content":"<p>Last name of the customer.</p>\n","type":"text/plain"},"key":"lastName","value":"<string>"},{"disabled":true,"description":{"content":"<p>The three letter identifier for the address's country.</p>\n","type":"text/plain"},"key":"countryCodeA3","value":"<string>"},{"disabled":true,"description":{"content":"<p>The city for the address.</p>\n","type":"text/plain"},"key":"city","value":"<string>"},{"disabled":true,"description":{"content":"<p>The zip code for the address.</p>\n","type":"text/plain"},"key":"zipCode","value":"<string>"},{"disabled":true,"description":{"content":"<p>The street for the address.</p>\n","type":"text/plain"},"key":"streetName","value":"<string>"},{"disabled":true,"description":{"content":"<p>The building number for the address.</p>\n","type":"text/plain"},"key":"buildingNumber","value":"<string>"},{"disabled":true,"description":{"content":"<p>The reference for the customer.</p>\n","type":"text/plain"},"key":"customerReference","value":"<string>"},{"disabled":true,"description":{"content":"<p>The status of the regulation address.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"disabled":true,"description":{"content":"<p>Flag that specifies if the address has been linked to a DID.</p>\n","type":"text/plain"},"key":"linked","value":"<boolean>"},{"description":{"content":"<p>The page number, starting at 0.</p>\n","type":"text/plain"},"key":"pageNumber","value":"0"},{"description":{"content":"<p>The page size (max number of entities that are displayed in the response).</p>\n","type":"text/plain"},"key":"pageSize","value":"20"}],"variable":[]}},"response":[{"id":"eb705b51-b2cf-4c7c-8e25-a25d3a23621a","name":"200 - Search for address by id","originalRequest":{"method":"GET","header":[{"description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n","key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/regulation/address?regulationAddressId=574540&pageNumber=0&pageSize=20","host":[""],"path":["v1","regulation","address"],"query":[{"key":"regulationAddressId","value":"574540","description":"This is the ID of the regulation address which is returned by createRegulationAddress."},{"key":"companyName","value":"Voxbone","description":"Name of the company.","disabled":true},{"key":"firstName","value":"","description":"First name of the customer.","disabled":true},{"key":"lastName","value":"","description":"Last name of the customer.","disabled":true},{"key":"countryCodeA3","value":"GBR","description":"The three letter identifier for the address's country.","disabled":true},{"key":"city","value":"London","description":"The city for the address.","disabled":true},{"key":"zipCode","value":"E1 6BT","description":"The zip code for the address.","disabled":true},{"key":"streetName","value":"Folgate Street","description":"The street for the address.","disabled":true},{"key":"buildingNumber","value":"42","description":"The building number for the address.","disabled":true},{"key":"customerReference","value":"Voxbone - GBR","description":"The reference for the customer.","disabled":true},{"key":"status","value":"VERIFICATION_REQUESTED","description":"The status of the regulation address.","disabled":true},{"key":"linked","value":"FALSE","description":"Flag that specifies if the address has been linked to a DID.","disabled":true},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 16:39:26 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"regulationAddresses\": [\n        {\n            \"addressId\": 574540,\n            \"linked\": false,\n            \"status\": \"VERIFICATION_REQUESTED\",\n            \"salutation\": \"COMPANY\",\n            \"companyName\": \"Voxbone\",\n            \"companyDescription\": null,\n            \"firstName\": null,\n            \"lastName\": null,\n            \"countryCodeA3\": \"GBR\",\n            \"city\": \"London\",\n            \"zipCode\": \"E1 6BT\",\n            \"streetName\": \"Folgate Street\",\n            \"buildingNumber\": \"42\",\n            \"buildingLetter\": null,\n            \"customerReference\": \"Voxbone - GBR\",\n            \"extraFields\": {},\n            \"rejectionReasons\": null\n        }\n    ],\n    \"resultCount\": 1\n}"},{"id":"f4a32eeb-e85e-413f-9e96-e20f24105890","name":"200 - List all addresses","originalRequest":{"method":"GET","header":[{"description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n","key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/regulation/address?pageNumber=0&pageSize=20","host":[""],"path":["v1","regulation","address"],"query":[{"key":"regulationAddressId","value":"","description":"This is the ID of the regulation address which is returned by createRegulationAddress.","disabled":true},{"key":"companyName","value":"","description":"Name of the company.","disabled":true},{"key":"firstName","value":"","description":"First name of the customer.","disabled":true},{"key":"lastName","value":"","description":"Last name of the customer.","disabled":true},{"key":"countryCodeA3","value":"","description":"The three letter identifier for the address's country.","disabled":true},{"key":"city","value":"","description":"The city for the address.","disabled":true},{"key":"zipCode","value":"","description":"The zip code for the address.","disabled":true},{"key":"streetName","value":"","description":"The street for the address.","disabled":true},{"key":"buildingNumber","value":"","description":"The building number for the address.","disabled":true},{"key":"customerReference","value":"","description":"The reference for the customer.","disabled":true},{"key":"status","value":"","description":"The status of the regulation address.","disabled":true},{"key":"linked","value":"","description":"Flag that specifies if the address has been linked to a DID.","disabled":true},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 16:36:02 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"regulationAddresses\": [\n        {\n            \"addressId\": 574531,\n            \"linked\": false,\n            \"status\": \"VERIFICATION_NOT_REQUIRED\",\n            \"salutation\": \"COMPANY\",\n            \"companyName\": \"Voxbone\",\n            \"companyDescription\": null,\n            \"firstName\": null,\n            \"lastName\": null,\n            \"countryCodeA3\": \"DNK\",\n            \"city\": \"København\",\n            \"zipCode\": \"1253\",\n            \"streetName\": \"Toldbodgade\",\n            \"buildingNumber\": \"24\",\n            \"buildingLetter\": null,\n            \"customerReference\": \"Voxone - DNK\",\n            \"extraFields\": {\n                \"Municipality Code\": \"101\",\n                \"Street Code\": \"2100\"\n            },\n            \"rejectionReasons\": null\n        },\n        {\n            \"addressId\": 574537,\n            \"linked\": false,\n            \"status\": \"VERIFICATION_REQUESTED\",\n            \"salutation\": \"COMPANY\",\n            \"companyName\": \"Voxbone\",\n            \"companyDescription\": null,\n            \"firstName\": null,\n            \"lastName\": null,\n            \"countryCodeA3\": \"ITA\",\n            \"city\": \"Milan\",\n            \"zipCode\": \"20156\",\n            \"streetName\": \"Via Ludovico di Breme\",\n            \"buildingNumber\": \"77\",\n            \"buildingLetter\": null,\n            \"customerReference\": \"Voxone - ITA\",\n            \"extraFields\": {\n                \"Signatory date of birth\": \"1989-04-04\",\n                \"Signatory title\": \"MR\",\n                \"Signatory last name\": \"Bloggs\",\n                \"Signatory place of birth\": \"London, United Kingdom\",\n                \"Signatory tax code\": \"IT153637282\",\n                \"Signatory first name\": \"Joe\",\n                \"VAT number\": \"IT24363738\"\n            },\n            \"rejectionReasons\": null\n        },\n        {\n            \"addressId\": 574540,\n            \"linked\": false,\n            \"status\": \"VERIFICATION_REQUESTED\",\n            \"salutation\": \"COMPANY\",\n            \"companyName\": \"VoxboneT\",\n            \"companyDescription\": null,\n            \"firstName\": null,\n            \"lastName\": null,\n            \"countryCodeA3\": \"GBR\",\n            \"city\": \"London\",\n            \"zipCode\": \"E1 6BT\",\n            \"streetName\": \"Folgate Street\",\n            \"buildingNumber\": \"42\",\n            \"buildingLetter\": null,\n            \"customerReference\": \"Voxbone - GBR\",\n            \"extraFields\": {},\n            \"rejectionReasons\": null\n        }\n    ],\n    \"resultCount\": 3\n}"},{"id":"fe945f40-33c2-4cfb-b877-4bb5408f3915","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/regulation/address?pageNumber=0&pageSize=20","host":[""],"path":["v1","regulation","address"],"query":[{"key":"regulationAddressId","value":"<integer>","disabled":true},{"key":"companyName","value":"<string>","disabled":true},{"key":"firstName","value":"<string>","disabled":true},{"key":"lastName","value":"<string>","disabled":true},{"key":"countryCodeA3","value":"<string>","disabled":true},{"key":"city","value":"<string>","disabled":true},{"key":"zipCode","value":"<string>","disabled":true},{"key":"streetName","value":"<string>","disabled":true},{"key":"buildingNumber","value":"<string>","disabled":true},{"key":"customerReference","value":"<string>","disabled":true},{"key":"status","value":"<string>","disabled":true},{"key":"linked","value":"<boolean>","disabled":true},{"key":"pageNumber","value":"0"},{"key":"pageSize","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"regulationAddresses\": [\n  {\n   \"addressId\": \"<integer>\",\n   \"linked\": \"<boolean>\",\n   \"status\": \"<string>\",\n   \"salutation\": \"<string>\",\n   \"companyName\": \"<string>\",\n   \"companyDescription\": \"<string>\",\n   \"firstName\": \"<string>\",\n   \"lastName\": \"<string>\",\n   \"countryCodeA3\": \"<string>\",\n   \"city\": \"<string>\",\n   \"zipCode\": \"<string>\",\n   \"streetName\": \"<string>\",\n   \"buildingNumber\": \"<string>\",\n   \"buildingLetter\": \"<string>\",\n   \"customerReference\": \"<string>\",\n   \"extraFields\": {\n    \"title\": \"<string>\",\n    \"province\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"nationality\": \"<string>\",\n    \"streetCode\": \"<string>\",\n    \"municipalityCode\": \"<string>\",\n    \"idType\": \"<string>\",\n    \"dateOfBirth\": \"<string>\",\n    \"placeOfBirth\": \"<string>\",\n    \"companyVatNumber\": \"<string>\",\n    \"taxCode\": \"<string>\",\n    \"idNumber\": \"<string>\",\n    \"fiscalIdentificationCode\": \"<string>\",\n    \"state\": \"<string>\"\n   },\n   \"rejectionReasons\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  },\n  {\n   \"addressId\": \"<integer>\",\n   \"linked\": \"<boolean>\",\n   \"status\": \"<string>\",\n   \"salutation\": \"<string>\",\n   \"companyName\": \"<string>\",\n   \"companyDescription\": \"<string>\",\n   \"firstName\": \"<string>\",\n   \"lastName\": \"<string>\",\n   \"countryCodeA3\": \"<string>\",\n   \"city\": \"<string>\",\n   \"zipCode\": \"<string>\",\n   \"streetName\": \"<string>\",\n   \"buildingNumber\": \"<string>\",\n   \"buildingLetter\": \"<string>\",\n   \"customerReference\": \"<string>\",\n   \"extraFields\": {\n    \"title\": \"<string>\",\n    \"province\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"nationality\": \"<string>\",\n    \"streetCode\": \"<string>\",\n    \"municipalityCode\": \"<string>\",\n    \"idType\": \"<string>\",\n    \"dateOfBirth\": \"<string>\",\n    \"placeOfBirth\": \"<string>\",\n    \"companyVatNumber\": \"<string>\",\n    \"taxCode\": \"<string>\",\n    \"idNumber\": \"<string>\",\n    \"fiscalIdentificationCode\": \"<string>\",\n    \"state\": \"<string>\"\n   },\n   \"rejectionReasons\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"}],"_postman_id":"6f750577-e99a-4e68-9404-477ef47919eb"},{"name":"Get a specific address by id","id":"a8d036db-b211-4b8e-9213-3ec7f02dd22a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/regulation/address/:regulationAddressId","urlObject":{"path":["v1","regulation","address",":regulationAddressId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The ID of the regulation address.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"regulationAddressId"}]}},"response":[{"id":"2f04874a-f949-4506-9fd8-1bf9cc5289a2","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/regulation/address/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"regulationAddresses\": [\n  {\n   \"addressId\": \"<integer>\",\n   \"linked\": \"<boolean>\",\n   \"status\": \"<string>\",\n   \"salutation\": \"<string>\",\n   \"companyName\": \"<string>\",\n   \"companyDescription\": \"<string>\",\n   \"firstName\": \"<string>\",\n   \"lastName\": \"<string>\",\n   \"countryCodeA3\": \"<string>\",\n   \"city\": \"<string>\",\n   \"zipCode\": \"<string>\",\n   \"streetName\": \"<string>\",\n   \"buildingNumber\": \"<string>\",\n   \"buildingLetter\": \"<string>\",\n   \"customerReference\": \"<string>\",\n   \"extraFields\": {\n    \"title\": \"<string>\",\n    \"province\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"nationality\": \"<string>\",\n    \"streetCode\": \"<string>\",\n    \"municipalityCode\": \"<string>\",\n    \"idType\": \"<string>\",\n    \"dateOfBirth\": \"<string>\",\n    \"placeOfBirth\": \"<string>\",\n    \"companyVatNumber\": \"<string>\",\n    \"taxCode\": \"<string>\",\n    \"idNumber\": \"<string>\",\n    \"fiscalIdentificationCode\": \"<string>\",\n    \"state\": \"<string>\"\n   },\n   \"rejectionReasons\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"},{"id":"4f8a088a-31ed-4de9-a722-98537fe533a7","name":"200 - Get a specific address by id","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/regulation/address/:regulationAddressId","host":[""],"path":["v1","regulation","address",":regulationAddressId"],"variable":[{"key":"regulationAddressId","value":"578692","description":"The ID of the regulation address."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 08 Jun 2020 09:49:30 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"regulationAddresses\": [\n        {\n            \"addressId\": 578692,\n            \"linked\": false,\n            \"status\": \"VERIFICATION_REQUESTED\",\n            \"salutation\": \"COMPANY\",\n            \"companyName\": \"Voxbone\",\n            \"companyDescription\": null,\n            \"firstName\": null,\n            \"lastName\": null,\n            \"countryCodeA3\": \"ITA\",\n            \"city\": \"Milan\",\n            \"zipCode\": \"20156\",\n            \"streetName\": \"Via Ludovico di Breme\",\n            \"buildingNumber\": \"77\",\n            \"buildingLetter\": null,\n            \"customerReference\": \"Voxone - ITA\",\n            \"extraFields\": {\n                \"Signatory date of birth\": \"1989-04-04\",\n                \"Signatory title\": \"MR\",\n                \"Signatory last name\": \"Bloggs\",\n                \"Signatory place of birth\": \"London, United Kingdom\",\n                \"Signatory tax code\": \"IT153637282\",\n                \"Signatory first name\": \"Joe\",\n                \"VAT number\": \"IT24363738\"\n            },\n            \"rejectionReasons\": null\n        }\n    ],\n    \"resultCount\": 1\n}"}],"_postman_id":"a8d036db-b211-4b8e-9213-3ec7f02dd22a"},{"name":"Create a new address","id":"a98a9931-5b2c-4619-9f6d-b1d6cf04cff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"multipart/form-data;boundary=XXX","type":"text"}],"body":{"mode":"raw","raw":"--XXX\nContent-ID: createRegulationAddressRequest\nContent-Type: application/json\n\n{\n   \"customerReference\":\"<string>\",\n   \"didType\":\"<string>\",\n   \"companyName\":\"<string>\",\n   \"companyDescription\":\"<string>\",\n   \"countryCodeA3\":\"<string>\",\n   \"streetName\":\"<string>\",\n   \"destinationCountryCodeA3\":\"<string>\",\n   \"salutation\":\"<string>\",\n   \"zipCode\":\"<string>\",\n   \"city\":\"<string>\",\n   \"buildingNumber\":\"<string>\",\n   \"buildingLetter\":\"<string>\",\n   \"firstName\":\"<string>\",\n   \"lastName\":\"<string>\",\n   \"phoneNumber\":\"<string>\",\n   \"extraFields\":{\n      \"title\":\"<string>\",\n      \"province\":\"<string>\",\n      \"firstName\":\"<string>\",\n      \"lastName\":\"<string>\",\n      \"nationality\":\"<string>\",\n      \"streetCode\":\"<string>\",\n      \"municipalityCode\":\"<string>\",\n      \"idType\":\"<string>\",\n      \"dateOfBirth\":\"<string>\",\n      \"placeOfBirth\":\"<string>\",\n      \"companyVatNumber\":\"<string>\",\n      \"taxCode\":\"<string>\",\n      \"idNumber\":\"<string>\",\n      \"fiscalIdentificationCode\":\"<string>\",\n      \"state\":\"<string>\"\n   },\n   \"identityDocumentProof\":{\n      \"identityDocumentNumber\":\"<string>\",\n      \"identityDocumentType\":\"<string>\",\n      \"nationality\":\"<string>\",\n      \"issuingAuthority\":\"<string>\",\n      \"issuingDate\":\"<string>\"\n   }\n}\n--XXX--\n\n--XXX\nContent-ID: proofOfIdentityDocument\nContent-Type: application/octet-stream\nContent-Transfer-Encoding: binary\nContent-Disposition: file-data; name=\"<string>\"; filename=\"<string>\"\n\n\"<string>\"\n\n--XXX--\n\n--XXX\nContent-ID: proofOfAddress\nContent-Type: application/octet-stream\nContent-Disposition: filename=\"<string>\"\n\nProof document encoded content\n\n--XXX--"},"url":"/v1/regulation/address","description":"<p>Allows you to create a new end user's address that can be linked to\nDIDs where a local address requirement (LAR) applies. The method allows the\nattachment of a proof of address.\nIf a proof of address is attached, the system automatically\ntriggers a request for verification so that Voxbone can manually verify\nthe address elements. The media type to be used is multipart/form-data.</p>\n<h3 id=\"request-body-examples\">Request Body Examples</h3>\n<p>The request body examples below demonstrate how to create an address with both proofs attached in a single request wherever required. You can copy and paste this on the right column while testing in console.</p>\n<p>Note that <code>identityDocumentProof</code> object (which contains details on <code>nationality</code>, <code>identityDocumentType</code> and <code>identityDocumentNumber</code>) only needs to be set when; </p>\n<ul>\n<li><code>destinationCountryCodeA3</code> is <code>FRA</code>(France) and <code>didType</code> is <code>GEOGRAPHIC</code></li>\n<li><code>destinationCountryCodeA3</code> is set as <code>ZAF</code> (South Africa) </li>\n<li><code>destinationCountryCodeA3</code> is set as <code>ITA</code> (Italy)</li>\n</ul>\n<h4 id=\"create-an-address-without-any-proof-document\">Create an address without any proof document</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">--XXX\nContent-ID: createRegulationAddressRequest\nContent-Type: application/json\n\n{\n   \"customerReference\": \"Regression testing - DNK\",\n   \"didType\": \"GEOGRAPHIC\",\n   \"companyName\": \"Regression Testing\",\n   \"countryCodeA3\": \"DNK\",\n   \"streetName\": \"Street\",\n   \"destinationCountryCodeA3\": \"DNK\",\n   \"salutation\": \"COMPANY\",\n   \"zipCode\": \"1111\",\n   \"city\": \"City\",\n   \"buildingNumber\": \"1\",\n   \"extraFields\": {\n       \"Municipality Code\":\"XXXX\",\n        \"Street Code\":\"XXXX\"\n   }\n}\n--XXX--\n</code></pre>\n<h4 id=\"create-a-business-address-with-identitiy-and-address-proof-documents\">Create a Business Address with Identitiy and Address proof documents</h4>\n<p>In Italy, a <code>WORLDWIDE</code> address is required with proof documents. In this example, we're using a French company and a French National ID for activation. The below request can also be used as reference when creating addresses for service activation in France.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>--XXX\nContent-ID: createRegulationAddressRequest\nContent-Type: application/json\n\n{\n  \"salutation\" : \"COMPANY\",\n  \"companyName\" : \"TEST\",\n  \"didType\" : \"GEOGRAPHIC\",\n  \"destinationCountryCodeA3\" : \"FRA\",\n  \"countryCodeA3\" : \"FRA\",\n  \"city\" : \"RENNES\",\n  \"zipCode\" : \"35000\",\n  \"streetName\" : \"10 Rue de Guebriant\",\n  \"buildingNumber\" : \"10\",\n  \"identityDocumentProof\" : {\n    \"nationality\" : \"French\",\n    \"identityDocumentType\" : \"NATIONAL_ID_CARD\",\n    \"identityDocumentNumber\" : \"123123\"\n  }\n}\n--XXX--\n\n--XXX\nContent-ID: proofOfIdentityDocument\nContent-Type: application/octet-stream\nContent-Transfer-Encoding: binary\nContent-Disposition: file-data; name=\"proofOfIdentityDocument\"; filename=Proof.pdf\n\nIdentity document proof encoded content\n\n--XXX--\n\n--XXX\nContent-ID: proofOfAddress\nContent-Type: application/octet-stream\nContent-Disposition: filename=Proof.txt\n\nProof document encoded content\n\n--XXX--\n</code></pre><h4 id=\"create-a-business-address-with-address-proof-document\">Create a Business Address with Address proof document</h4>\n<p>Below example is a business address with address proof document attached on creation request for Germany.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">--XXX\nContent-ID: createRegulationAddressRequest\nContent-Type: application/json\n\n{\n   \"customerReference\": \"address #123\",\n   \"didType\": \"GEOGRAPHIC\",\n   \"companyName\": \"TEST\",\n   \"countryCodeA3\": \"DEU\",\n   \"streetName\": \"Regrestreet\",\n   \"destinationCountryCodeA3\": \"DEU\",\n   \"salutation\": \"COMPANY\",\n   \"zipCode\": \"52062\",\n   \"city\": \"Aachen\",\n   \"buildingNumber\": \"1\"\n}\n--XXX--\n\nContent-ID: proofOfAddress\nContent-Type: application/octet-stream\nContent-Disposition: filename=Proof.txt\n\nThis is a proof\n\n--XXX--\n</code></pre>\n","urlObject":{"path":["v1","regulation","address"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"5aa2c732-295c-45fb-bf19-a8a6c5cd4161","name":"200 - Create ITA address with extra fields & identity document","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"multipart/form-data;boundary=XXX","type":"text"}],"body":{"mode":"raw","raw":"--XXX\nContent-ID: createRegulationAddressRequest\nContent-Type: application/json\n\n{\n   \"customerReference\":\"Voxone - ITA\",\n   \"didType\":\"GEOGRAPHIC\",\n   \"salutation\":\"COMPANY\",\n   \"companyName\":\"Voxbone\",\n   \"buildingNumber\":\"77\",\n   \"streetName\":\"Via Ludovico di Breme\",\n   \"zipCode\":\"20156\",\n   \"city\":\"Milan\",\n   \"countryCodeA3\":\"ITA\",\n   \"destinationCountryCodeA3\":\"ITA\",\n   \"extraFields\":{\n      \"Signatory date of birth\":\"1989-04-04\",\n      \"Signatory title\":\"MR\",\n      \"Signatory first name\":\"Joe\",\n      \"Signatory last name\":\"Bloggs\",\n      \"Signatory place of birth\":\"London, United Kingdom\",\n      \"Signatory tax code\":\"IT153637282\",\n      \"VAT number\":\"IT24363738\"\n   },\n   \"identityDocumentProof\":{\n      \"nationality\":\"British\",\n      \"identityDocumentType\":\"NATIONAL_ID_CARD\",\n      \"identityDocumentNumber\":\"123123\",\n      \"issuingDate\":\"2018-04-04\",\n      \"issuingAuthority\":\"United Kingdom\"\n   }\n}\n\n--XXX--\n\n--XXX\nContent-ID: proofOfIdentityDocument\nContent-Type: application/octet-stream\nContent-Transfer-Encoding: binary\nContent-Disposition: file-data; name=\"proofOfIdentityDocument\"; filename=Address_proof_Italy.pdf\n\nIdentity document proof encoded content\n\n--XXX--"},"url":"/v1/regulation/address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 15:39:11 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"addressId\": 574537\n}"},{"id":"78de2e84-f8f2-4863-9cc1-b0214e8ad00e","name":"200 - Create GBR with no extra fields","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"multipart/form-data;boundary=XXX","type":"text"}],"body":{"mode":"raw","raw":"--XXX\nContent-ID: createRegulationAddressRequest\nContent-Type: application/json\n\n{\n   \"customerReference\": \"Voxone - GBR\",\n   \"didType\": \"GEOGRAPHIC\",\n   \"salutation\": \"COMPANY\",\n   \"companyName\": \"Voxbone\",\n   \"buildingNumber\": \"42\",\n   \"streetName\": \"Folgate Street\",\n   \"zipCode\": \"E1 6BT\",\n   \"city\": \"London\",\n   \"countryCodeA3\": \"GBR\",\n   \"destinationCountryCodeA3\": \"GBR\"\n}\n--XXX--"},"url":"/v1/regulation/address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 15:23:39 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"addressId\": 574525\n}"},{"id":"99a4f3c9-f094-4ab1-a0e6-641c4d48d92e","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"multipart/form-data;boundary=XXX"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"--XXX\nContent-ID: createRegulationAddressRequest\nContent-Type: application/json\n\n{\n   \"customerReference\":\"<string>\",\n   \"didType\":\"<string>\",\n   \"companyName\":\"<string>\",\n   \"companyDescription\":\"<string>\",\n   \"countryCodeA3\":\"<string>\",\n   \"streetName\":\"<string>\",\n   \"destinationCountryCodeA3\":\"<string>\",\n   \"salutation\":\"<string>\",\n   \"zipCode\":\"<string>\",\n   \"city\":\"<string>\",\n   \"buildingNumber\":\"<string>\",\n   \"buildingLetter\":\"<string>\",\n   \"firstName\":\"<string>\",\n   \"lastName\":\"<string>\",\n   \"phoneNumber\":\"<string>\",\n   \"extraFields\":{\n      \"title\":\"<string>\",\n      \"province\":\"<string>\",\n      \"firstName\":\"<string>\",\n      \"lastName\":\"<string>\",\n      \"nationality\":\"<string>\",\n      \"streetCode\":\"<string>\",\n      \"municipalityCode\":\"<string>\",\n      \"idType\":\"<string>\",\n      \"dateOfBirth\":\"<string>\",\n      \"placeOfBirth\":\"<string>\",\n      \"companyVatNumber\":\"<string>\",\n      \"taxCode\":\"<string>\",\n      \"idNumber\":\"<string>\",\n      \"fiscalIdentificationCode\":\"<string>\",\n      \"state\":\"<string>\"\n   },\n   \"identityDocumentProof\":{\n      \"identityDocumentNumber\":\"<string>\",\n      \"identityDocumentType\":\"<string>\",\n      \"nationality\":\"<string>\",\n      \"issuingAuthority\":\"<string>\",\n      \"issuingDate\":\"<string>\"\n   }\n}\n--XXX--"},"url":"/v1/regulation/address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"addressId\": \"<integer>\"\n}"},{"id":"c3a47b82-7513-4c0a-8083-b3377f3af54a","name":"200 - Create DNK address with extra fields","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"multipart/form-data;boundary=XXX","type":"text"}],"body":{"mode":"raw","raw":"--XXX\nContent-ID: createRegulationAddressRequest\nContent-Type: application/json\n\n{\n   \"customerReference\":\"Voxone - DNK\",\n   \"didType\":\"GEOGRAPHIC\",\n   \"salutation\":\"COMPANY\",\n   \"companyName\":\"Voxbone\",\n   \"buildingNumber\":\"24\",\n   \"streetName\":\"Toldbodgade\",\n   \"zipCode\":\"1253\",\n   \"city\":\"København\",\n   \"countryCodeA3\":\"DNK\",\n   \"destinationCountryCodeA3\":\"DNK\",\n   \"extraFields\":{\n      \"Street Code\":\"2100\",\n      \"Municipality Code\":\"101\"\n   }\n}\n--XXX--"},"url":"/v1/regulation/address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 15:28:42 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"addressId\": 574531\n}"}],"_postman_id":"a98a9931-5b2c-4619-9f6d-b1d6cf04cff5"},{"name":"Update proof of address","id":"c01f9716-2338-4cc9-988a-de397e0dfe30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"proofOfAddress","type":"file","value":null}]},"url":"/v1/regulation/address/:regulationAddressId/proof","description":"<p>This can be used if you want to use an existing address which didn't require verification for the DIDs it is linked to, or for which the proof of address was rejected. After an uploadProofOfAddress request the requestAddressVerification method must be called.</p>\n","urlObject":{"path":["v1","regulation","address",":regulationAddressId","proof"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The identifier of the regulation address.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"regulationAddressId"}]}},"response":[{"id":"07965891-9a78-47b4-a64d-f623bf593290","name":"200 - Upload proof of address","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"proofOfAddress","type":"file","src":"/Users/proy/Desktop/LAR Address.png"}]},"url":{"raw":"/v1/regulation/address/:regulationAddressId/proof","host":[""],"path":["v1","regulation","address",":regulationAddressId","proof"],"variable":[{"key":"regulationAddressId","value":"145574","description":"The identifier of the regulation address."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 08 Jun 2020 09:53:40 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"e54f2197-70d6-4f97-a2e8-4a02c6e422f9","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"proofOfAddress","value":"[\"<binary>\",\"<binary>\"]"}]},"url":"/v1/regulation/address/<integer>/proof"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"}],"_postman_id":"c01f9716-2338-4cc9-988a-de397e0dfe30"},{"name":"Update identity proof document","id":"62d33a59-d373-4428-b33b-1c1386a64cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"--XXX\nContent-ID: createProofOfIdRequest\nContent-Type: application/json\n\n{\n   \"addressId\":\"<string>\",\n   \"identityDocumentNumber\":\"<string>\",\n   \"identityDocumentType\":\"<string>\",\n   \"nationality\":\"<string>\",\n   \"issuingAuthority\":\"<string>\",\n   \"issuingDate\":\"<string>\"\n}\n--XXX--\n\n--XXX\nContent-ID: proofOfIdentityDocument\nContent-Type: application/octet-stream\nContent-Transfer-Encoding: binary\nContent-Disposition: file-data; name=\"<string>\"; filename=\"<string>\"\n\n\"<string>\"\n\n--XXX--"},"url":"/v1/regulation/identitydocument","urlObject":{"path":["v1","regulation","identitydocument"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"604d68a4-b2a3-44d0-b4b7-0f58bb93ef36","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"--XXX\nContent-ID: createProofOfIdRequest\nContent-Type: application/json\n\n{\n   \"addressId\":\"<string>\",\n   \"identityDocumentNumber\":\"<string>\",\n   \"identityDocumentType\":\"<string>\",\n   \"nationality\":\"<string>\",\n   \"issuingAuthority\":\"<string>\",\n   \"issuingDate\":\"<string>\"\n}\n--XXX--\n\n--XXX\nContent-ID: proofOfIdentityDocument\nContent-Type: application/octet-stream\nContent-Transfer-Encoding: binary\nContent-Disposition: file-data; name=\"<string>\"; filename=\"<string>\"\n\n\"<string>\"\n\n--XXX--"},"url":"/v1/regulation/identitydocument"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"},{"id":"df8ba2e4-4d4e-4eed-8e21-f7051b3f90fd","name":"200 - Update identity document proof","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"--XXX\nContent-ID: createProofOfIdRequest\nContent-Type: application/json\n\n{\n   \"addressId\":\"578865\",\n   \"identityDocumentNumber\":\"GB010101010\",\n   \"identityDocumentType\":\"PASSPORT\",\n   \"nationality\":\"British\",\n   \"issuingAuthority\":\"United Kingdom\",\n   \"issuingDate\":\"2020-01-01\"\n}\n--XXX--\n\n--XXX\nContent-ID: proofOfIdentityDocument\nContent-Type: application/octet-stream\nContent-Transfer-Encoding: binary\nContent-Disposition: file-data; name=\"GBR Passport\"; filename=\"gbr_passport.pdf\"\n\nThis is a document proof.\n\n--XXX--"},"url":"/v1/regulation/identitydocument"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 08 Jun 2020 15:43:13 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"62d33a59-d373-4428-b33b-1c1386a64cce"},{"name":"Remove an address","id":"ac9b2bb3-bca2-4831-b058-d073b32fe4db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n","key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/regulation/address/:regulationAddressId","urlObject":{"path":["v1","regulation","address",":regulationAddressId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The ID of the regulation address that you want to delete. You can only delete one address per request.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"regulationAddressId"}]}},"response":[{"id":"98f84b69-b313-48a2-b9ba-667189e065e7","name":"200 - OK","originalRequest":{"method":"DELETE","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/regulation/address/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"},{"id":"accbf044-d800-4c45-9d76-d69628446187","name":"200 - Remove an address","originalRequest":{"method":"DELETE","header":[{"description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n","key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/regulation/address/:regulationAddressId","host":[""],"path":["v1","regulation","address",":regulationAddressId"],"variable":[{"description":"The ID of the regulation address that you want to delete. You can only delete one address per request.","key":"regulationAddressId","value":"507985"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 29 May 2020 16:43:22 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"ac9b2bb3-bca2-4831-b058-d073b32fe4db"},{"name":"Check if address is valid to activate numbers","id":"2fa27858-ae77-4f3e-bb8f-4e23d925f221","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"/v1/regulation/address/:regulationAddressId/validation?didType=<string>&destinationCountryCodeA3=<string>","urlObject":{"path":["v1","regulation","address",":regulationAddressId","validation"],"host":[""],"query":[{"description":{"content":"<p>The did type for the destination did.</p>\n","type":"text/plain"},"key":"didType","value":"<string>"},{"description":{"content":"<p>The three letter identifier for country of the destination did.</p>\n","type":"text/plain"},"key":"destinationCountryCodeA3","value":"<string>"}],"variable":[{"description":{"content":"<p>The ID of the regulation address.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"regulationAddressId"}]}},"response":[{"id":"16f326b3-475a-4463-9b04-97fc6438f13b","name":"200 - Country has no regulation requirements","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json"}],"url":{"raw":"/v1/regulation/address/:regulationAddressId/validation?didType=GEOGRAPHIC&destinationCountryCodeA3=GBR","host":[""],"path":["v1","regulation","address",":regulationAddressId","validation"],"query":[{"key":"didType","value":"GEOGRAPHIC","description":"The did type for the destination did."},{"key":"destinationCountryCodeA3","value":"GBR","description":"The three letter identifier for country of the destination did."}],"variable":[{"key":"regulationAddressId","value":"578689","description":"The ID of the regulation address."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 08 Jun 2020 10:06:25 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"isValid\": false,\n    \"reasons\": [\n        {\n            \"code\": \"511\",\n            \"message\": \"This didGroup has no regulation address requirements. \"\n        }\n    ]\n}"},{"id":"9f85568d-49bb-48c0-b277-96005a18b51e","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/regulation/address/<integer>/validation?didType=<string>&destinationCountryCodeA3=<string>&regulationAddressId=<integer>","host":[""],"path":["v1","regulation","address","<integer>","validation"],"query":[{"key":"didType","value":"<string>"},{"key":"destinationCountryCodeA3","value":"<string>"},{"key":"regulationAddressId","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"isValid\": \"<boolean>\",\n \"reasons\": [\n  {\n   \"code\": \"<string>\",\n   \"message\": \"<string>\"\n  },\n  {\n   \"code\": \"<string>\",\n   \"message\": \"<string>\"\n  }\n ]\n}"},{"id":"b9d0fd84-a2e9-4888-a609-4de14709422c","name":"200 - Address is not valid","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json"}],"url":{"raw":"/v1/regulation/address/:regulationAddressId/validation?didType=GEOGRAPHIC&destinationCountryCodeA3=ITA","host":[""],"path":["v1","regulation","address",":regulationAddressId","validation"],"query":[{"key":"didType","value":"GEOGRAPHIC","description":"The did type for the destination did."},{"key":"destinationCountryCodeA3","value":"ITA","description":"The three letter identifier for country of the destination did."}],"variable":[{"key":"regulationAddressId","value":"578689","description":"The ID of the regulation address."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 08 Jun 2020 10:05:21 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"isValid\": false,\n    \"reasons\": [\n        {\n            \"code\": \"505\",\n            \"message\": \"The country of the address should be the same as the destination country for the selected didType. ITA\"\n        }\n    ]\n}"},{"id":"fc53e13c-4e15-4752-8565-3290d3639726","name":"200 - Address valid to activate numbers","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json"}],"url":{"raw":"/v1/regulation/address/:regulationAddressId/validation?didType=GEOGRAPHIC&destinationCountryCodeA3=ITA","host":[""],"path":["v1","regulation","address",":regulationAddressId","validation"],"query":[{"key":"didType","value":"GEOGRAPHIC","description":"The did type for the destination did."},{"key":"destinationCountryCodeA3","value":"ITA","description":"The three letter identifier for country of the destination did."}],"variable":[{"key":"regulationAddressId","value":"578692","description":"The ID of the regulation address."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 08 Jun 2020 10:07:08 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"isValid\": true,\n    \"reasons\": null\n}"}],"_postman_id":"2fa27858-ae77-4f3e-bb8f-4e23d925f221"},{"name":"Request verification of changes to an address","id":"04e39b71-3b34-443f-b46e-478651ae44a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/regulation/address/:regulationAddressId/verification","urlObject":{"path":["v1","regulation","address",":regulationAddressId","verification"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The identifier of the regulation address.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"regulationAddressId"}]}},"response":[{"id":"6847874e-3817-42f5-b06a-872136bc5a18","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/regulation/address/<integer>/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"},{"id":"6e3936b0-d171-43c2-9675-0973e0e5f2b8","name":"200 - Request verification of address","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/regulation/address/:regulationAddressId/verification","host":[""],"path":["v1","regulation","address",":regulationAddressId","verification"],"variable":[{"key":"regulationAddressId","value":"145574","description":"The identifier of the regulation address."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 08 Jun 2020 09:57:05 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"04e39b71-3b34-443f-b46e-478651ae44a0"},{"name":"Link numbers to an address","id":"451ed7b4-4c8e-431a-993e-23b6b1d813d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didIds\": [\n        \"<integer>\",\n        \"<integer>\"\n    ]\n}"},"url":"/v1/regulation/address/:regulationAddressId/link","urlObject":{"path":["v1","regulation","address",":regulationAddressId","link"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The ID of the regulation address.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"regulationAddressId"}]}},"response":[{"id":"4595ef0b-3151-4c60-98c6-bc723a013498","name":"400 - Address requires verification before linking","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didIds\": [\n        9988873\n    ]\n}"},"url":{"raw":"/v1/regulation/address/:regulationAddressId/link","host":[""],"path":["v1","regulation","address",":regulationAddressId","link"],"variable":[{"key":"regulationAddressId","value":"578692","description":"The ID of the regulation address."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 08 Jun 2020 10:19:22 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"httpStatusCode\": 400,\n    \"apiModule\": \"REGULATION\",\n    \"genericErrorMessage\": \"The system could not successfully execute your request because of an error in the request. Please review the messages below for more information.\",\n    \"errors\": [\n        {\n            \"apiErrorCode\": \"512\",\n            \"apiErrorMessage\": \"This regulation address must first be verified. Its verification has already been requested, therefore it will be possible to link dids as soon as it is confirmed. 578692\"\n        }\n    ]\n}"},{"id":"78869884-7332-452d-bc6c-7eae26cd8cc7","name":"200 - Link numbers to an address","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didIds\": [\n        7225041\n    ]\n}"},"url":{"raw":"/v1/regulation/address/:regulationAddressId/link","host":[""],"path":["v1","regulation","address",":regulationAddressId","link"],"variable":[{"key":"regulationAddressId","value":"578686","description":"The ID of the regulation address."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 08 Jun 2020 10:20:31 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NUMBERS_LINKED_AND_UNBLOCKED\"\n}"},{"id":"998bc119-f948-41c9-a9c1-a483f88ca09e","name":"200 - OK","originalRequest":{"method":"POST","header":[{"description":{"content":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n","type":"text/plain"},"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didIds\": [\n        \"<integer>\",\n        \"<integer>\"\n    ]\n}"},"url":"/v1/regulation/address/<integer>/link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"}],"_postman_id":"451ed7b4-4c8e-431a-993e-23b6b1d813d6"},{"name":"Unlink numbers to an address","id":"eda5a969-464f-404a-8746-e4a0ba873b8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didIds\": [\n        \"<integer>\",\n        \"<integer>\"\n    ]\n}"},"url":"/v1/regulation/address/unlink","urlObject":{"path":["v1","regulation","address","unlink"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"b87221c1-8ecf-4f48-b7a7-05c06798b605","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didIds\": [\n        \"<integer>\",\n        \"<integer>\"\n    ]\n}"},"url":"/v1/regulation/address/unlink"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"},{"id":"eab5be33-2703-4279-93da-0ced320cde29","name":"200 - Unlink numbers from address","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didIds\": [\n        7225041\n    ]\n}"},"url":"/v1/regulation/address/unlink"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 08 Jun 2020 10:23:18 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NUMBERS_UNLINKED_AND_BLOCKED\"\n}"}],"_postman_id":"eda5a969-464f-404a-8746-e4a0ba873b8a"}],"id":"d949e90a-a4ee-44c3-93da-be9742a5fa59","event":[{"listen":"prerequest","script":{"id":"457e1eea-d2e9-4c44-82ac-ed9043e4caf6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5ab64115-3595-4e92-aa3d-1a6e7fbe47e2","type":"text/javascript","exec":[""]}}],"_postman_id":"d949e90a-a4ee-44c3-93da-be9742a5fa59","description":""},{"name":"Configuration","item":[{"name":"DIDs","item":[{"name":"Apply set of configurations to a DID","id":"c3236d71-43dd-4ecc-9d96-4869efec6455","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didId\": \"<integer>\",\n    \"voiceUriId\": \"<integer>\",\n    \"smsLinkGroupId\": \"<integer>\",\n    \"faxUriId\": \"<integer>\",\n    \"voxFaxEnabled\": \"<boolean>\",\n    \"capacityGroupId\": \"<integer>\",\n    \"trunkId\": \"<integer>\",\n    \"deliveryId\": \"<integer>\",\n    \"srvLookup\": \"<boolean>\",\n    \"callerId\": {\n        \"cliFormat\": \"<string>\",\n        \"cliValue\": \"<string>\"\n    },\n    \"cliPrivacy\": \"<string>\",\n    \"peer\": {\n        \"t38Enabled\": \"<string>\",\n        \"dtmf\": \"<string>\",\n        \"dtmfInbandMute\": \"<string>\",\n        \"codecs\": [\n            \"<string>\",\n            \"<string>\"\n        ]\n    },\n    \"ringback\": \"<string>\",\n    \"dnisEnabled\": \"<boolean>\",\n    \"blockOrdinary\": \"<boolean>\",\n    \"blockCellular\": \"<boolean>\",\n    \"blockPayphone\": \"<boolean>\",\n    \"smsOutbound\": \"<boolean>\",\n    \"webRtcEnabled\": \"<boolean>\",\n    \"limitChannels\": \"<number>\",\n    \"limitChannelsOutbound\": \"<number>\",\n    \"voxoutInternationalEnabled\": \"<boolean>\",\n    \"voxoutNationalEnabled\": \"<boolean>\"\n}"},"url":"/v1/configuration/didConfiguration","urlObject":{"path":["v1","configuration","didConfiguration"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"40e9f4d7-6125-4269-add7-172fdca1e59e","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didId\": \"<integer>\",\n    \"voiceUriId\": \"<integer>\",\n    \"smsLinkGroupId\": \"<integer>\",\n    \"faxUriId\": \"<integer>\",\n    \"voxFaxEnabled\": \"<boolean>\",\n    \"capacityGroupId\": \"<integer>\",\n    \"trunkId\": \"<integer>\",\n    \"deliveryId\": \"<integer>\",\n    \"srvLookup\": \"<boolean>\",\n    \"callerId\": {\n        \"cliFormat\": \"<string>\",\n        \"cliValue\": \"<string>\"\n    },\n    \"cliPrivacy\": \"<string>\",\n    \"peer\": {\n        \"t38Enabled\": \"<string>\",\n        \"dtmf\": \"<string>\",\n        \"dtmfInbandMute\": \"<string>\",\n        \"codecs\": [\n            \"<string>\",\n            \"<string>\"\n        ]\n    },\n    \"ringback\": \"<string>\",\n    \"dnisEnabled\": \"<boolean>\",\n    \"blockOrdinary\": \"<boolean>\",\n    \"blockCellular\": \"<boolean>\",\n    \"blockPayphone\": \"<boolean>\",\n    \"smsOutbound\": \"<boolean>\",\n    \"webRtcEnabled\": \"<boolean>\",\n    \"limitChannels\": \"<number>\",\n    \"limitChannelsOutbound\": \"<number>\",\n    \"voxoutInternationalEnabled\": \"<boolean>\",\n    \"voxoutNationalEnabled\": \"<boolean>\"\n}"},"url":"/v1/configuration/didConfiguration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"failedDidConfigurations\": [\n  \"<string>\",\n  \"<string>\"\n ],\n \"status\": \"<string>\"\n}"},{"id":"f15e433a-289c-488e-82da-877a2cc5d587","name":"200 - Apply configuration to a DID","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didId\": 6904856,\n    \"voiceUriId\": 191673,\n    \"smsLinkGroupId\": 2379,\n    \"faxUriId\": \"\",\n    \"voxFaxEnabled\": false,\n    \"capacityGroupId\": 46341,\n    \"trunkId\": 4722,\n    \"deliveryId\": 6,\n    \"srvLookup\": false,\n    \"callerId\": {\n        \"cliFormat\": \"E164\",\n        \"cliValue\": \"+\"\n    },\n    \"cliPrivacy\": \"DISABLED\",\n    \"peer\": {\n        \"t38Enabled\": false,\n        \"dtmf\": \"INBAND\",\n        \"dtmfInbandMute\": false,\n        \"codecs\": [\n            \"G711A\",\n            \"G722\",\n            \"SPEEX\",\n            \"OPUS\",\n            \"H264\",\n            \"H263P\"\n        ]\n    },\n    \"ringback\": \"STANDARD\",\n    \"dnisEnabled\": false,\n    \"blockOrdinary\": false,\n    \"blockCellular\": false,\n    \"blockPayphone\": false,\n    \"smsOutbound\": false,\n    \"webRtcEnabled\": false,\n    \"limitChannels\": 0,\n    \"limitChannelsOutbound\": 0,\n    \"voxoutInternationalEnabled\": true,\n    \"voxoutNationalEnabled\": true\n}"},"url":"/v1/configuration/didConfiguration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 05 Jun 2020 10:59:42 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"failedDidConfigurations\": null,\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"c3236d71-43dd-4ecc-9d96-4869efec6455"},{"name":"Apply set of configurations to one or many DIDs","id":"910e78bf-0350-40df-87d2-7b6b5dbde1dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didIds\": [\n        \"<integer>\",\n        \"<integer>\"\n    ],\n    \"voiceUriId\": \"<string>\",\n    \"smsLinkGroupId\": \"<string>\",\n    \"faxUriId\": \"<integer>\",\n    \"voxFaxEnabled\": \"<boolean>\",\n    \"capacityGroupId\": \"<string>\",\n    \"trunkId\": \"<string>\",\n    \"deliveryId\": \"<string>\",\n    \"srvLookup\": \"<boolean>\",\n    \"callerId\": {\n        \"cliFormat\": \"<string>\",\n        \"cliValue\": \"<string>\"\n    },\n    \"cliPrivacy\": \"<string>\",\n    \"peer\": {\n        \"t38Enabled\": \"<string>\",\n        \"dtmf\": \"<string>\",\n        \"dtmfInbandMute\": \"<string>\",\n        \"codecs\": [\n            \"<string>\",\n            \"<string>\"\n        ]\n    },\n    \"ringback\": \"<string>\",\n    \"dnisEnabled\": \"<boolean>\",\n    \"blockOrdinary\": \"<boolean>\",\n    \"blockCellular\": \"<boolean>\",\n    \"blockPayphone\": \"<boolean>\",\n    \"smsOutbound\": \"<boolean>\",\n    \"webRtcEnabled\": \"<boolean>\",\n    \"limitChannels\": \"<integer>\",\n    \"limitChannelsOutbound\": \"<number>\",\n    \"voxoutInternationalEnabled\": \"<boolean>\",\n    \"voxoutNationalEnabled\": \"<boolean>\"\n}"},"url":"/v1/configuration/bulk","urlObject":{"path":["v1","configuration","bulk"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"303fe952-2e9f-4612-9d32-4f2e127a0a10","name":"400 - Invalid deliveryId","originalRequest":{"method":"POST","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didId\": 6904856,\n    \"voiceUriId\": 191673,\n    \"smsLinkGroupId\": 2379,\n    \"faxUriId\": \"\",\n    \"voxFaxEnabled\": false,\n    \"capacityGroupId\": 46341,\n    \"trunkId\": 4722,\n    \"deliveryId\": 67,\n    \"srvLookup\": false,\n    \"callerId\": {\n        \"cliFormat\": \"E164\",\n        \"cliValue\": \"+\"\n    },\n    \"cliPrivacy\": \"DISABLED\",\n    \"peer\": {\n        \"t38Enabled\": false,\n        \"dtmf\": \"INBAND\",\n        \"dtmfInbandMute\": false,\n        \"codecs\": [\n            \"G711A\",\n            \"G722\",\n            \"SPEEX\",\n            \"OPUS\",\n            \"H264\",\n            \"H263P\"\n        ]\n    },\n    \"ringback\": \"STANDARD\",\n    \"dnisEnabled\": false,\n    \"blockOrdinary\": false,\n    \"blockCellular\": false,\n    \"blockPayphone\": false,\n    \"smsOutbound\": false,\n    \"webRtcEnabled\": false,\n    \"limitChannels\": 0,\n    \"limitChannelsOutbound\": 0,\n    \"voxoutInternationalEnabled\": true,\n    \"voxoutNationalEnabled\": true\n}"},"url":"/v1/configuration/bulk"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"httpStatusCode\": 400,\n \"apiModule\": \"CONFIG\",\n \"genericErrorMessage\": \"An error occurred during the validation of your request. Please review the messages below for more information.\",\n \"errors\": [\n  {\n   \"apiErrorCode\": \"309\",\n   \"apiErrorMessage\": \"The pop id is not valid, the referenced pop does not exist.\"\n  }\n ]\n}"},{"id":"c9dc0a1d-ca09-47a8-bf62-1998ba9c6a5f","name":"200 - Apply configurations to multiple DIDs","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didIds\": [\n        6904856,\n        6839750\n    ],\n    \"voiceUriId\": 191673,\n    \"smsLinkGroupId\": 2379,\n    \"faxUriId\": \"\",\n    \"voxFaxEnabled\": false,\n    \"capacityGroupId\": 46341,\n    \"trunkId\": 4722,\n    \"deliveryId\": 6,\n    \"srvLookup\": false,\n    \"callerId\": {\n        \"cliFormat\": \"E164\",\n        \"cliValue\": \"+\"\n    },\n    \"cliPrivacy\": \"DISABLED\",\n    \"peer\": {\n        \"t38Enabled\": false,\n        \"dtmf\": \"INBAND\",\n        \"dtmfInbandMute\": false,\n        \"codecs\": [\n            \"G711A\",\n            \"G722\",\n            \"SPEEX\",\n            \"OPUS\",\n            \"H264\",\n            \"H263P\"\n        ]\n    },\n    \"ringback\": \"STANDARD\",\n    \"dnisEnabled\": false,\n    \"blockOrdinary\": false,\n    \"blockCellular\": false,\n    \"blockPayphone\": false,\n    \"smsOutbound\": false,\n    \"webRtcEnabled\": false,\n    \"limitChannels\": 0,\n    \"limitChannelsOutbound\": 0,\n    \"voxoutInternationalEnabled\": true,\n    \"voxoutNationalEnabled\": true\n}"},"url":"/v1/configuration/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 05 Jun 2020 11:09:50 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": 2,\n    \"error\": 0,\n    \"partial\": 0,\n    \"total\": 2,\n    \"results\": [\n        {\n            \"didId\": 6839750,\n            \"status\": \"SUCCESS\",\n            \"updatedConfigurations\": [\n                \"VOICE_URI\",\n                \"SMS_LINK_GROUP\",\n                \"FAX_ACCOUNT\",\n                \"CAPACITY_GROUP\",\n                \"TRUNK\",\n                \"SIP_DELIVERY\",\n                \"SRV_LOOKUP\",\n                \"CLI_FORMAT\",\n                \"PEER\",\n                \"RING_BACK\",\n                \"SEND_DNIS\",\n                \"CPC_BLOCK_ORDINARY\",\n                \"CPC_BLOCK_CELLULAR\",\n                \"CPC_BLOCK_PAYPHONE\",\n                \"SMS_OUTBOUND_ENABLED\",\n                \"WEB_RTC\",\n                \"CHANNELS_LIMMIT\",\n                \"CHANNELS_LIMIT_OUTBOUND\",\n                \"VOXOUT_INTERNATIONAL\",\n                \"CLI_PRIVACY\",\n                \"FAX_ENABLED\",\n                \"VOXOUT_NATIONAL\"\n            ],\n            \"partialConfigurations\": null,\n            \"messages\": null\n        },\n        {\n            \"didId\": 6904856,\n            \"status\": \"SUCCESS\",\n            \"updatedConfigurations\": [\n                \"VOICE_URI\",\n                \"SMS_LINK_GROUP\",\n                \"FAX_ACCOUNT\",\n                \"CAPACITY_GROUP\",\n                \"TRUNK\",\n                \"SIP_DELIVERY\",\n                \"SRV_LOOKUP\",\n                \"CLI_FORMAT\",\n                \"PEER\",\n                \"RING_BACK\",\n                \"SEND_DNIS\",\n                \"CPC_BLOCK_ORDINARY\",\n                \"CPC_BLOCK_CELLULAR\",\n                \"CPC_BLOCK_PAYPHONE\",\n                \"SMS_OUTBOUND_ENABLED\",\n                \"WEB_RTC\",\n                \"CHANNELS_LIMMIT\",\n                \"CHANNELS_LIMIT_OUTBOUND\",\n                \"VOXOUT_INTERNATIONAL\",\n                \"CLI_PRIVACY\",\n                \"FAX_ENABLED\",\n                \"VOXOUT_NATIONAL\"\n            ],\n            \"partialConfigurations\": null,\n            \"messages\": null\n        }\n    ]\n}"},{"id":"df5f614b-0e6b-46d4-94aa-bb519c225d80","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didIds\": [\n        \"<integer>\",\n        \"<integer>\"\n    ],\n    \"voiceUriId\": \"<string>\",\n    \"smsLinkGroupId\": \"<string>\",\n    \"faxUriId\": \"<integer>\",\n    \"voxFaxEnabled\": \"<boolean>\",\n    \"capacityGroupId\": \"<string>\",\n    \"trunkId\": \"<string>\",\n    \"deliveryId\": \"<string>\",\n    \"srvLookup\": \"<boolean>\",\n    \"callerId\": {\n        \"cliFormat\": \"<string>\",\n        \"cliValue\": \"<string>\"\n    },\n    \"cliPrivacy\": \"<string>\",\n    \"peer\": {\n        \"t38Enabled\": \"<string>\",\n        \"dtmf\": \"<string>\",\n        \"dtmfInbandMute\": \"<string>\",\n        \"codecs\": [\n            \"<string>\",\n            \"<string>\"\n        ]\n    },\n    \"ringback\": \"<string>\",\n    \"dnisEnabled\": \"<boolean>\",\n    \"blockOrdinary\": \"<boolean>\",\n    \"blockCellular\": \"<boolean>\",\n    \"blockPayphone\": \"<boolean>\",\n    \"smsOutbound\": \"<boolean>\",\n    \"webRtcEnabled\": \"<boolean>\",\n    \"limitChannels\": \"<integer>\",\n    \"limitChannelsOutbound\": \"<number>\",\n    \"voxoutInternationalEnabled\": \"<boolean>\",\n    \"voxoutNationalEnabled\": \"<boolean>\"\n}"},"url":"/v1/configuration/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"success\": 1,\n \"error\": 0,\n \"partial\": 6,\n \"total\": 7,\n \"results\": [\n  {\n   \"didId\": 928818,\n   \"status\": \"PARTIAL\",\n   \"updatedConfigurations\": [\n    \"VOICE_URI\",\n    \"CAPACITY_GROUP\",\n    \"SIP_DELIVERY\",\n    \"RING_BACK\",\n    \"CHANNELS_LIMMIT\",\n    \"VOXOUT_NATIONAL\"\n   ],\n   \"partialConfigurations\": [\n    \"TRUNK\",\n    \"SMS_OUTBOUND_ENABLED\"\n   ],\n   \"messages\": [\n    {\n     \"configuration\": \"TRUNK\",\n     \"description\": \"Trunk is invalid or zoneProduct is not supported\"\n    },\n    {\n     \"configuration\": \"SMS_OUTBOUND_ENABLED\",\n     \"description\": \"Sms is not supported\"\n    }\n   ]\n  },\n  {\n   \"didId\": 3644928,\n   \"status\": \"PARTIAL\",\n   \"updatedConfigurations\": [\n    \"VOICE_URI\",\n    \"CAPACITY_GROUP\",\n    \"TRUNK\",\n    \"SIP_DELIVERY\",\n    \"RING_BACK\",\n    \"CHANNELS_LIMMIT\",\n    \"VOXOUT_NATIONAL\"\n   ],\n   \"partialConfigurations\": [\n    \"SMS_OUTBOUND_ENABLED\"\n   ],\n   \"messages\": [\n    {\n     \"configuration\": \"SMS_OUTBOUND_ENABLED\",\n     \"description\": \"Sms is not supported\"\n    }\n   ]\n  },\n  {\n   \"didId\": 3644929,\n   \"status\": \"PARTIAL\",\n   \"updatedConfigurations\": [\n    \"VOICE_URI\",\n    \"CAPACITY_GROUP\",\n    \"TRUNK\",\n    \"SIP_DELIVERY\",\n    \"RING_BACK\",\n    \"CHANNELS_LIMMIT\",\n    \"VOXOUT_NATIONAL\"\n   ],\n   \"partialConfigurations\": [\n    \"SMS_OUTBOUND_ENABLED\"\n   ],\n   \"messages\": [\n    {\n     \"configuration\": \"SMS_OUTBOUND_ENABLED\",\n     \"description\": \"Sms is not supported\"\n    }\n   ]\n  },\n  {\n   \"didId\": 5807022,\n   \"status\": \"PARTIAL\",\n   \"updatedConfigurations\": [\n    \"VOICE_URI\",\n    \"CAPACITY_GROUP\",\n    \"TRUNK\",\n    \"SIP_DELIVERY\",\n    \"RING_BACK\",\n    \"SMS_OUTBOUND_ENABLED\",\n    \"CHANNELS_LIMMIT\"\n   ],\n   \"partialConfigurations\": [\n    \"VOXOUT_NATIONAL\"\n   ],\n   \"messages\": [\n    {\n     \"configuration\": \"VOXOUT_NATIONAL\",\n     \"description\": \"VoxOut National cannot be activated on this number. Please contact support for more details.\"\n    }\n   ]\n  },\n  {\n   \"didId\": 5807023,\n   \"status\": \"PARTIAL\",\n   \"updatedConfigurations\": [\n    \"VOICE_URI\",\n    \"CAPACITY_GROUP\",\n    \"TRUNK\",\n    \"SIP_DELIVERY\",\n    \"RING_BACK\",\n    \"SMS_OUTBOUND_ENABLED\",\n    \"CHANNELS_LIMMIT\"\n   ],\n   \"partialConfigurations\": [\n    \"VOXOUT_NATIONAL\"\n   ],\n   \"messages\": [\n    {\n     \"configuration\": \"VOXOUT_NATIONAL\",\n     \"description\": \"VoxOut National cannot be activated on this number. Please contact support for more details.\"\n    }\n   ]\n  },\n  {\n   \"didId\": 9475529,\n   \"status\": \"PARTIAL\",\n   \"updatedConfigurations\": [\n    \"VOICE_URI\",\n    \"CAPACITY_GROUP\",\n    \"TRUNK\",\n    \"SIP_DELIVERY\",\n    \"RING_BACK\",\n    \"CHANNELS_LIMMIT\"\n   ],\n   \"partialConfigurations\": [\n    \"VOXOUT_NATIONAL\",\n    \"SMS_OUTBOUND_ENABLED\"\n   ],\n   \"messages\": [\n    {\n     \"configuration\": \"VOXOUT_NATIONAL\",\n     \"description\": \"VoxOut National cannot be activated on this number. Please contact support for more details.\"\n    },\n    {\n     \"configuration\": \"SMS_OUTBOUND_ENABLED\",\n     \"description\": \"Sms is not supported\"\n    }\n   ]\n  },\n  {\n   \"didId\": 6484442,\n   \"status\": \"SUCCESS\",\n   \"updatedConfigurations\": [\n    \"VOICE_URI\",\n    \"CAPACITY_GROUP\",\n    \"TRUNK\",\n    \"SIP_DELIVERY\",\n    \"RING_BACK\",\n    \"SMS_OUTBOUND_ENABLED\",\n    \"CHANNELS_LIMMIT\",\n    \"VOXOUT_NATIONAL\"\n   ]\n  }\n ]\n}"}],"_postman_id":"910e78bf-0350-40df-87d2-7b6b5dbde1dc"},{"name":"List Voxbone Interconnect locations and IP addresses","id":"62f8cd59-9dbb-4e6c-8621-663e2e6fc570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/pop","description":"<p>Allows you to get the list of Voxbone’s POPs (Points Of Presence) and their corresponding IP addresses.</p>\n","urlObject":{"path":["v1","configuration","pop"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"962b5ae8-bf6a-474f-aae2-a9f4897a5f09","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/pop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"pops\": [\n  {\n   \"deliveryId\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"ips\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  },\n  {\n   \"deliveryId\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"ips\": [\n    \"<string>\",\n    \"<string>\"\n   ]\n  }\n ]\n}"},{"id":"dd893538-b7a5-4b0d-ad1a-0e8db1f7c289","name":"200 - Lost Interconnet locations and IP addresses","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/pop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 13:46:47 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"pops\": [\n        {\n            \"deliveryId\": 84,\n            \"name\": \"AU\",\n            \"ips\": [\n                \"185.47.148.45\"\n            ]\n        },\n        {\n            \"deliveryId\": 2,\n            \"name\": \"BE\",\n            \"ips\": [\n                \"81.201.82.45\"\n            ]\n        },\n        {\n            \"deliveryId\": 3,\n            \"name\": \"CN\",\n            \"ips\": [\n                \"81.201.86.45\"\n            ]\n        },\n        {\n            \"deliveryId\": 12,\n            \"name\": \"DE\",\n            \"ips\": [\n                \"81.201.83.45\"\n            ]\n        },\n        {\n            \"deliveryId\": 14,\n            \"name\": \"US-LA\",\n            \"ips\": [\n                \"81.201.84.195\"\n            ]\n        },\n        {\n            \"deliveryId\": 6,\n            \"name\": \"US-NY\",\n            \"ips\": [\n                \"81.201.85.45\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"62f8cd59-9dbb-4e6c-8621-663e2e6fc570"}],"id":"a38a1b02-ac92-46be-996a-f46ca7c038e8","_postman_id":"a38a1b02-ac92-46be-996a-f46ca7c038e8","description":""},{"name":"Voice","item":[{"name":"List Voice URIs","id":"8115b432-6c63-47a9-9389-4af430bff725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/voiceuri?pageNumber=0&pageSize=20","urlObject":{"path":["v1","configuration","voiceuri"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>The identifier of the voice uri.</p>\n","type":"text/plain"},"key":"voiceUriId","value":"<integer>"},{"disabled":true,"description":{"content":"<p>The identifier of the voice uri acting as backup.</p>\n","type":"text/plain"},"key":"backupUriId","value":"<integer>"},{"disabled":true,"description":{"content":"<p>The protocol to use with this voice uri. Supported protocols are <code>SIP</code> and <code>TEL</code>.</p>\n","type":"text/plain"},"key":"voiceUriProtocol","value":"<string>"},{"disabled":true,"description":{"content":"<p>The actual uri where the call will be delivered.</p>\n","type":"text/plain"},"key":"uri","value":"<string>"},{"disabled":true,"description":{"content":"<p>A human-readable description of this uri.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>The page number, starting at 0.</p>\n","type":"text/plain"},"key":"pageNumber","value":"0"},{"description":{"content":"<p>The page size (max number of entities that are displayed in the response).</p>\n","type":"text/plain"},"key":"pageSize","value":"20"}],"variable":[]}},"response":[{"id":"3c232d57-3443-4e55-bc43-897bacb07344","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/voiceuri?pageNumber=0&pageSize=20","host":[""],"path":["v1","configuration","voiceuri"],"query":[{"key":"voiceUriId","value":"<integer>","disabled":true},{"key":"backupUriId","value":"<integer>","disabled":true},{"key":"voiceUriProtocol","value":"<string>","disabled":true},{"key":"uri","value":"<string>","disabled":true},{"key":"description","value":"<string>","disabled":true},{"key":"pageNumber","value":"0"},{"key":"pageSize","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"voiceUris\": [\n  {\n   \"voiceUriId\": \"<integer>\",\n   \"backupUriId\": \"<integer>\",\n   \"backupUri\": \"<string>\",\n   \"voiceUriProtocol\": \"<string>\",\n   \"uri\": \"<string>\",\n   \"description\": \"<string>\"\n  },\n  {\n   \"voiceUriId\": \"<integer>\",\n   \"backupUriId\": \"<integer>\",\n   \"backupUri\": \"<string>\",\n   \"voiceUriProtocol\": \"<string>\",\n   \"uri\": \"<string>\",\n   \"description\": \"<string>\"\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"},{"id":"775e92bd-67a2-4590-acdd-87c36fa19c9f","name":"200 - List all voice URIs","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/voiceuri?pageNumber=0&pageSize=20","host":[""],"path":["v1","configuration","voiceuri"],"query":[{"key":"voiceUriId","value":"","description":"The identifier of the voice uri.","disabled":true},{"key":"backupUriId","value":"","description":"The identifier of the voice uri acting as backup.","disabled":true},{"key":"voiceUriProtocol","value":"","description":"The protocol to use with this voice uri. Supported protocols are `SIP` and `TEL`.","disabled":true},{"key":"uri","value":"","description":"The actual uri where the call will be delivered.","disabled":true},{"key":"description","value":"","description":"A human-readable description of this uri.","disabled":true},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 15:36:15 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"voiceUris\": [\n        {\n            \"voiceUriId\": 181459,\n            \"backupUriId\": 187733,\n            \"backupUri\": \"sip:32462410398@54.229.220.222\",\n            \"voiceUriProtocol\": \"SIP\",\n            \"uri\": \"echo@81.202.82.201\",\n            \"description\": \"Primary\"\n        },\n        {\n            \"voiceUriId\": 199774,\n            \"backupUriId\": null,\n            \"backupUri\": null,\n            \"voiceUriProtocol\": \"SIP\",\n            \"uri\": \"pr@sipvox2.voxbone.com\",\n            \"description\": \"Voxbone Office USA\"\n        },\n        {\n            \"voiceUriId\": 190045,\n            \"backupUriId\": null,\n            \"backupUri\": null,\n            \"voiceUriProtocol\": \"SIP\",\n            \"uri\": \"apeivr@sipvox1.voxbone.com\",\n            \"description\": \"Voxbone Office London\"\n        }\n    ],\n    \"resultCount\": 3\n}"}],"_postman_id":"8115b432-6c63-47a9-9389-4af430bff725"},{"name":"Get a specific Voice URI by id","id":"3360c066-f805-401b-bfca-1841cc6283f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/voiceuri/:voiceUriId","urlObject":{"path":["v1","configuration","voiceuri",":voiceUriId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The identifier of the Voice URI.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"voiceUriId"}]}},"response":[{"id":"4873aaf8-55e2-4f98-9e79-fe15a2956eb4","name":"200 - Voice URI by id","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/voiceuri/:voiceUriId","host":[""],"path":["v1","configuration","voiceuri",":voiceUriId"],"variable":[{"key":"voiceUriId","value":"190045","description":"The identifier of the Voice URI."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 15:41:27 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"voiceUris\": [\n        {\n            \"voiceUriId\": 190045,\n            \"backupUriId\": null,\n            \"backupUri\": null,\n            \"voiceUriProtocol\": \"SIP\",\n            \"uri\": \"apeivr@sipvox1.voxbone.com\",\n            \"description\": \"Voxbone Office London\"\n        }\n    ],\n    \"resultCount\": 1\n}"},{"id":"588b6706-c4be-4784-a318-139352462149","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/voiceuri/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"voiceUris\": [\n  {\n   \"voiceUriId\": \"<integer>\",\n   \"backupUriId\": \"<integer>\",\n   \"backupUri\": \"<string>\",\n   \"voiceUriProtocol\": \"<string>\",\n   \"uri\": \"<string>\",\n   \"description\": \"<string>\"\n  },\n  {\n   \"voiceUriId\": \"<integer>\",\n   \"backupUriId\": \"<integer>\",\n   \"backupUri\": \"<string>\",\n   \"voiceUriProtocol\": \"<string>\",\n   \"uri\": \"<string>\",\n   \"description\": \"<string>\"\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"}],"_postman_id":"3360c066-f805-401b-bfca-1841cc6283f7"},{"name":"Create a new Voice URI","id":"5aee8d13-5b67-4224-8e09-a1b7f003188b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"voiceUri\": {\n        \"uri\": \"<string>\",\n        \"voiceUriProtocol\": \"<string>\",\n        \"voiceUriId\": \"<integer>\",\n        \"backupUriId\": \"<string>\",\n        \"description\": \"<string>\"\n    }\n}"},"url":"/v1/configuration/voiceuri","description":"<p>Allows you to either create a new Voice URI or update an existing one. If an existing voiceUriId is passed in the request, then an update will be performed. If no voiceUriId is passed, then a new Voice URI is created.</p>\n","urlObject":{"path":["v1","configuration","voiceuri"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"a8adeb82-d241-41c9-bf58-f1928c189318","name":"200 - Create a voice URI","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"voiceUri\": {\n        \"backupUriId\": \"190045\",\n        \"voiceUriProtocol\": \"SIP\",\n        \"uri\": \"thivr@sipvox1.voxbone.com\",\n        \"description\": \"Voxbone Office London\"\n    }\n}"},"url":"/v1/configuration/voiceuri"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 15:48:42 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"voiceUri\": {\n        \"voiceUriId\": 733523,\n        \"backupUriId\": \"190045\",\n        \"voiceUriProtocol\": \"SIP\",\n        \"uri\": \"thivr@sipvox1.voxbone.com\",\n        \"description\": \"Voxbone Office London\"\n    }\n}"},{"id":"f8b09264-fe26-4379-8ec7-f23687ee8b77","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"voiceUri\": {\n        \"backupUriId\": \"<string>\",\n        \"voiceUriProtocol\": \"<string>\",\n        \"uri\": \"<string>\",\n        \"description\": \"<string>\"\n    }\n}"},"url":"/v1/configuration/voiceuri"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"voiceUri\": {\n\t\t\"voiceUriId\": \"<integer>\",\n\t\t\"backupUriId\": \"<string>\",\n\t\t\"voiceUriProtocol\": \"<string>\",\n\t\t\"uri\": \"<string>\",\n\t\t\"description\": \"<string>\"\n }\n}"}],"_postman_id":"5aee8d13-5b67-4224-8e09-a1b7f003188b"},{"name":"Update a Voice URI","id":"5425cb3a-c575-45df-b889-90294762cdba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"apikey","value":"","type":"text","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"voiceUri\": {\n        \"uri\": \"<string>\",\n        \"voiceUriProtocol\": \"<string>\",\n        \"backupUriId\": \"<string>\",\n        \"description\": \"<string>\"\n    }\n}"},"url":"/v1/configuration/voiceuri/:voiceUriId","urlObject":{"path":["v1","configuration","voiceuri",":voiceUriId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The identifier of the voice uri.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"voiceUriId"}]}},"response":[{"id":"e441c9f8-d527-481c-bc3e-a99e901dcd80","name":"200 - Update a voice URI","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","type":"text","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"voiceUri\": {\n        \"uri\": \"thivr@sipvox2.voxbone.com\",\n        \"voiceUriProtocol\": \"SIP\",\n        \"backupUriId\": \"190045\",\n        \"description\": \"Voxbone Office Europe\"\n    }\n}"},"url":{"raw":"/v1/configuration/voiceuri/:voiceUriId","host":[""],"path":["v1","configuration","voiceuri",":voiceUriId"],"variable":[{"description":"The identifier of the voice uri.","key":"voiceUriId","value":"733523"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 15:57:47 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"voiceUri\": {\n        \"voiceUriId\": 733523,\n        \"backupUriId\": \"190045\",\n        \"voiceUriProtocol\": \"SIP\",\n        \"uri\": \"thivr@sipvox2.voxbone.com\",\n        \"description\": \"Voxbone Office Europe\"\n    }\n}"},{"id":"f9157e9f-a5da-4d78-8b0c-e74b43a87ef8","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"voiceUri\": {\n        \"uri\": \"<string>\",\n        \"voiceUriProtocol\": \"<string>\",\n        \"backupUriId\": \"<string>\",\n        \"description\": \"<string>\"\n    }\n}"},"url":"/v1/configuration/voiceuri/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"voiceUri\": {\n\t\t\"voiceUriId\": \"<integer>\",\n\t\t\"backupUriId\": \"<string>\",\n\t\t\"voiceUriProtocol\": \"<string>\",\n\t\t\"uri\": \"<string>\",\n\t\t\"description\": \"<string>\"\n }\n}"}],"_postman_id":"5425cb3a-c575-45df-b889-90294762cdba"},{"name":"Delete Voice URI","id":"24b8f66e-ca52-407c-843b-9c979a3e8a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/voiceuri/:voiceUriId","description":"<p>Results in DIDs linked to the URI to be routed to nowhere.</p>\n","urlObject":{"path":["v1","configuration","voiceuri",":voiceUriId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>Indicates the ID of one of your existing voice URIs which should be removed.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"voiceUriId"}]}},"response":[{"id":"1c430a0c-cd19-420e-bc8b-fb1193eb1a6b","name":"200 - Delete a voice URI","originalRequest":{"method":"DELETE","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/voiceuri/:voiceUriId","host":[""],"path":["v1","configuration","voiceuri",":voiceUriId"],"variable":[{"key":"voiceUriId","value":"733523","description":"Indicates the ID of one of your existing voice URIs which should be removed."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 15:59:12 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"adef87f3-8525-42eb-bbcd-f2cbbb381462","name":"200 - OK","originalRequest":{"method":"DELETE","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/voiceuri/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"<string>\"\n}"}],"_postman_id":"24b8f66e-ca52-407c-843b-9c979a3e8a92"}],"id":"296c9d9d-2131-4975-8fd2-59535e562636","event":[{"listen":"prerequest","script":{"id":"57c0ae84-607e-4137-8ebb-6011f65c0839","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"103dbab5-e1a4-4610-8bb9-e027b4f6b202","type":"text/javascript","exec":[""]}}],"_postman_id":"296c9d9d-2131-4975-8fd2-59535e562636","description":""},{"name":"SMS","item":[{"name":"Link Group","item":[{"name":"List SMS Link Groups","id":"4f495e7f-c7a2-433c-ba3a-f7cc01e19ba6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/smslinkgroup","description":"<p>Allows you to retrieve the list of your SMS Link Groups. The <code>id</code> of the SMS Link Group returned by this method will be needed to edit or delete that SMS Link Group.</p>\n","urlObject":{"path":["v1","configuration","smslinkgroup"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"b5478768-c802-4ef7-9515-832ce60c2c83","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/smslinkgroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"smsLinkGroups\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\"\n  }\n ]\n}"},{"id":"d472aa3a-43a6-4fc6-8826-eb78d6f87a8e","name":"200 - List SMS Link Groups","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/smslinkgroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 04 Jun 2020 16:08:34 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n   \"smsLinkGroups\":[\n      {\n        \"id\":14114,\n        \"name\":\"a6f9ea1a-d31b-4e4f-838d-eb05fe84beac\"\n      },\n      {\n        \"id\":14117,\n        \"name\":\"Voxbone SMS\"\n      },\n      {\n        \"id\":2128,\n        \"name\":\"WhatsApp\"\n      }\n   ]\n}"}],"_postman_id":"4f495e7f-c7a2-433c-ba3a-f7cc01e19ba6"},{"name":"Create a new SMS Link Group","id":"be8db876-290a-4bbd-8de3-298e6ea1f317","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\"\n}"},"url":"/v1/configuration/smslinkgroup","urlObject":{"path":["v1","configuration","smslinkgroup"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"8ef15c8e-f4db-4aef-96de-a36f834d1c43","name":"200 - Create a new SMS Link Group","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Voxbone SMS\"\n}"},"url":"/v1/configuration/smslinkgroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 04 Jun 2020 16:06:51 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 14117\n}"},{"id":"fad6d941-60f6-42c1-8602-4d8065d08b42","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"description":{"content":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n","type":"text/plain"},"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\"\n}"},"url":"/v1/configuration/smslinkgroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\"\n}"}],"_postman_id":"be8db876-290a-4bbd-8de3-298e6ea1f317"},{"name":"Delete SMS Link Group","id":"831485fa-fb59-46cd-9415-771eae17e5c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"apikey","value":"","type":"text","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/smslinkgroup/:smsLinkGroupId","urlObject":{"path":["v1","configuration","smslinkgroup",":smsLinkGroupId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The ID of the SMS link group that you wish to delete. Note that this operation can impact your service, make sure no DID will be impacted by this operation.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"smsLinkGroupId"}]}},"response":[{"id":"13f5078f-af3f-4285-8768-2bdbb2e24b31","name":"200 - OK","originalRequest":{"method":"DELETE","header":[{"key":"apikey","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/smslinkgroup/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"},{"id":"426c2b1c-2d97-462b-a112-20217a0988cb","name":"200 - Delete a SMS Link Group","originalRequest":{"method":"DELETE","header":[{"key":"apikey","value":"","type":"text","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/smslinkgroup/:smsLinkGroupId","host":[""],"path":["v1","configuration","smslinkgroup",":smsLinkGroupId"],"variable":[{"key":"smsLinkGroupId","value":"9969","description":"The ID of the SMS link group that you wish to delete. Note that this operation can impact your service, make sure no DID will be impacted by this operation."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 04 Jun 2020 16:12:10 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"831485fa-fb59-46cd-9415-771eae17e5c9"}],"id":"13cab041-b9f7-42a6-ab25-f5d25b78c23c","_postman_id":"13cab041-b9f7-42a6-ab25-f5d25b78c23c","description":""},{"name":"Link","item":[{"name":"List SMS Links","id":"cc89cd2b-b185-4e11-ae8e-40e193198885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/smslink","urlObject":{"path":["v1","configuration","smslink"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>The identifier of the sms link.</p>\n","type":"text/plain"},"key":"smsLinkId","value":"<integer>"},{"disabled":true,"description":{"content":"<p>This can be used to filter based on the SMS link group and get the list of your SMS links within that SMS link group.</p>\n","type":"text/plain"},"key":"groupId","value":"<integer>"},{"disabled":true,"description":{"content":"<p>This can be used to filter based on the type (protocol) of SMS links: REST_JSON, SMPP_SMSC, SMPP_ESME, SOAP, SIP, SMTP.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":true,"description":{"content":"<p>This can be used to filter your SMS links based on their direction: FROM_VOXBONE, TO_VOXBONE or BIDIRECTIONAL.</p>\n","type":"text/plain"},"key":"direction","value":"<string>"}],"variable":[]}},"response":[{"id":"1e1b039b-b0d2-49bd-9b7f-116ac66619a4","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/smslink","host":[""],"path":["v1","configuration","smslink"],"query":[{"key":"smsLinkId","value":"<integer>","disabled":true},{"key":"groupId","value":"<integer>","disabled":true},{"key":"type","value":"<string>","disabled":true},{"key":"direction","value":"<string>","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"smsLinks\": [\n  {\n   \"direction\": \"<string>\",\n   \"type\": \"<string>\",\n   \"url\": \"<string>\",\n   \"weight\": \"<integer>\",\n   \"smsLinkId\": \"<integer>\",\n   \"login\": \"<string>\",\n   \"password\": \"<string>\",\n   \"groupId\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"systemType\": \"<string>\",\n   \"useSSL\": \"<boolean>\",\n   \"monitorInterval\": \"<integer>\",\n   \"transactionTimeout\": \"<long>\",\n   \"deliveryStatusReport\": \"<boolean>\"\n  },\n  {\n   \"direction\": \"<string>\",\n   \"type\": \"<string>\",\n   \"url\": \"<string>\",\n   \"weight\": \"<integer>\",\n   \"smsLinkId\": \"<integer>\",\n   \"login\": \"<string>\",\n   \"password\": \"<string>\",\n   \"groupId\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"systemType\": \"<string>\",\n   \"useSSL\": \"<boolean>\",\n   \"monitorInterval\": \"<integer>\",\n   \"transactionTimeout\": \"<long>\",\n   \"deliveryStatusReport\": \"<boolean>\"\n  }\n ]\n}"},{"id":"36bef065-70fe-47c0-9c2d-837621ddbb80","name":"200 - List SMS Links","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/smslink","host":[""],"path":["v1","configuration","smslink"],"query":[{"key":"smsLinkId","value":"","description":"The identifier of the sms link.","disabled":true},{"key":"groupId","value":"","description":"This can be used to filter based on the SMS link group and get the list of your SMS links within that SMS link group.","disabled":true},{"key":"type","value":"","description":"This can be used to filter based on the type (protocol) of SMS links: REST_JSON, SMPP_SMSC, SMPP_ESME, SOAP, SIP, SMTP.","disabled":true},{"key":"direction","value":"","description":"This can be used to filter your SMS links based on their direction: FROM_VOXBONE, TO_VOXBONE or BIDIRECTIONAL.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 04 Jun 2020 14:23:11 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"smsLinks\": [\n        {\n            \"smsLinkId\": 1266,\n            \"login\": null,\n            \"password\": null,\n            \"url\": \"ap@voxbone.com\",\n            \"groupId\": 2128,\n            \"type\": \"SMTP\",\n            \"name\": \"Whatsapp\",\n            \"direction\": \"FROM_VOXBONE\",\n            \"weight\": 10,\n            \"systemType\": null,\n            \"useSSL\": null,\n            \"monitorInterval\": null,\n            \"transactionTimeout\": null,\n            \"deliveryStatusReport\": null\n        },\n        {\n            \"smsLinkId\": 1517,\n            \"login\": null,\n            \"password\": null,\n            \"url\": \"sip:sms@194.183.244.21\",\n            \"groupId\": 2373,\n            \"type\": \"SIP\",\n            \"name\": \"Voxbone SIP\",\n            \"direction\": \"FROM_VOXBONE\",\n            \"weight\": 1,\n            \"systemType\": null,\n            \"useSSL\": null,\n            \"monitorInterval\": null,\n            \"transactionTimeout\": null,\n            \"deliveryStatusReport\": null\n        },\n        {\n            \"smsLinkId\": 1519,\n            \"login\": \"smslogin\",\n            \"password\": \"b7d55e8b-3370-450d-94d9-e545229985f3\",\n            \"url\": \"https://sms.voxbone.com\",\n            \"groupId\": 2373,\n            \"type\": \"REST_JSON\",\n            \"name\": \"Bidirectional test\",\n            \"direction\": \"BIDIRECTIONAL\",\n            \"weight\": 1,\n            \"systemType\": null,\n            \"useSSL\": null,\n            \"monitorInterval\": null,\n            \"transactionTimeout\": null,\n            \"deliveryStatusReport\": null\n        }\n    ]\n}"},{"id":"bb4f1c25-6114-4152-beef-56c17cbe9eb4","name":"200 - Filter SMS Links by direction","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/smslink?direction=FROM_VOXBONE","host":[""],"path":["v1","configuration","smslink"],"query":[{"key":"smsLinkId","value":"1517","description":"The identifier of the sms link.","disabled":true},{"key":"groupId","value":"2373","description":"This can be used to filter based on the SMS link group and get the list of your SMS links within that SMS link group.","disabled":true},{"key":"type","value":"SIP","description":"This can be used to filter based on the type (protocol) of SMS links: REST_JSON, SMPP_SMSC, SMPP_ESME, SOAP, SIP, SMTP.","disabled":true},{"key":"direction","value":"FROM_VOXBONE","description":"This can be used to filter your SMS links based on their direction: FROM_VOXBONE, TO_VOXBONE or BIDIRECTIONAL."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 04 Jun 2020 14:27:30 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"smsLinks\": [\n        {\n            \"smsLinkId\": 1517,\n            \"login\": null,\n            \"password\": null,\n            \"url\": \"sip:sms@194.183.244.21\",\n            \"groupId\": 2373,\n            \"type\": \"SIP\",\n            \"name\": \"Voxbone SIP\",\n            \"direction\": \"FROM_VOXBONE\",\n            \"weight\": 1,\n            \"systemType\": null,\n            \"useSSL\": null,\n            \"monitorInterval\": null,\n            \"transactionTimeout\": null,\n            \"deliveryStatusReport\": null\n        }\n    ]\n}"}],"_postman_id":"cc89cd2b-b185-4e11-ae8e-40e193198885"},{"name":"Get a specific SMS link by id","id":"ec9b3034-99e2-4f2a-85de-8b178f742af5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/smslink/:smsLinkId","urlObject":{"path":["v1","configuration","smslink",":smsLinkId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The identifier of the SMS Link</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"smsLinkId"}]}},"response":[{"id":"d0773550-8b3a-4f21-b1ed-597059b6d255","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":{"content":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n","type":"text/plain"}},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/smslink/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"smsLinks\": [\n  {\n   \"direction\": \"<string>\",\n   \"type\": \"<string>\",\n   \"url\": \"<string>\",\n   \"weight\": \"<integer>\",\n   \"smsLinkId\": \"<integer>\",\n   \"login\": \"<string>\",\n   \"password\": \"<string>\",\n   \"groupId\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"systemType\": \"<string>\",\n   \"useSSL\": \"<boolean>\",\n   \"monitorInterval\": \"<integer>\",\n   \"transactionTimeout\": \"<long>\",\n   \"deliveryStatusReport\": \"<boolean>\"\n  },\n  {\n   \"direction\": \"<string>\",\n   \"type\": \"<string>\",\n   \"url\": \"<string>\",\n   \"weight\": \"<integer>\",\n   \"smsLinkId\": \"<integer>\",\n   \"login\": \"<string>\",\n   \"password\": \"<string>\",\n   \"groupId\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"systemType\": \"<string>\",\n   \"useSSL\": \"<boolean>\",\n   \"monitorInterval\": \"<integer>\",\n   \"transactionTimeout\": \"<long>\",\n   \"deliveryStatusReport\": \"<boolean>\"\n  }\n ]\n}"},{"id":"e0eb843e-ec36-47fd-a4eb-7de8286b6b7a","name":"200 - Get a specific SMS link by id","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/smslink/:smsLinkId","host":[""],"path":["v1","configuration","smslink",":smsLinkId"],"variable":[{"key":"smsLinkId","value":"1519","description":"The identifier of the SMS Link"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 04 Jun 2020 15:52:58 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"smsLinks\": [\n        {\n            \"smsLinkId\": 1519,\n            \"login\": \"smslogin\",\n            \"password\": \"b7d55e8b-3370-450d-94d9-e545229985f3\",\n            \"url\": \"https://sms.voxbone.com\",\n            \"groupId\": 2373,\n            \"type\": \"REST_JSON\",\n            \"name\": \"Bidirectional test\",\n            \"direction\": \"BIDIRECTIONAL\",\n            \"weight\": 1,\n            \"systemType\": null,\n            \"useSSL\": null,\n            \"monitorInterval\": null,\n            \"transactionTimeout\": null,\n            \"deliveryStatusReport\": null\n        }\n    ]\n}"}],"_postman_id":"ec9b3034-99e2-4f2a-85de-8b178f742af5"},{"name":"Create new SMS Link","id":"6c386063-5baa-4f95-b29a-d7728e145b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"smsLink\": {\n        \"direction\": \"<string>\",\n        \"type\": \"<string>\",\n        \"url\": \"<string>\",\n        \"weight\": \"<integer>\",\n        \"login\": \"<string>\",\n        \"password\": \"<string>\",\n        \"groupId\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"systemType\": \"<string>\",\n        \"useSSL\": \"<boolean>\",\n        \"monitorInterval\": \"<integer>\",\n        \"transactionTimeout\": \"<long>\",\n        \"deliveryStatusReport\": \"<boolean>\"\n    }\n}"},"url":"/v1/configuration/smslink","urlObject":{"path":["v1","configuration","smslink"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"03b22713-5370-402d-9990-412b359ca0f8","name":"200 - Create new SMS Link","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"smsLink\": {\n            \"login\": \"voxbonesms\",\n            \"password\": \"558214B5c52A!\",\n            \"url\": null,\n            \"groupId\": 14123,\n            \"type\": \"REST_JSON\",\n            \"name\": \"Voxbone SMS\",\n            \"direction\": \"TO_VOXBONE\",\n            \"weight\": \"1\"\n    }\n}"},"url":"/v1/configuration/smslink"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 04 Jun 2020 16:34:59 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"smsLink\": 3871\n}"},{"id":"b758eca1-1fb0-453f-93bf-ddda61267158","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"smsLink\": {\n        \"direction\": \"<string>\",\n        \"type\": \"<string>\",\n        \"url\": \"<string>\",\n        \"weight\": \"<integer>\",\n        \"login\": \"<string>\",\n        \"password\": \"<string>\",\n        \"groupId\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"systemType\": \"<string>\",\n        \"useSSL\": \"<boolean>\",\n        \"monitorInterval\": \"<integer>\",\n        \"transactionTimeout\": \"<long>\",\n        \"deliveryStatusReport\": \"<boolean>\"\n    }\n}"},"url":"/v1/configuration/smslink"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"smsLink\": \"<integer>\"\n}"}],"_postman_id":"6c386063-5baa-4f95-b29a-d7728e145b44"},{"name":"Update an SMS link","id":"e29be184-ec54-4c01-805a-aa1c35a11492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"smsLink\": {\n        \"direction\": \"<string>\",\n        \"type\": \"<string>\",\n        \"url\": \"<string>\",\n        \"weight\": \"<integer>\",\n        \"smsLinkId\": \"<integer>\",\n        \"login\": \"<string>\",\n        \"password\": \"<string>\",\n        \"groupId\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"systemType\": \"<string>\",\n        \"useSSL\": \"<boolean>\",\n        \"monitorInterval\": \"<integer>\",\n        \"transactionTimeout\": \"<long>\",\n        \"deliveryStatusReport\": \"<boolean>\"\n    }\n}"},"url":"/v1/configuration/smslink/:smsLinkId","urlObject":{"path":["v1","configuration","smslink",":smsLinkId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The identifier of the existing SMS Link</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"smsLinkId"}]}},"response":[{"id":"d2509261-84ac-4570-98ac-6b29eb64154d","name":"200 - Update an SMS link","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"smsLink\": {\n        \"login\": \"voxbonesms\",\n        \"password\": \"558214B5c52A!\",\n        \"url\": null,\n        \"groupId\": 14123,\n        \"type\": \"REST_JSON\",\n        \"name\": \"Voxbone SMS 2\",\n        \"direction\": \"TO_VOXBONE\",\n        \"weight\": \"1\"\n    }\n}"},"url":{"raw":"/v1/configuration/smslink/:smsLinkId","host":[""],"path":["v1","configuration","smslink",":smsLinkId"],"variable":[{"key":"smsLinkId","value":"3871","description":"The identifier of the existing SMS Link"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Thu, 04 Jun 2020 16:36:13 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"smsLink\": 3871\n}"},{"id":"f9c8c0dc-7ab3-41fd-b007-c6e5468c0ca8","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"smsLink\": {\n        \"direction\": \"<string>\",\n        \"type\": \"<string>\",\n        \"url\": \"<string>\",\n        \"weight\": \"<integer>\",\n        \"smsLinkId\": \"<integer>\",\n        \"login\": \"<string>\",\n        \"password\": \"<string>\",\n        \"groupId\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"systemType\": \"<string>\",\n        \"useSSL\": \"<boolean>\",\n        \"monitorInterval\": \"<integer>\",\n        \"transactionTimeout\": \"<long>\",\n        \"deliveryStatusReport\": \"<boolean>\"\n    }\n}"},"url":"/v1/configuration/smslink/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"smsLink\": \"<integer>\"\n}"}],"_postman_id":"e29be184-ec54-4c01-805a-aa1c35a11492"},{"name":"Delete an SMS link","id":"c9e590b1-be86-4be3-b3b3-adf6b7136358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"apikey","value":"","type":"text","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/smslink/:smsLinkId","urlObject":{"path":["v1","configuration","smslink",":smsLinkId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The ID of the SMS link that you wish to delete. Note that this operation can impact your service, make sure no DID will be impacted by this operation.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"smsLinkId"}]}},"response":[{"id":"2b2355ff-8ba6-44cd-8700-e782f98acc13","name":"200 - OK","originalRequest":{"method":"DELETE","header":[{"key":"apikey","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/smslink/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"},{"id":"81533693-f11d-496d-93aa-eab80d40f48e","name":"200 - Delete an SMS link","originalRequest":{"method":"DELETE","header":[{"key":"apikey","value":"","type":"text","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/smslink/:smsLinkId","host":[""],"path":["v1","configuration","smslink",":smsLinkId"],"variable":[{"key":"smsLinkId","value":"3881","description":"The ID of the SMS link that you wish to delete. Note that this operation can impact your service, make sure no DID will be impacted by this operation."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 05 Jun 2020 09:48:36 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"c9e590b1-be86-4be3-b3b3-adf6b7136358"}],"id":"38f1be14-bc2e-443d-b0a5-f2b790f0f683","event":[{"listen":"prerequest","script":{"id":"6d40f0b6-8eae-429b-9bb1-afa6c1b706d2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a203530e-6128-420f-9041-8eae6b85bf38","type":"text/javascript","exec":[""]}}],"_postman_id":"38f1be14-bc2e-443d-b0a5-f2b790f0f683","description":""}],"id":"9a572027-510a-4ebf-851b-7d44d2842379","event":[{"listen":"prerequest","script":{"id":"fc2aa2b7-102b-4a47-8281-5e8c1290aad9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"37f4724c-56a7-4413-b566-359c7376dbbd","type":"text/javascript","exec":[""]}}],"_postman_id":"9a572027-510a-4ebf-851b-7d44d2842379","description":""},{"name":"Fax","item":[{"name":"List Fax URIs","id":"910d2c63-b7e8-4ba9-80c8-14df43af51bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/faxuri?pageNumber=0&pageSize=20","urlObject":{"path":["v1","configuration","faxuri"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>The identifier of the fax uri.</p>\n","type":"text/plain"},"key":"faxUriId","value":"<integer>"},{"disabled":true,"description":{"content":"<p>This is the delivery method on which you want to filter your list of Fax URIs. The possible values are SMTP and HTTP_POST.</p>\n","type":"text/plain"},"key":"deliveryMethod","value":"<string>"},{"disabled":true,"description":{"content":"<p>This is the file format on which you want to filter your list of Fax URIs. The possible values are Tiff and Pdf.</p>\n","type":"text/plain"},"key":"faxFileFormat","value":"<string>"},{"disabled":true,"description":{"content":"<p>This is the URI on which you want to filter your list of Fax URIs.</p>\n","type":"text/plain"},"key":"uri","value":"<string>"},{"disabled":true,"description":{"content":"<p>This to filter in/out the Fax URIs for which CSID (Called subscriber identification) is enabled.</p>\n","type":"text/plain"},"key":"csid","value":"<string>"},{"description":{"content":"<p>The page number, starting at 0.</p>\n","type":"text/plain"},"key":"pageNumber","value":"0"},{"description":{"content":"<p>The page size (max number of entities that are displayed in the response).</p>\n","type":"text/plain"},"key":"pageSize","value":"20"}],"variable":[]}},"response":[{"id":"00706b71-88fa-4d0d-b092-9be043f1e433","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":{"content":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n","type":"text/plain"}},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/faxuri?pageNumber=0&pageSize=20","host":[""],"path":["v1","configuration","faxuri"],"query":[{"key":"faxUriId","value":"<integer>","disabled":true},{"key":"deliveryMethod","value":"<string>","disabled":true},{"key":"faxFileFormat","value":"<string>","disabled":true},{"key":"uri","value":"<string>","disabled":true},{"key":"csid","value":"<string>","disabled":true},{"key":"pageNumber","value":"0"},{"key":"pageSize","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"faxUris\": [\n  {\n   \"faxUriId\": \"<integer>\",\n   \"deliveryMethod\": \"<string>\",\n   \"faxFileFormat\": \"<string>\",\n   \"uri\": \"<string>\",\n   \"csid\": \"<string>\",\n   \"subject\": \"<string>\",\n   \"body\": \"<string>\",\n   \"useHtml\": \"<string>\"\n  },\n  {\n   \"faxUriId\": \"<integer>\",\n   \"deliveryMethod\": \"<string>\",\n   \"faxFileFormat\": \"<string>\",\n   \"uri\": \"<string>\",\n   \"csid\": \"<string>\",\n   \"subject\": \"<string>\",\n   \"body\": \"<string>\",\n   \"useHtml\": \"<string>\"\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"},{"id":"0d331f2a-30f1-4500-9271-4b2c0421e50f","name":"200 - List Fax URIs","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/faxuri?pageNumber=0&pageSize=20","host":[""],"path":["v1","configuration","faxuri"],"query":[{"key":"faxUriId","value":"","description":"The identifier of the fax uri.","disabled":true},{"key":"deliveryMethod","value":"","description":"This is the delivery method on which you want to filter your list of Fax URIs. The possible values are SMTP and HTTP_POST.","disabled":true},{"key":"faxFileFormat","value":"","description":"This is the file format on which you want to filter your list of Fax URIs. The possible values are Tiff and Pdf.","disabled":true},{"key":"uri","value":"","description":"This is the URI on which you want to filter your list of Fax URIs.","disabled":true},{"key":"csid","value":"","description":"This to filter in/out the Fax URIs for which CSID (Called subscriber identification) is enabled.","disabled":true},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 14:54:41 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"faxUris\": [\n        {\n            \"faxUriId\": 7,\n            \"deliveryMethod\": \"SMTP\",\n            \"faxFileFormat\": \"Pdf\",\n            \"uri\": \"https://fax.smtp.voxbone.com\",\n            \"csid\": \"CSID\",\n            \"subject\": \"This is an example subject\",\n            \"body\": \"This is an example body\",\n            \"useHtml\": \"true\"\n        },\n        {\n            \"faxUriId\": 3,\n            \"deliveryMethod\": \"HTTP_POST\",\n            \"faxFileFormat\": \"Pdf\",\n            \"uri\": \"https://fax.voxbone.com\",\n            \"csid\": \"CSID\",\n            \"subject\": null,\n            \"body\": null,\n            \"useHtml\": \"false\"\n        },\n        {\n            \"faxUriId\": 9,\n            \"deliveryMethod\": \"HTTP_POST\",\n            \"faxFileFormat\": \"Pdf\",\n            \"uri\": \"https://voxbone.com\",\n            \"csid\": \"230958290835109485\",\n            \"subject\": null,\n            \"body\": null,\n            \"useHtml\": \"false\"\n        }\n    ],\n    \"resultCount\": 3\n}"}],"_postman_id":"910d2c63-b7e8-4ba9-80c8-14df43af51bc"},{"name":"Get specific Fax URI by id","id":"1439e36b-3356-404c-aba2-7f63b4f835c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/faxuri/:faxUriId","urlObject":{"path":["v1","configuration","faxuri",":faxUriId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The identifier of the fax uri.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"faxUriId"}]}},"response":[{"id":"4601e358-7d04-416d-b144-cd6bf09d57b4","name":"200 - Get specific Fax URI by id","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/faxuri/:faxUriId","host":[""],"path":["v1","configuration","faxuri",":faxUriId"],"variable":[{"key":"faxUriId","value":"9","description":"The identifier of the fax uri."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 14:58:31 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"faxUris\": [\n        {\n            \"faxUriId\": 9,\n            \"deliveryMethod\": \"HTTP_POST\",\n            \"faxFileFormat\": \"Pdf\",\n            \"uri\": \"https://voxbone.com\",\n            \"csid\": \"230958290835109485\",\n            \"subject\": null,\n            \"body\": null,\n            \"useHtml\": \"false\"\n        }\n    ],\n    \"resultCount\": 1\n}"},{"id":"fd04abf9-2ff9-4190-80f5-9bf6570940ec","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/faxuri/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"faxUris\": [\n  {\n   \"faxUriId\": \"<integer>\",\n   \"deliveryMethod\": \"<string>\",\n   \"faxFileFormat\": \"<string>\",\n   \"uri\": \"<string>\",\n   \"csid\": \"<string>\",\n   \"subject\": \"<string>\",\n   \"body\": \"<string>\",\n   \"useHtml\": \"<string>\"\n  },\n  {\n   \"faxUriId\": \"<integer>\",\n   \"deliveryMethod\": \"<string>\",\n   \"faxFileFormat\": \"<string>\",\n   \"uri\": \"<string>\",\n   \"csid\": \"<string>\",\n   \"subject\": \"<string>\",\n   \"body\": \"<string>\",\n   \"useHtml\": \"<string>\"\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"}],"_postman_id":"1439e36b-3356-404c-aba2-7f63b4f835c7"},{"name":"Create a new Fax URI","id":"8dc99ccc-a50a-4f47-b8cd-e7289b9066e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"faxUri\": {\n        \"deliveryMethod\": \"<string>\",\n        \"faxFileFormat\": \"<string>\",\n        \"uri\": \"<string>\",\n        \"faxUriId\": \"<integer>\",\n        \"csid\": \"<string>\",\n        \"subject\": \"<string>\",\n        \"body\": \"<string>\",\n        \"useHtml\": \"<string>\"\n    }\n}"},"url":"/v1/configuration/faxuri","description":"<p>Allows you to either create a new Fax URI or update an existing one. If an existing faxUriId is passed in the request, then an update will be performed. If no faxUriId is passed, then a new Fax URI is created.</p>\n","urlObject":{"path":["v1","configuration","faxuri"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"5556b5f0-9732-41af-aa9e-970e4e953421","name":"200 - Create a new Fax URI","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"faxUri\": {\n        \"deliveryMethod\": \"HTTP_POST\",\n        \"faxFileFormat\": \"Pdf\",\n        \"uri\": \"https://fax.voxbone.com\",\n        \"csid\": \"345358253245197563\",\n        \"subject\": null,\n        \"body\": null,\n        \"useHtml\": \"false\"\n    }\n}"},"url":"/v1/configuration/faxuri"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 15:29:04 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"faxUri\": {\n        \"faxUriId\": 11,\n        \"deliveryMethod\": \"HTTP_POST\",\n        \"faxFileFormat\": \"Pdf\",\n        \"uri\": \"https://fax.voxbone.com\",\n        \"csid\": \"345358253245197563\",\n        \"subject\": null,\n        \"body\": null,\n        \"useHtml\": \"false\"\n    }\n}"},{"id":"9bcd2eaa-2c18-4313-bf63-82736de6ab56","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"faxUri\": {\n        \"deliveryMethod\": \"<string>\",\n        \"faxFileFormat\": \"<string>\",\n        \"uri\": \"<string>\",\n        \"faxUriId\": \"<integer>\",\n        \"csid\": \"<string>\",\n        \"subject\": \"<string>\",\n        \"body\": \"<string>\",\n        \"useHtml\": \"<string>\"\n    }\n}"},"url":"/v1/configuration/faxuri"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"faxUri\": {\n  \"deliveryMethod\": \"<string>\",\n  \"faxFileFormat\": \"<string>\",\n  \"uri\": \"<string>\",\n  \"faxUriId\": \"<integer>\",\n  \"csid\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"body\": \"<string>\",\n  \"useHtml\": \"<string>\"\n }\n}"}],"_postman_id":"8dc99ccc-a50a-4f47-b8cd-e7289b9066e5"},{"name":"Update existing Fax URI","id":"9b338847-3a83-41f1-a1ef-9a6029564e8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"faxUri\": {\n        \"deliveryMethod\": \"<string>\",\n        \"faxFileFormat\": \"<string>\",\n        \"uri\": \"<string>\",\n        \"faxUriId\": \"<integer>\",\n        \"csid\": \"<string>\",\n        \"subject\": \"<string>\",\n        \"body\": \"<string>\",\n        \"useHtml\": \"<string>\"\n    }\n}"},"url":"/v1/configuration/faxuri/:faxUriId","urlObject":{"path":["v1","configuration","faxuri",":faxUriId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The identifier of the fax uri.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"faxUriId"}]}},"response":[{"id":"72925443-155b-4239-9df3-f9bb7c926d68","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"faxUri\": {\n        \"deliveryMethod\": \"<string>\",\n        \"faxFileFormat\": \"<string>\",\n        \"uri\": \"<string>\",\n        \"faxUriId\": \"<integer>\",\n        \"csid\": \"<string>\",\n        \"subject\": \"<string>\",\n        \"body\": \"<string>\",\n        \"useHtml\": \"<string>\"\n    }\n}"},"url":"/v1/configuration/faxuri/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"faxUri\": {\n  \"deliveryMethod\": \"<string>\",\n  \"faxFileFormat\": \"<string>\",\n  \"uri\": \"<string>\",\n  \"faxUriId\": \"<integer>\",\n  \"csid\": \"<string>\",\n  \"subject\": \"<string>\",\n  \"body\": \"<string>\",\n  \"useHtml\": \"<string>\"\n }\n}"},{"id":"97ddf6a0-627d-42fd-b6fa-be4d753c2ca2","name":"200 - Update existing Fax URI","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"faxUri\": {\n        \"deliveryMethod\": \"HTTP_POST\",\n        \"faxFileFormat\": \"Pdf\",\n        \"uri\": \"https://fax2.voxbone.com\",\n        \"csid\": \"345358253245197563\",\n        \"subject\": null,\n        \"body\": null,\n        \"useHtml\": \"true\"\n    }\n}"},"url":{"raw":"/v1/configuration/faxuri/:faxUriId","host":[""],"path":["v1","configuration","faxuri",":faxUriId"],"variable":[{"key":"faxUriId","value":"11","description":"The identifier of the fax uri."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 15:31:09 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"faxUri\": {\n        \"faxUriId\": 11,\n        \"deliveryMethod\": \"HTTP_POST\",\n        \"faxFileFormat\": \"Pdf\",\n        \"uri\": \"https://fax2.voxbone.com\",\n        \"csid\": \"345358253245197563\",\n        \"subject\": null,\n        \"body\": null,\n        \"useHtml\": \"false\"\n    }\n}"}],"_postman_id":"9b338847-3a83-41f1-a1ef-9a6029564e8b"},{"name":"Delete a Fax URI","id":"5493b270-4223-4f9a-b341-3fe071f36ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"apikey","value":"","type":"text","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/faxuri/:faxUriId","urlObject":{"path":["v1","configuration","faxuri",":faxUriId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>Indicates the ID of one of your existing Fax URIs which should be removed.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"faxUriId"}]}},"response":[{"id":"626c70b9-6290-4eb3-bdc2-b933625d7e12","name":"200 - OK","originalRequest":{"method":"DELETE","header":[{"key":"apikey","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/faxuri/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"},{"id":"fb77112a-f909-4e60-bd4e-c2c0cc55fedf","name":"200 - Delete a Fax URI","originalRequest":{"method":"DELETE","header":[{"key":"apikey","value":"","type":"text","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/faxuri/:faxUriId","host":[""],"path":["v1","configuration","faxuri",":faxUriId"],"variable":[{"key":"faxUriId","value":"11","description":"Indicates the ID of one of your existing Fax URIs which should be removed."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 15:32:09 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"5493b270-4223-4f9a-b341-3fe071f36ac8"}],"id":"a6da37f2-e17b-46cc-8c22-b9ec224ab5b6","event":[{"listen":"prerequest","script":{"id":"d517a11f-412b-4e7e-bf4f-cb82aedd7a6c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fc4f18a8-cf52-4df6-8b67-b757699e7b6b","type":"text/javascript","exec":[""]}}],"_postman_id":"a6da37f2-e17b-46cc-8c22-b9ec224ab5b6","description":""},{"name":"Capacity","item":[{"name":"List Capacity Groups","id":"5971ea75-4c82-4b2e-be87-0219addd5f0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/capacitygroup?pageNumber=0&pageSize=20","urlObject":{"path":["v1","configuration","capacitygroup"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>The identifier of the capacity group to search for.</p>\n","type":"text/plain"},"key":"capacityGroupId","value":"<integer>"},{"disabled":true,"description":{"content":"<p>The description of the capacity group.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":true,"description":{"content":"<p>The e164 bound to the capacity group.</p>\n","type":"text/plain"},"key":"e164","value":"<string>"},{"description":{"content":"<p>The page number, starting at 0.</p>\n","type":"text/plain"},"key":"pageNumber","value":"0"},{"description":{"content":"<p>The page size (max number of entities that are displayed in the response).</p>\n","type":"text/plain"},"key":"pageSize","value":"20"}],"variable":[]}},"response":[{"id":"8a2d1dc9-7abf-46c5-a6e6-67350e792f8a","name":"200 - List all capacity groups","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/capacitygroup?pageNumber=0&pageSize=20","host":[""],"path":["v1","configuration","capacitygroup"],"query":[{"key":"capacityGroupId","value":"","description":"The identifier of the capacity group to search for.","disabled":true},{"key":"description","value":"","description":"The description of the capacity group.","disabled":true},{"key":"e164","value":"","description":"The e164 bound to the capacity group.","disabled":true},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 13:58:04 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"capacityGroups\": [\n        {\n            \"capacityGroupId\": 4837,\n            \"maximumCapacity\": 13,\n            \"description\": \"Voxbone_trunk_1\",\n            \"amountOfDidsMapped\": 11\n        },\n        {\n            \"capacityGroupId\": 24881,\n            \"maximumCapacity\": 30,\n            \"description\": \"Voxbone_IVR\",\n            \"amountOfDidsMapped\": 0\n        },\n        {\n            \"capacityGroupId\": 46341,\n            \"maximumCapacity\": 10,\n            \"description\": \"1b60147b-1e27-4fb1-a5d1-845d11a0539b\",\n            \"amountOfDidsMapped\": 219\n        }\n    ],\n    \"resultCount\": 3\n}"},{"id":"9781df15-14ce-4233-bc32-e4e45efdbe27","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/capacitygroup?pageNumber=0&pageSize=20","host":[""],"path":["v1","configuration","capacitygroup"],"query":[{"key":"capacityGroupId","value":"<integer>","disabled":true},{"key":"description","value":"<string>","disabled":true},{"key":"e164","value":"<string>","disabled":true},{"key":"pageNumber","value":"0"},{"key":"pageSize","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"capacityGroups\": [\n  {\n   \"capacityGroupId\": \"<integer>\",\n   \"maximumCapacity\": \"<integer>\",\n   \"description\": \"<string>\",\n   \"amountOfDidsMapped\": \"<integer>\"\n  },\n  {\n   \"capacityGroupId\": \"<integer>\",\n   \"maximumCapacity\": \"<integer>\",\n   \"description\": \"<string>\",\n   \"amountOfDidsMapped\": \"<integer>\"\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"}],"_postman_id":"5971ea75-4c82-4b2e-be87-0219addd5f0e"},{"name":"Get specific Capacity Group by Id","id":"a980828c-ed79-4b58-9306-596310fadea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/capacitygroup/:capacityGroupId","urlObject":{"path":["v1","configuration","capacitygroup",":capacityGroupId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The ID of one of your existing capacity groups.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"capacityGroupId"}]}},"response":[{"id":"5a0b5940-412d-4012-ab03-623946eb99d8","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":{"content":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n","type":"text/plain"}},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/capacitygroup/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"capacityGroups\": [\n  {\n   \"capacityGroupId\": \"<integer>\",\n   \"maximumCapacity\": \"<integer>\",\n   \"description\": \"<string>\",\n   \"amountOfDidsMapped\": \"<integer>\"\n  },\n  {\n   \"capacityGroupId\": \"<integer>\",\n   \"maximumCapacity\": \"<integer>\",\n   \"description\": \"<string>\",\n   \"amountOfDidsMapped\": \"<integer>\"\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"},{"id":"da152c93-0d20-4ca0-a926-1306a00ffe30","name":"200 - Get specific capacity group by Id","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","type":"text","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/configuration/capacitygroup/:capacityGroupId","host":[""],"path":["v1","configuration","capacitygroup",":capacityGroupId"],"variable":[{"key":"capacityGroupId","value":"46341","description":"The ID of one of your existing capacity groups."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 14:42:01 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"capacityGroups\": [\n        {\n            \"capacityGroupId\": 46341,\n            \"maximumCapacity\": 10,\n            \"description\": \"1b60147b-1e27-4fb1-a5d1-845d11a0539b\",\n            \"amountOfDidsMapped\": 219\n        }\n    ],\n    \"resultCount\": 1\n}"}],"_postman_id":"a980828c-ed79-4b58-9306-596310fadea0"},{"name":"Create a new Capacity Group","id":"4915a037-e4f5-48d3-a6b4-299355e4e675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"capacityGroup\": {\n        \"description\": \"<string>\",\n        \"maximumCapacity\": \"<integer>\",\n        \"capacityGroupId\": \"<integer>\"\n    }\n}"},"url":"/v1/configuration/capacitygroup","description":"<p>Allows you to either create a new capacity group or update an existing one. If an existing capacityGroupId is passed in the request, then an update will be performed. If no capacityGroupId is passed, then a new capacity group is created.</p>\n","urlObject":{"path":["v1","configuration","capacitygroup"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"529b7d77-25ca-4f82-9dc8-5947a611f7bf","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"capacityGroup\": {\n        \"description\": \"<string>\",\n        \"maximumCapacity\": \"<integer>\"\n    }\n}"},"url":"/v1/configuration/capacitygroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"capacityGroup\": {\n  \"capacityGroupId\": \"<integer>\",\n  \"maximumCapacity\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"amountOfDidsMapped\": \"<integer>\"\n }\n}"},{"id":"6d161b7b-52e2-42a5-bebd-ca43a6df92b2","name":"200 - Create a new capacity group","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"capacityGroup\": {\n        \"description\": \"USA\",\n        \"maximumCapacity\": \"100\"\n    }\n}"},"url":"/v1/configuration/capacitygroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 14:29:41 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"capacityGroup\": {\n        \"capacityGroupId\": 72311,\n        \"maximumCapacity\": 100,\n        \"description\": \"USA\",\n        \"amountOfDidsMapped\": null\n    }\n}"}],"_postman_id":"4915a037-e4f5-48d3-a6b4-299355e4e675"},{"name":"Update existing Capacity Group","id":"8aea7b5c-dfb5-4598-85e7-690fd373b413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n","key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"capacityGroup\": {\n        \"description\": \"<string>\",\n        \"maximumCapacity\": \"<integer>\",\n        \"capacityGroupId\": \"<integer>\"\n    }\n}"},"url":"/v1/configuration/capacitygroup/:capacityGroupId","urlObject":{"path":["v1","configuration","capacitygroup",":capacityGroupId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The ID of one of your existing capacity groups</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"capacityGroupId"}]}},"response":[{"id":"382a3e78-b91d-4b40-b92c-d23a56aea09c","name":"200 - Update an existing Capacity Group","originalRequest":{"method":"PUT","header":[{"description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n","key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"capacityGroup\": {\n        \"description\": \"USA\",\n        \"maximumCapacity\": \"80\"\n    }\n}"},"url":{"raw":"/v1/configuration/capacitygroup/:capacityGroupId","host":[""],"path":["v1","configuration","capacitygroup",":capacityGroupId"],"variable":[{"description":"The ID of one of your existing capacity groups","key":"capacityGroupId","value":"72311"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 14:35:18 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"capacityGroup\": {\n        \"capacityGroupId\": 72311,\n        \"maximumCapacity\": 80,\n        \"description\": \"USA\",\n        \"amountOfDidsMapped\": null\n    }\n}"},{"id":"b4409351-9189-45dd-b0a8-bc6c8f3055f0","name":"200 - OK","originalRequest":{"method":"PUT","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"capacityGroup\": {\n        \"description\": \"<string>\",\n        \"maximumCapacity\": \"<integer>\"\n    }\n}"},"url":"/v1/configuration/capacitygroup/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"capacityGroup\": {\n  \"capacityGroupId\": \"<integer>\",\n  \"maximumCapacity\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"amountOfDidsMapped\": \"<integer>\"\n }\n}"}],"_postman_id":"8aea7b5c-dfb5-4598-85e7-690fd373b413"},{"name":"Remove a Capacity Group","id":"04756ed7-8daa-4dfe-8fce-007810a3fa8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/capacitygroup/:capacityGroupId","urlObject":{"path":["v1","configuration","capacitygroup",":capacityGroupId"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The ID of one of your existing capacity groups which should be removed.</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"capacityGroupId"}]}},"response":[{"id":"41e48fce-4dbf-4715-a7b2-0e9097f735a2","name":"200 - Remove capacity group","originalRequest":{"method":"DELETE","header":[{"description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n","key":"apikey","value":""},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"/v1/configuration/capacitygroup/:capacityGroupId","host":[""],"path":["v1","configuration","capacitygroup",":capacityGroupId"],"variable":[{"description":"The ID of one of your existing capacity groups which should be removed.","key":"capacityGroupId","value":"72311"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 14:40:28 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"772ef80d-4bd7-414e-aec0-45506ce7deaf","name":"200 - OK","originalRequest":{"method":"DELETE","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/configuration/capacitygroup/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"}],"_postman_id":"04756ed7-8daa-4dfe-8fce-007810a3fa8b"}],"id":"e0910d6e-c858-49aa-811c-eb769ca7b1fd","event":[{"listen":"prerequest","script":{"id":"2e7fc25a-7aac-4e9b-9773-886a670ac144","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"962026af-225b-4235-859f-ccb5fbff1958","type":"text/javascript","exec":[""]}}],"_postman_id":"e0910d6e-c858-49aa-811c-eb769ca7b1fd","description":""}],"id":"31c31783-103e-4d71-a860-20a742d1db9d","event":[{"listen":"prerequest","script":{"id":"0276a1f3-caa3-4d22-8368-e02b6366ee31","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"782059cf-1b47-4e1f-a963-c01aabb2c746","type":"text/javascript","exec":[""]}}],"_postman_id":"31c31783-103e-4d71-a860-20a742d1db9d","description":""},{"name":"Inventory","item":[{"name":"List number inventory","id":"40694b4a-82b4-4ab5-908f-3b7d38b6d509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/did?pageNumber=0&pageSize=20","urlObject":{"path":["v1","inventory","did"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Can be specified to get detailed info about the corresponding DIDs. Note that you can specify multiple ids by repeating the query parameter.</p>\n","type":"text/plain"},"key":"didIds","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Can be specified to filter your DIDs based on their location or any other info contained in the DID Group. Note that you can specify multiple ids by repeating the query parameter.</p>\n","type":"text/plain"},"key":"didGroupIds","value":"<integer>"},{"disabled":true,"description":{"content":"<p>You can search a specific DID in your inventory with a specific pattern e.g. %25123 (number contains 123). %-sign needs to be escaped using %25</p>\n","type":"text/plain"},"key":"e164Pattern","value":"<string>"},{"disabled":true,"description":{"content":"<p>This is an ID that you get when creating a regulation address. The DIDs can be filtered by the regulation address on which they are linked.</p>\n","type":"text/plain"},"key":"regulationAddressId","value":"<integer>"},{"disabled":true,"description":{"content":"<p>The identifier of the voice uri the numbers are mapped to.</p>\n","type":"text/plain"},"key":"voiceUriId","value":"<integer>"},{"disabled":true,"description":{"content":"<p>The identifier of the fax uri the numbers are mapped to.</p>\n","type":"text/plain"},"key":"faxUriId","value":"<integer>"},{"disabled":true,"description":{"content":"<p>The identifier of the sms link group the numbers are mapped to.</p>\n","type":"text/plain"},"key":"smsLinkGroupId","value":"<integer>"},{"disabled":true,"description":{"content":"<p>A boolean flag indicating if the numbers need to be linked to an address for regulation purposes.</p>\n","type":"text/plain"},"key":"needAddressLink","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>This can be used if you want to filter by service type. The possible values are 'VOX800' for toll-free numbers or 'VOXDID' for geographic or national numbers.</p>\n","type":"text/plain"},"key":"serviceType","value":"<string>"},{"disabled":true,"description":{"content":"<p>The country code for the DID in its ISO 3166-1 alpha-3 format (e.g. 'GBR' for United Kingdom, 'USA' for United States of America, 'BEL' for Belgium, etc.).</p>\n","type":"text/plain"},"key":"countryCodeA3","value":"<string>"},{"disabled":true,"description":{"content":"<p>Indicates which purchase order the DID was in. You can get a list of orders with the order details (date and status) in the ordering module using the listOrder method.</p>\n","type":"text/plain"},"key":"orderReference","value":"<string>"},{"disabled":true,"description":{"content":"<p>The reference for the numbers' porting request.</p>\n","type":"text/plain"},"key":"portingReference","value":"<string>"},{"disabled":true,"description":{"content":"<p>The identifier of the pop the numbers are mapped to.</p>\n","type":"text/plain"},"key":"deliveryId","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Allows you to filter your DIDs that you have enabled for outbound SMS (the feature is only available for accounts that are registered for the SMS outbound service).</p>\n","type":"text/plain"},"key":"smsOutbound","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Indicates whether the DID is enabled for WebRTC use (the feature is only available for accounts that are registered for the WebRTC service).</p>\n","type":"text/plain"},"key":"webRtcEnabled","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Indicates whether the DID is enabled for voxoutNational use (the feature is only available for accounts that are registered for the voxoutNational service).</p>\n","type":"text/plain"},"key":"voxoutNationalEnabled","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Indicates whether the DID is enabled for voxoutInternational use (the feature is only available for accounts that are registered for the voxoutInternational service).</p>\n","type":"text/plain"},"key":"voxoutInternationalEnabled","value":"<boolean>"},{"description":{"content":"<p>The page number, starting at 0.</p>\n","type":"text/plain"},"key":"pageNumber","value":"0"},{"description":{"content":"<p>The page size (max number of entities that are displayed in the response).</p>\n","type":"text/plain"},"key":"pageSize","value":"20"}],"variable":[]}},"response":[{"id":"6bab9460-0afd-46d0-a49a-4878fde162cd","name":"200 - All numbers in inventory","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/inventory/did?pageNumber=0&pageSize=20","host":[""],"path":["v1","inventory","did"],"query":[{"key":"didIds","value":"","description":"Can be specified to get detailed info about the corresponding DIDs. Note that you can specify multiple ids by repeating the query parameter.","disabled":true},{"key":"didGroupIds","value":"","description":"Can be specified to filter your DIDs based on their location or any other info contained in the DID Group. Note that you can specify multiple ids by repeating the query parameter.","disabled":true},{"key":"e164Pattern","value":"","description":"You can search a specific DID in your inventory with a specific pattern e.g. %25123 (number contains 123). %-sign needs to be escaped using %25","disabled":true},{"key":"regulationAddressId","value":"","description":"This is an ID that you get when creating a regulation address. The DIDs can be filtered by the regulation address on which they are linked.","disabled":true},{"key":"voiceUriId","value":"","description":"The identifier of the voice uri the numbers are mapped to.","disabled":true},{"key":"faxUriId","value":"","description":"The identifier of the fax uri the numbers are mapped to.","disabled":true},{"key":"smsLinkGroupId","value":"","description":"The identifier of the sms link group the numbers are mapped to.","disabled":true},{"key":"needAddressLink","value":"","description":"A boolean flag indicating if the numbers need to be linked to an address for regulation purposes.","disabled":true},{"key":"serviceType","value":"","description":"This can be used if you want to filter by service type. The possible values are 'VOX800' for toll-free numbers or 'VOXDID' for geographic or national numbers.","disabled":true},{"key":"countryCodeA3","value":"","description":"The country code for the DID in its ISO 3166-1 alpha-3 format (e.g. 'GBR' for United Kingdom, 'USA' for United States of America, 'BEL' for Belgium, etc.).","disabled":true},{"key":"orderReference","value":"","description":"Indicates which purchase order the DID was in. You can get a list of orders with the order details (date and status) in the ordering module using the listOrder method.","disabled":true},{"key":"portingReference","value":"","description":"The reference for the numbers' porting request.","disabled":true},{"key":"deliveryId","value":"","description":"The identifier of the pop the numbers are mapped to.","disabled":true},{"key":"smsOutbound","value":"","description":"Allows you to filter your DIDs that you have enabled for outbound SMS (the feature is only available for accounts that are registered for the SMS outbound service).","disabled":true},{"key":"webRtcEnabled","value":"","description":"Indicates whether the DID is enabled for WebRTC use (the feature is only available for accounts that are registered for the WebRTC service).","disabled":true},{"key":"voxoutNationalEnabled","value":"","description":"Indicates whether the DID is enabled for voxoutNational use (the feature is only available for accounts that are registered for the voxoutNational service).","disabled":true},{"key":"voxoutInternationalEnabled","value":"","description":"Indicates whether the DID is enabled for voxoutInternational use (the feature is only available for accounts that are registered for the voxoutInternational service).","disabled":true},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 13:25:16 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"dids\": [\n        {\n            \"didId\": 6985502,\n            \"e164\": \"+548003450744\",\n            \"type\": \"TOLL_FREE\",\n            \"countryCodeA3\": \"ARG\",\n            \"cityName\": null,\n            \"areaCode\": \"800\",\n            \"voiceUriId\": 181459,\n            \"faxUriId\": 6,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"62260DS1287927\",\n            \"channels\": -1,\n            \"channelsOutbound\": 0,\n            \"delivery\": \"US-LA\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": 46341,\n            \"didGroupId\": 6422,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"RAW\",\n                \"cliValue\": null\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": true,\n            \"blockCellular\": true,\n            \"blockPayphone\": true,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"NOT_SUPPORTED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"03/09/2016\"\n        },\n        {\n            \"didId\": 6688802,\n            \"e164\": \"+541151284554\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"ARG\",\n            \"cityName\": \"BUENOS AIRES\",\n            \"areaCode\": \"11\",\n            \"voiceUriId\": 696293,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"62260DS1270361\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"US-LA\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": 9893,\n            \"didGroupId\": 3,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": false,\n            \"blockCellular\": false,\n            \"blockPayphone\": false,\n            \"smsOutbound\": false,\n            \"webRtc\": true,\n            \"voxoutNational\": \"NOT_SUPPORTED\",\n            \"voxoutInternationalEnabled\": true,\n            \"cancellationAvailable\": \"05/08/2016\"\n        },\n        {\n            \"didId\": 11352413,\n            \"e164\": \"+441224349008\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"GBR\",\n            \"cityName\": \"ABERDEEN\",\n            \"areaCode\": \"1224\",\n            \"voiceUriId\": 696297,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"64594DS4624525\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"BE\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 8826,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": false,\n            \"blockCellular\": false,\n            \"blockPayphone\": false,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"21/05/2020\"\n        },\n        {\n            \"didId\": 1197663,\n            \"e164\": \"+441224459311\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"GBR\",\n            \"cityName\": \"ABERDEEN\",\n            \"areaCode\": \"1224\",\n            \"voiceUriId\": 190045,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": 2379,\n            \"orderReference\": \"64594DS1078494\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"BE\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 8826,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"RFC2833\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G711U\",\n                    \"G729\",\n                    \"OPUS\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"true\",\n            \"blockOrdinary\": false,\n            \"blockCellular\": false,\n            \"blockPayphone\": false,\n            \"smsOutbound\": true,\n            \"webRtc\": true,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": true,\n            \"cancellationAvailable\": \"25/10/2015\"\n        },\n        {\n            \"didId\": 11367593,\n            \"e164\": \"+441223280010\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"GBR\",\n            \"cityName\": \"CAMBRIDGE\",\n            \"areaCode\": \"1223\",\n            \"voiceUriId\": 181459,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"64594DS4648393\",\n            \"channels\": -1,\n            \"channelsOutbound\": 0,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 8448,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": false,\n            \"blockCellular\": false,\n            \"blockPayphone\": false,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"DISABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"29/05/2020\"\n        },\n        {\n            \"didId\": 489814,\n            \"e164\": \"+442033180011\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"GBR\",\n            \"cityName\": \"LONDON\",\n            \"areaCode\": \"203\",\n            \"voiceUriId\": 657389,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"64594DS4581953\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"BE\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 7416,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"RFC2833\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G711U\",\n                    \"G729\",\n                    \"G722\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": false,\n            \"blockCellular\": false,\n            \"blockPayphone\": false,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"07/05/2020\"\n        },\n        {\n            \"didId\": 11373921,\n            \"e164\": \"+441698569986\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"GBR\",\n            \"cityName\": \"MOTHERWELL\",\n            \"areaCode\": \"1698\",\n            \"voiceUriId\": 181459,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"64594DS4655273\",\n            \"channels\": -1,\n            \"channelsOutbound\": 0,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 8936,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": false,\n            \"blockCellular\": false,\n            \"blockPayphone\": false,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"DISABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"03/06/2020\"\n        },\n        {\n            \"didId\": 9988489,\n            \"e164\": \"+39800693257\",\n            \"type\": \"TOLL_FREE\",\n            \"countryCodeA3\": \"ITA\",\n            \"cityName\": null,\n            \"areaCode\": \"800\",\n            \"voiceUriId\": null,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"64594DS3444501\",\n            \"channels\": -1,\n            \"channelsOutbound\": 0,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 8654,\n            \"regulationAddressId\": 425581,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": true,\n            \"blockCellular\": true,\n            \"blockPayphone\": true,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"DISABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"03/07/2019\"\n        },\n        {\n            \"didId\": 9988869,\n            \"e164\": \"+39800693852\",\n            \"type\": \"TOLL_FREE\",\n            \"countryCodeA3\": \"ITA\",\n            \"cityName\": null,\n            \"areaCode\": \"800\",\n            \"voiceUriId\": null,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"64594DS3679529\",\n            \"channels\": -1,\n            \"channelsOutbound\": 0,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 8654,\n            \"regulationAddressId\": 425581,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": true,\n            \"blockCellular\": true,\n            \"blockPayphone\": true,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"DISABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"14/09/2019\"\n        },\n        {\n            \"didId\": 9988873,\n            \"e164\": \"+39800693853\",\n            \"type\": \"TOLL_FREE\",\n            \"countryCodeA3\": \"ITA\",\n            \"cityName\": null,\n            \"areaCode\": \"800\",\n            \"voiceUriId\": null,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"64594DS3679693\",\n            \"channels\": 0,\n            \"channelsOutbound\": 0,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 8654,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": true,\n            \"blockCellular\": true,\n            \"blockPayphone\": true,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"DISABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"14/09/2019\"\n        },\n        {\n            \"didId\": 9988877,\n            \"e164\": \"+39800693854\",\n            \"type\": \"TOLL_FREE\",\n            \"countryCodeA3\": \"ITA\",\n            \"cityName\": null,\n            \"areaCode\": \"800\",\n            \"voiceUriId\": null,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"64594DS3679693\",\n            \"channels\": 0,\n            \"channelsOutbound\": 0,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 8654,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": true,\n            \"blockCellular\": true,\n            \"blockPayphone\": true,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"DISABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"14/09/2019\"\n        },\n        {\n            \"didId\": 6962802,\n            \"e164\": \"+390282954000\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"ITA\",\n            \"cityName\": \"MILANO\",\n            \"areaCode\": \"02\",\n            \"voiceUriId\": 190045,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"64594DS2749065\",\n            \"channels\": -1,\n            \"channelsOutbound\": 0,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 324,\n            \"regulationAddressId\": 445661,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"RFC2833_INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G711U\",\n                    \"G729\",\n                    \"OPUS\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"true\",\n            \"blockOrdinary\": false,\n            \"blockCellular\": false,\n            \"blockPayphone\": false,\n            \"smsOutbound\": false,\n            \"webRtc\": true,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"21/11/2018\"\n        },\n        {\n            \"didId\": 6904856,\n            \"e164\": \"+13375160442\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"USA\",\n            \"cityName\": \"ABBEVILLE\",\n            \"areaCode\": \"337\",\n            \"voiceUriId\": 191673,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": 2379,\n            \"orderReference\": \"62260DS1298545\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 6557,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": false,\n            \"blockCellular\": false,\n            \"blockPayphone\": false,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": true,\n            \"cancellationAvailable\": \"18/09/2016\"\n        },\n        {\n            \"didId\": 6839750,\n            \"e164\": \"+18643021715\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"USA\",\n            \"cityName\": \"ABBEVILLE\",\n            \"areaCode\": \"864\",\n            \"voiceUriId\": 219764,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": 2128,\n            \"orderReference\": \"64594DS1184327\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 20946,\n            \"regulationAddressId\": null,\n            \"srvLookup\": true,\n            \"callerId\": {\n                \"cliFormat\": \"RAW\",\n                \"cliValue\": null\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"true\",\n                \"dtmf\": \"RFC2833\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G711U\",\n                    \"G729\",\n                    \"SPEEX\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"true\",\n            \"blockOrdinary\": true,\n            \"blockCellular\": true,\n            \"blockPayphone\": true,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": true,\n            \"cancellationAvailable\": \"15/04/2016\"\n        },\n        {\n            \"didId\": 6839749,\n            \"e164\": \"+18643021758\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"USA\",\n            \"cityName\": \"ABBEVILLE\",\n            \"areaCode\": \"864\",\n            \"voiceUriId\": 219765,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"64594DS1184322\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 20946,\n            \"regulationAddressId\": null,\n            \"srvLookup\": true,\n            \"callerId\": {\n                \"cliFormat\": \"RAW\",\n                \"cliValue\": null\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"true\",\n                \"dtmf\": \"RFC2833\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G711U\",\n                    \"G729\",\n                    \"SPEEX\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"true\",\n            \"blockOrdinary\": true,\n            \"blockCellular\": true,\n            \"blockPayphone\": true,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"15/04/2016\"\n        },\n        {\n            \"didId\": 5085856,\n            \"e164\": \"+12135503849\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"USA\",\n            \"cityName\": \"LOS ANGELES: DA 01\",\n            \"areaCode\": \"213\",\n            \"voiceUriId\": 468517,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": 2379,\n            \"orderReference\": \"64594DS1210787\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 5402,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"RFC2833_INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G711U\",\n                    \"OPUS\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": true,\n            \"blockCellular\": true,\n            \"blockPayphone\": true,\n            \"smsOutbound\": false,\n            \"webRtc\": true,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"24/05/2016\"\n        },\n        {\n            \"didId\": 5085860,\n            \"e164\": \"+12135503853\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"USA\",\n            \"cityName\": \"LOS ANGELES: DA 01\",\n            \"areaCode\": \"213\",\n            \"voiceUriId\": 219763,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": 2379,\n            \"orderReference\": \"64594DS1210787\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 5402,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"RFC2833\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G711U\",\n                    \"G729\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"true\",\n            \"blockOrdinary\": true,\n            \"blockCellular\": true,\n            \"blockPayphone\": true,\n            \"smsOutbound\": false,\n            \"webRtc\": true,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"24/05/2016\"\n        },\n        {\n            \"didId\": 5755735,\n            \"e164\": \"+19299001557\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"USA\",\n            \"cityName\": \"NEW YORK CITY ZONE 14\",\n            \"areaCode\": \"929\",\n            \"voiceUriId\": null,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"64594DS4985309\",\n            \"channels\": -1,\n            \"channelsOutbound\": 0,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 20519,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": false,\n            \"blockCellular\": false,\n            \"blockPayphone\": false,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"DISABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"28/08/2020\"\n        },\n        {\n            \"didId\": 10979529,\n            \"e164\": \"+16198390001\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"USA\",\n            \"cityName\": \"SAN DIEGO: SAN DIEGO DA\",\n            \"areaCode\": \"619\",\n            \"voiceUriId\": null,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"64594DS4607705\",\n            \"channels\": -1,\n            \"channelsOutbound\": 0,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 5450,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": false,\n            \"blockCellular\": false,\n            \"blockPayphone\": false,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"DISABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"15/05/2020\"\n        },\n        {\n            \"didId\": 2079614,\n            \"e164\": \"+14156517043\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"USA\",\n            \"cityName\": \"SAN FRANCISCO: CENTRAL DA\",\n            \"areaCode\": \"415\",\n            \"voiceUriId\": 191673,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": 2379,\n            \"orderReference\": \"64594DS1210718\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 5253,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": true,\n            \"blockCellular\": true,\n            \"blockPayphone\": true,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"24/05/2016\"\n        }\n    ],\n    \"resultCount\": 1117\n}"},{"id":"accf93a1-e115-45fd-8a19-ccf02c881b89","name":"200 - USA numbers in inventory","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/inventory/did?countryCodeA3=USA&pageNumber=0&pageSize=5","host":[""],"path":["v1","inventory","did"],"query":[{"key":"didIds","value":"","description":"Can be specified to get detailed info about the corresponding DIDs. Note that you can specify multiple ids by repeating the query parameter.","disabled":true},{"key":"didGroupIds","value":"","description":"Can be specified to filter your DIDs based on their location or any other info contained in the DID Group. Note that you can specify multiple ids by repeating the query parameter.","disabled":true},{"key":"e164Pattern","value":"","description":"You can search a specific DID in your inventory with a specific pattern e.g. %25123 (number contains 123). %-sign needs to be escaped using %25","disabled":true},{"key":"regulationAddressId","value":"","description":"This is an ID that you get when creating a regulation address. The DIDs can be filtered by the regulation address on which they are linked.","disabled":true},{"key":"voiceUriId","value":"","description":"The identifier of the voice uri the numbers are mapped to.","disabled":true},{"key":"faxUriId","value":"","description":"The identifier of the fax uri the numbers are mapped to.","disabled":true},{"key":"smsLinkGroupId","value":"","description":"The identifier of the sms link group the numbers are mapped to.","disabled":true},{"key":"needAddressLink","value":"","description":"A boolean flag indicating if the numbers need to be linked to an address for regulation purposes.","disabled":true},{"key":"serviceType","value":"","description":"This can be used if you want to filter by service type. The possible values are 'VOX800' for toll-free numbers or 'VOXDID' for geographic or national numbers.","disabled":true},{"key":"countryCodeA3","value":"USA","description":"The country code for the DID in its ISO 3166-1 alpha-3 format (e.g. 'GBR' for United Kingdom, 'USA' for United States of America, 'BEL' for Belgium, etc.)."},{"key":"orderReference","value":"","description":"Indicates which purchase order the DID was in. You can get a list of orders with the order details (date and status) in the ordering module using the listOrder method.","disabled":true},{"key":"portingReference","value":"","description":"The reference for the numbers' porting request.","disabled":true},{"key":"deliveryId","value":"","description":"The identifier of the pop the numbers are mapped to.","disabled":true},{"key":"smsOutbound","value":"","description":"Allows you to filter your DIDs that you have enabled for outbound SMS (the feature is only available for accounts that are registered for the SMS outbound service).","disabled":true},{"key":"webRtcEnabled","value":"","description":"Indicates whether the DID is enabled for WebRTC use (the feature is only available for accounts that are registered for the WebRTC service).","disabled":true},{"key":"voxoutNationalEnabled","value":"","description":"Indicates whether the DID is enabled for voxoutNational use (the feature is only available for accounts that are registered for the voxoutNational service).","disabled":true},{"key":"voxoutInternationalEnabled","value":"","description":"Indicates whether the DID is enabled for voxoutInternational use (the feature is only available for accounts that are registered for the voxoutInternational service).","disabled":true},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"5","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 13:38:19 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"dids\": [\n        {\n            \"didId\": 6904856,\n            \"e164\": \"+13375160442\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"USA\",\n            \"cityName\": \"ABBEVILLE\",\n            \"areaCode\": \"337\",\n            \"voiceUriId\": 191673,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": 2379,\n            \"orderReference\": \"62260DS1298545\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 6557,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": false,\n            \"blockCellular\": false,\n            \"blockPayphone\": false,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": true,\n            \"cancellationAvailable\": \"18/09/2016\"\n        },\n        {\n            \"didId\": 6839750,\n            \"e164\": \"+18643021715\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"USA\",\n            \"cityName\": \"ABBEVILLE\",\n            \"areaCode\": \"864\",\n            \"voiceUriId\": 219764,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": 2128,\n            \"orderReference\": \"64594DS1184327\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 20946,\n            \"regulationAddressId\": null,\n            \"srvLookup\": true,\n            \"callerId\": {\n                \"cliFormat\": \"RAW\",\n                \"cliValue\": null\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"true\",\n                \"dtmf\": \"RFC2833\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G711U\",\n                    \"G729\",\n                    \"SPEEX\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"true\",\n            \"blockOrdinary\": true,\n            \"blockCellular\": true,\n            \"blockPayphone\": true,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": true,\n            \"cancellationAvailable\": \"15/04/2016\"\n        },\n        {\n            \"didId\": 6839749,\n            \"e164\": \"+18643021758\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"USA\",\n            \"cityName\": \"ABBEVILLE\",\n            \"areaCode\": \"864\",\n            \"voiceUriId\": 219765,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"64594DS1184322\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 20946,\n            \"regulationAddressId\": null,\n            \"srvLookup\": true,\n            \"callerId\": {\n                \"cliFormat\": \"RAW\",\n                \"cliValue\": null\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"true\",\n                \"dtmf\": \"RFC2833\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G711U\",\n                    \"G729\",\n                    \"SPEEX\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"true\",\n            \"blockOrdinary\": true,\n            \"blockCellular\": true,\n            \"blockPayphone\": true,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"15/04/2016\"\n        },\n        {\n            \"didId\": 5085856,\n            \"e164\": \"+12135503849\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"USA\",\n            \"cityName\": \"LOS ANGELES: DA 01\",\n            \"areaCode\": \"213\",\n            \"voiceUriId\": 468517,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": 2379,\n            \"orderReference\": \"64594DS1210787\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 5402,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"RFC2833_INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G711U\",\n                    \"OPUS\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": true,\n            \"blockCellular\": true,\n            \"blockPayphone\": true,\n            \"smsOutbound\": false,\n            \"webRtc\": true,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"24/05/2016\"\n        },\n        {\n            \"didId\": 5085860,\n            \"e164\": \"+12135503853\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"USA\",\n            \"cityName\": \"LOS ANGELES: DA 01\",\n            \"areaCode\": \"213\",\n            \"voiceUriId\": 219763,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": 2379,\n            \"orderReference\": \"64594DS1210787\",\n            \"channels\": -1,\n            \"channelsOutbound\": -1,\n            \"delivery\": \"US-NY\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 5402,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"RFC2833\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G711U\",\n                    \"G729\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"true\",\n            \"blockOrdinary\": true,\n            \"blockCellular\": true,\n            \"blockPayphone\": true,\n            \"smsOutbound\": false,\n            \"webRtc\": true,\n            \"voxoutNational\": \"ENABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"24/05/2016\"\n        }\n    ],\n    \"resultCount\": 8\n}"},{"id":"c7ac3817-238c-4cf4-9d4d-c8ec29c9ab89","name":"200 - Numbers in France that require a regulation address","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/inventory/did?needAddressLink=true&countryCodeA3=FRA&pageNumber=0&pageSize=20","host":[""],"path":["v1","inventory","did"],"query":[{"key":"didIds","value":"2254928","description":"Can be specified to get detailed info about the corresponding DIDs. Note that you can specify multiple ids by repeating the query parameter.","disabled":true},{"key":"didGroupIds","value":"9697","description":"Can be specified to filter your DIDs based on their location or any other info contained in the DID Group. Note that you can specify multiple ids by repeating the query parameter.","disabled":true},{"key":"e164Pattern","value":"33484802020","description":"You can search a specific DID in your inventory with a specific pattern e.g. %25123 (number contains 123). %-sign needs to be escaped using %25","disabled":true},{"key":"regulationAddressId","value":"","description":"This is an ID that you get when creating a regulation address. The DIDs can be filtered by the regulation address on which they are linked.","disabled":true},{"key":"voiceUriId","value":"","description":"The identifier of the voice uri the numbers are mapped to.","disabled":true},{"key":"faxUriId","value":"","description":"The identifier of the fax uri the numbers are mapped to.","disabled":true},{"key":"smsLinkGroupId","value":"","description":"The identifier of the sms link group the numbers are mapped to.","disabled":true},{"key":"needAddressLink","value":"true","description":"A boolean flag indicating if the numbers need to be linked to an address for regulation purposes."},{"key":"serviceType","value":"","description":"This can be used if you want to filter by service type. The possible values are 'VOX800' for toll-free numbers or 'VOXDID' for geographic or national numbers.","disabled":true},{"key":"countryCodeA3","value":"FRA","description":"The country code for the DID in its ISO 3166-1 alpha-3 format (e.g. 'GBR' for United Kingdom, 'USA' for United States of America, 'BEL' for Belgium, etc.)."},{"key":"orderReference","value":"64594DS4931125","description":"Indicates which purchase order the DID was in. You can get a list of orders with the order details (date and status) in the ordering module using the listOrder method.","disabled":true},{"key":"portingReference","value":"","description":"The reference for the numbers' porting request.","disabled":true},{"key":"deliveryId","value":"","description":"The identifier of the pop the numbers are mapped to.","disabled":true},{"key":"smsOutbound","value":"","description":"Allows you to filter your DIDs that you have enabled for outbound SMS (the feature is only available for accounts that are registered for the SMS outbound service).","disabled":true},{"key":"webRtcEnabled","value":"","description":"Indicates whether the DID is enabled for WebRTC use (the feature is only available for accounts that are registered for the WebRTC service).","disabled":true},{"key":"voxoutNationalEnabled","value":"","description":"Indicates whether the DID is enabled for voxoutNational use (the feature is only available for accounts that are registered for the voxoutNational service).","disabled":true},{"key":"voxoutInternationalEnabled","value":"","description":"Indicates whether the DID is enabled for voxoutInternational use (the feature is only available for accounts that are registered for the voxoutInternational service).","disabled":true},{"key":"pageNumber","value":"0","description":"The page number, starting at 0."},{"key":"pageSize","value":"20","description":"The page size (max number of entities that are displayed in the response)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 13:37:29 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"dids\": [\n        {\n            \"didId\": 2254928,\n            \"e164\": \"+33484802020\",\n            \"type\": \"GEOGRAPHIC\",\n            \"countryCodeA3\": \"FRA\",\n            \"cityName\": \"AIX-EN-PROVENCE\",\n            \"areaCode\": \"4\",\n            \"voiceUriId\": null,\n            \"faxUriId\": null,\n            \"smsLinkGroupId\": null,\n            \"orderReference\": \"64594DS4931125\",\n            \"channels\": 0,\n            \"channelsOutbound\": 0,\n            \"delivery\": \"BE\",\n            \"trunkId\": 4722,\n            \"capacityGroupId\": null,\n            \"didGroupId\": 9697,\n            \"regulationAddressId\": null,\n            \"srvLookup\": false,\n            \"callerId\": {\n                \"cliFormat\": \"E164\",\n                \"cliValue\": \"+\"\n            },\n            \"cliPrivacy\": \"DISABLED\",\n            \"otherOptions\": {\n                \"t38Enabled\": \"false\",\n                \"dtmf\": \"INBAND\",\n                \"dtmfInbandMute\": \"false\",\n                \"codecs\": [\n                    \"G711A\",\n                    \"G722\",\n                    \"SPEEX\",\n                    \"OPUS\",\n                    \"H264\",\n                    \"H263P\"\n                ]\n            },\n            \"ringback\": \"STANDARD\",\n            \"dnisEnabled\": \"false\",\n            \"blockOrdinary\": false,\n            \"blockCellular\": false,\n            \"blockPayphone\": false,\n            \"smsOutbound\": false,\n            \"webRtc\": false,\n            \"voxoutNational\": \"DISABLED\",\n            \"voxoutInternationalEnabled\": false,\n            \"cancellationAvailable\": \"13/08/2020\"\n        }\n    ],\n    \"resultCount\": 1\n}"},{"id":"fbf27dda-72c3-48cc-a0a9-952a47ab6861","name":"200 - OK","originalRequest":{"method":"GET","header":[{"description":{"content":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n","type":"text/plain"},"key":"apikey","value":""}],"url":{"raw":"/v1/inventory/did?pageNumber=0&pageSize=20","host":[""],"path":["v1","inventory","did"],"query":[{"key":"didIds","value":"<integer>","disabled":true},{"key":"didGroupIds","value":"<integer>","disabled":true},{"key":"e164Pattern","value":"<string>","disabled":true},{"key":"regulationAddressId","value":"<integer>","disabled":true},{"key":"voiceUriId","value":"<integer>","disabled":true},{"key":"faxUriId","value":"<integer>","disabled":true},{"key":"smsLinkGroupId","value":"<integer>","disabled":true},{"key":"needAddressLink","value":"<boolean>","disabled":true},{"key":"serviceType","value":"<string>","disabled":true},{"key":"countryCodeA3","value":"<string>","disabled":true},{"key":"orderReference","value":"<string>","disabled":true},{"key":"portingReference","value":"<string>","disabled":true},{"key":"deliveryId","value":"<integer>","disabled":true},{"key":"smsOutbound","value":"<boolean>","disabled":true},{"key":"webRtcEnabled","value":"<boolean>","disabled":true},{"key":"voxoutNationalEnabled","value":"<boolean>","disabled":true},{"key":"voxoutInternationalEnabled","value":"<boolean>","disabled":true},{"key":"pageNumber","value":"0"},{"key":"pageSize","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"dids\": [\n  {\n   \"areaCode\": \"<string>\",\n   \"didId\": \"<integer>\",\n   \"e164\": \"<string>\",\n   \"type\": \"<string>\",\n   \"countryCodeA3\": \"<string>\",\n   \"cityName\": \"<string>\",\n   \"voiceUriId\": \"<integer>\",\n   \"faxUriId\": \"<integer>\",\n   \"smsLinkGroupId\": \"<integer>\",\n   \"orderReference\": \"<string>\",\n   \"channels\": \"<integer>\",\n   \"delivery\": \"<string>\",\n   \"trunkId\": \"<integer>\",\n   \"capacityGroupId\": \"<integer>\",\n   \"didGroupId\": \"<integer>\",\n   \"regulationAddressId\": \"<integer>\",\n   \"srvLookup\": \"<boolean>\",\n   \"callerId\": {\n    \"cliFormat\": \"<string>\",\n    \"cliValue\": \"<string>\"\n   },\n   \"cliPrivacy\": \"<string>\",\n   \"otherOptions\": {\n    \"t38Enabled\": \"<string>\",\n    \"dtmf\": \"<string>\",\n    \"dtmfInbandMute\": \"<string>\",\n    \"codecs\": [\n     \"<string>\",\n     \"<string>\"\n    ]\n   },\n   \"ringback\": \"<string>\",\n   \"dnisEnabled\": \"<string>\",\n   \"blockOrdinary\": \"<boolean>\",\n   \"blockCellular\": \"<boolean>\",\n   \"blockPayphone\": \"<boolean>\",\n   \"smsOutbound\": \"<boolean>\",\n   \"webRtc\": \"<boolean>\",\n   \"voxoutNational\": \"<string>\",\n   \"voxoutInternationalEnabled\": \"<boolean>\",\n   \"cancellationAvailable\": \"<string>\"\n  },\n  {\n   \"areaCode\": \"<string>\",\n   \"didId\": \"<integer>\",\n   \"e164\": \"<string>\",\n   \"type\": \"<string>\",\n   \"countryCodeA3\": \"<string>\",\n   \"cityName\": \"<string>\",\n   \"voiceUriId\": \"<integer>\",\n   \"faxUriId\": \"<integer>\",\n   \"smsLinkGroupId\": \"<integer>\",\n   \"orderReference\": \"<string>\",\n   \"channels\": \"<integer>\",\n   \"delivery\": \"<string>\",\n   \"trunkId\": \"<integer>\",\n   \"capacityGroupId\": \"<integer>\",\n   \"didGroupId\": \"<integer>\",\n   \"regulationAddressId\": \"<integer>\",\n   \"srvLookup\": \"<boolean>\",\n   \"callerId\": {\n    \"cliFormat\": \"<string>\",\n    \"cliValue\": \"<string>\"\n   },\n   \"cliPrivacy\": \"<string>\",\n   \"otherOptions\": {\n    \"t38Enabled\": \"<string>\",\n    \"dtmf\": \"<string>\",\n    \"dtmfInbandMute\": \"<string>\",\n    \"codecs\": [\n     \"<string>\",\n     \"<string>\"\n    ]\n   },\n   \"ringback\": \"<string>\",\n   \"dnisEnabled\": \"<string>\",\n   \"blockOrdinary\": \"<boolean>\",\n   \"blockCellular\": \"<boolean>\",\n   \"blockPayphone\": \"<boolean>\",\n   \"smsOutbound\": \"<boolean>\",\n   \"webRtc\": \"<boolean>\",\n   \"voxoutNational\": \"<string>\",\n   \"voxoutInternationalEnabled\": \"<boolean>\",\n   \"cancellationAvailable\": \"<string>\"\n  }\n ],\n \"resultCount\": \"<integer>\"\n}"}],"_postman_id":"40694b4a-82b4-4ab5-908f-3b7d38b6d509"},{"name":"List SIP Trunks","id":"9867d822-ecf6-4032-84a5-d95f2ae7bc55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/trunk","urlObject":{"path":["v1","inventory","trunk"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"0f05ecff-ce04-4864-bcf9-a61b136f15e2","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/trunk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"trunks\": [\n  {\n   \"trunkId\": \"<integer>\",\n   \"zone\": \"<string>\",\n   \"capacity\": \"<integer>\",\n   \"description\": \"<string>\",\n   \"countDidsOnTrunk\": \"<integer>\"\n  },\n  {\n   \"trunkId\": \"<integer>\",\n   \"zone\": \"<string>\",\n   \"capacity\": \"<integer>\",\n   \"description\": \"<string>\",\n   \"countDidsOnTrunk\": \"<integer>\"\n  }\n ]\n}"},{"id":"27dec1fb-b1bf-4cc4-9521-1deb5c90228f","name":"200 - List Worldwide trunks","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/inventory/trunk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 13:39:44 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"trunks\": [\n        {\n            \"trunkId\": 4722,\n            \"zone\": \"WORLDWIDE\",\n            \"capacity\": 20,\n            \"description\": \"Default trunk\",\n            \"countDidsOnTrunk\": 1117\n        }\n    ]\n}"}],"_postman_id":"9867d822-ecf6-4032-84a5-d95f2ae7bc55"},{"name":"Cancel number subscription","id":"ddf35166-8e7a-41ac-b6b0-8603fb02bcbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"didIds\": [\n        \"<integer>\",\n        \"<integer>\"\n    ]\n}"},"url":"/v1/ordering/cancel","urlObject":{"path":["v1","ordering","cancel"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"bf2bffea-d34c-44db-8f9f-a782ed1524ec","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"didIds\": [\n        \"<integer>\",\n        \"<integer>\"\n    ]\n}"},"url":"/v1/ordering/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"numberCancelled\": \"<integer>\"\n}"},{"id":"ff4b2dce-dce5-43f9-a80b-d14f749d33da","name":"200 - Cancel individual DID","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"didIds\": [\n        \"1197663\"\n    ]\n}"},"url":"/v1/ordering/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Wed, 03 Jun 2020 13:45:20 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"numberCancelled\": 1\n}"}],"_postman_id":"ddf35166-8e7a-41ac-b6b0-8603fb02bcbb"}],"id":"b321946b-ee5d-4343-a8cd-494c45d8691f","event":[{"listen":"prerequest","script":{"id":"f9efcbab-fc39-4256-9ad1-a1ac0ec5a5a8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"689cf3ba-7bac-413c-a4b7-33623ea5a9d4","type":"text/javascript","exec":[""]}}],"_postman_id":"b321946b-ee5d-4343-a8cd-494c45d8691f","description":""},{"name":"CDRs","item":[{"name":"List generated CDR files","id":"99b139ec-9517-4948-ad68-97e9fa76bb68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/cdrs/cdrsfile","urlObject":{"path":["v1","cdrs","cdrsfile"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"22cc5e61-66ff-423b-8929-51de44262b5c","name":"200 - List generated CDR files","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/cdrs/cdrsfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 01 Jun 2020 10:58:19 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"fileNames\": [\n        \"cdrs_IN_voxbone_2020-04-01.txt.gz\"\n    ]\n}"},{"id":"d94c5abb-899f-48d6-8468-18a98c99ca39","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/cdrs/cdrsfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"fileNames\": [\n  \"<string>\",\n  \"<string>\"\n ]\n}"}],"_postman_id":"99b139ec-9517-4948-ad68-97e9fa76bb68"},{"name":"Request CDRs from certain month","id":"bf299ee9-dd35-488f-93dc-de4fe4000db5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/cdrs/cdrsfile/request/:year/:month","urlObject":{"path":["v1","cdrs","cdrsfile","request",":year",":month"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>The desired year for the report generation.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"year"},{"description":{"content":"<p>The desired month for the report generation.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"month"}]}},"response":[{"id":"1f4663a6-f083-4d1b-9a83-e1dc13d4eee4","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"apikey","value":""},{"key":"Accept","value":"application/json","type":"text"}],"url":"/v1/cdrs/cdrsfile/request/<string>/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"},{"id":"4fd51c2f-a485-4d90-beeb-2c13e78864d1","name":"200 - Request CDRs from May 2020","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"/v1/cdrs/cdrsfile/request/:year/:month","host":[""],"path":["v1","cdrs","cdrsfile","request",":year",":month"],"variable":[{"key":"year","value":"2020","description":"The desired year for the report generation."},{"key":"month","value":"05","description":"The desired month for the report generation."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 01 Jun 2020 10:54:33 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"bf299ee9-dd35-488f-93dc-de4fe4000db5"},{"name":"Request CDRs by direction","id":"cbfcaaf1-9661-431a-8ca4-af17e3e69efe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"month\": \"<string>\",\n    \"year\": \"<string>\",\n    \"type\": \"<string>\"\n}"},"url":"/v1/cdrs/cdrsfile/request","urlObject":{"path":["v1","cdrs","cdrsfile","request"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"b7d22c7a-1c09-4c46-9ece-f918c2dd045c","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"apikey","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"month\": \"<string>\",\n    \"year\": \"<string>\",\n    \"type\": \"<string>\"\n}"},"url":"/v1/cdrs/cdrsfile/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"<string>\"\n}"},{"id":"f5c23876-f8b9-4d06-9e9f-01d45e82dfb0","name":"200 - Request Inbound CDRs for April 2020","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"","description":"Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under [Account Settings](https://www.voxbone.com/portal/account-settings?tab=apiPassword). Please use our [API quickstart guide](https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs) for more help.\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"month\": \"04\",\n    \"year\": \"2020\",\n    \"type\": \"IN\"\n}"},"url":"/v1/cdrs/cdrsfile/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Mon, 01 Jun 2020 10:56:16 GMT"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"cbfcaaf1-9661-431a-8ca4-af17e3e69efe"},{"name":"Download CDR file by name","id":"07758940-8f72-4bdd-ab12-f053dadd846c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"apikey","value":"","description":"<p>Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under <a href=\"https://www.voxbone.com/portal/account-settings?tab=apiPassword\">Account Settings</a>. Please use our <a href=\"https://support.voxbone.com/hc/en-us/articles/202774042-Getting-Started-with-APIs\">API quickstart guide</a> for more help.</p>\n"}],"url":"/v1/cdrs/cdrsfile/:fileName","urlObject":{"path":["v1","cdrs","cdrsfile",":fileName"],"host":[""],"query":[],"variable":[{"description":{"content":"<p>This is one of the fileNames returned by the listExistingFiles method.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"fileName"}]}},"response":[{"id":"465e4f32-35f5-41c1-b458-97a311ea7110","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"apikey","value":""}],"url":"/v1/cdrs/cdrsfile/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07758940-8f72-4bdd-ab12-f053dadd846c"}],"id":"f9069a3a-986a-4a1c-b1e1-ca8bbbf1570b","event":[{"listen":"prerequest","script":{"id":"8e3197af-4211-4db1-af1d-c1ec56bced3e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d69af822-13b9-4e70-a029-90f919209ec8","type":"text/javascript","exec":[""]}}],"_postman_id":"f9069a3a-986a-4a1c-b1e1-ca8bbbf1570b","description":""}],"event":[{"listen":"prerequest","script":{"id":"e6e10c26-2363-4a34-b30f-6461ac3d3eec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9a424021-8845-450e-a997-95ce5ca01b65","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":""},{"key":"apikey","value":""}]}