{"service":"Vonage Business Cloud Account API","base_url":"https://api.vonage.com/t/vbc.prod/provisioning","auth":{"type":"bearer","header":"Authorization"},"intents":[{"id":"get_account_by_id","method":"GET","path":"/api/accounts/{account_id}","params":{"account_id":"number"},"returns":"Account data with status and address"},{"id":"get_locations_by_account","method":"GET","path":"/api/accounts/{account_id}/locations","params":{"account_id":"number"},"returns":"Collection of locations for account"},{"id":"get_location_by_id","method":"GET","path":"/api/accounts/{account_id}/locations/{location_id}","params":{"account_id":"number","location_id":"number"},"returns":"Location data with address timezone"}]}