{"info":{"_postman_id":"6b02e052-7f17-407d-97b6-37c9bc0c33ac","name":"API Creatur","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>API REST, permite la obtención de información de servicios aereos y hotel.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>Todas las llamadas API deberan hacerse al dominio base <a href=\"http://turismocreativo.dnsalias.com/api/v1/%7Bservicio%7D\">http://turismocreativo.dnsalias.com/api/v1/{servicio}</a>, JSON devolverá todas las respuestas de la API, incluidos los errores. </p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>API Key</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>200     OK\n201     Created\n400     Bad Request\n404     Not Found</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>API Key valido a los 10 seg. de ser generado, expirando a los 10 min.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"9338191","collectionId":"6b02e052-7f17-407d-97b6-37c9bc0c33ac","publishedId":"SW7Uaphn","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-11-13T17:54:05.000Z"},"item":[{"name":"Login usuario","id":"fcb7ff45-5aff-4746-9a4e-118971073387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"http://turismocreativo.dnsalias.com/api/v1/login?email=usuario@dominio.com&password=******","description":"<p>Inicio sesion usuario</p>\n","urlObject":{"path":["login"],"host":["http://turismocreativo.dnsalias.com/api/v1"],"query":[{"key":"email","value":"usuario@dominio.com"},{"key":"password","value":"******"}],"variable":[]}},"response":[],"_postman_id":"fcb7ff45-5aff-4746-9a4e-118971073387"},{"name":"Registro usuario","id":"c6b41d31-8d7f-40dd-a3d2-e404617a129d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Key","type":"text"}],"url":"http://turismocreativo.dnsalias.com/api/v1/registro?first_name=nombre&last_name=apellido&email=usuario@dominio.com&password=******","description":"<p>Registrar usuario</p>\n","urlObject":{"path":["registro"],"host":["http://turismocreativo.dnsalias.com/api/v1"],"query":[{"key":"first_name","value":"nombre"},{"key":"last_name","value":"apellido"},{"key":"email","value":"usuario@dominio.com"},{"key":"password","value":"******"}],"variable":[]}},"response":[],"_postman_id":"c6b41d31-8d7f-40dd-a3d2-e404617a129d"},{"name":"Consulta Aereo","id":"4bb06497-9809-4663-a6cd-fbb7f5c9fa61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Key","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://turismocreativo.dnsalias.com/api/v1/aereo?fecha=11/11/2019-12/11/2019&cliente=003928","description":"<p>Consulta de servicios aereos</p>\n","urlObject":{"path":["aereo"],"host":["http://turismocreativo.dnsalias.com/api/v1"],"query":[{"key":"fecha","value":"11/11/2019-12/11/2019"},{"key":"cliente","value":"003928"}],"variable":[]}},"response":[],"_postman_id":"4bb06497-9809-4663-a6cd-fbb7f5c9fa61"},{"name":"Consulta Hotel","id":"6481cee5-f452-48c5-bbf4-089bb77cf354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Key","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://turismocreativo.dnsalias.com/api/v1/hotel?fecha=11/11/2019-12/11/2019&cliente=003928","description":"<p>Consulta de servicios de hotel</p>\n","urlObject":{"path":["hotel"],"host":["http://turismocreativo.dnsalias.com/api/v1"],"query":[{"key":"fecha","value":"11/11/2019-12/11/2019"},{"key":"cliente","value":"003928"}],"variable":[]}},"response":[],"_postman_id":"6481cee5-f452-48c5-bbf4-089bb77cf354"}],"event":[{"listen":"prerequest","script":{"id":"ea34e987-1965-47b6-8fae-5ff48d73f800","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1e36de46-f7f5-4e4d-8658-2e2ad7473973","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"http://turismocreativo.dnsalias.com/api/v1"}]}