{"info":{"_postman_id":"474e7d83-ea8d-4360-b1ad-1250ff3bc329","name":"L3 RepBox Calls API","description":"<html><head></head><body><p>Allows RepBox to interact with the L-3 Asterisk server to create calls, or retreive call meta data and recorded calls.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3246203","collectionId":"474e7d83-ea8d-4360-b1ad-1250ff3bc329","publishedId":"SVSBureC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-07-08T15:27:37.000Z"},"item":[{"name":"Create call","id":"a7ba44a0-c08a-4f0c-8ac7-5402615421d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"basic Jw47PKyxV8lIjLK7","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"extension\":\"101\",\n\t\"number\":\"77056561556\"\n}"},"url":"https://voip.l-3.com/calls/","description":"<p>This API allows a remote service to initiate a call between two voice endpoints.</p>\n","urlObject":{"protocol":"https","path":["calls",""],"host":["voip","l-3","com"],"query":[],"variable":[]}},"response":[{"id":"24fa244c-cbf3-4a41-9d0c-4c279d412338","name":"Create call","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"extension\":\"101\",\n\t\"number\":\"77056561556\"\n}"},"url":"voip.l-3.com/calls/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""},{"id":"2be6d9b9-be43-470e-b461-d615d3f8a45f","name":"Create call (Failure - Bad key)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"basic xxxxxxxxxxxxx","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"extension\":\"101\",\n\t\"number\":\"77056561556\"\n}"},"url":"https://voip.l-3.com/calls/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"74eaceb4-8618-46c4-9878-d5b9d047eff3","name":"Create call (Failure - Missing Authorization header)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"basic Jw47PKyxV8lIjLK7","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"extension\":\"101\",\n\t\"number\":\"77056561556\"\n}"},"url":"https://voip.l-3.com/calls/"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"8c9e27c4-7670-4013-ae65-e55a5a2eb3ec","name":"Create call (Failure - Wrong method)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"basic Jw47PKyxV8lIjLK7","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"extension\":\"101\",\n\t\"number\":\"77056561556\"\n}"},"url":{"raw":"https://voip.l-3.com/calls/?extension=101&number=7705651556","protocol":"https","host":["voip","l-3","com"],"path":["calls",""],"query":[{"key":"extension","value":"101"},{"key":"number","value":"7705651556"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"a573edcb-264c-45d6-a0c8-5c20601e7470","name":"Create call (Failure - Incorrect content type.)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"basic Jw47PKyxV8lIjLK7","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"extension","value":"101","type":"text"},{"key":"number","value":"77056751556","type":"text"}]},"url":"https://voip.l-3.com/calls/"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"b67f430a-9f13-4335-af46-47a31cb32c82","name":"Create call (Failure - missing extension)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"basic Jw47PKyxV8lIjLK7","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"number\":\"77056561556\"\n}"},"url":"https://voip.l-3.com/calls/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""},{"id":"ecee4526-dcde-4e24-b2e6-caf33071f9ee","name":"Create call (Failure - missing number)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"basic Jw47PKyxV8lIjLK7","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"extension\": \"101\"\n}"},"url":"https://voip.l-3.com/calls/"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a7ba44a0-c08a-4f0c-8ac7-5402615421d2"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]}}}