{"info":{"_postman_id":"3bec5572-d0ec-4ca4-9c5d-178e08db7c3b","name":"API REST Blacklists","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"18014154","collectionId":"3bec5572-d0ec-4ca4-9c5d-178e08db7c3b","publishedId":"UVyxRts9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-04-10T01:44:27.000Z"},"item":[{"name":"Obtener token","id":"bf8348b5-699f-434d-836d-2e1078b91651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<<host>>","description":"<p>Permite obtener un nuevo token</p>\n","urlObject":{"host":["<<host>>"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf8348b5-699f-434d-836d-2e1078b91651"},{"name":"Consultar email","id":"0ed06c55-dfd4-4b56-842e-5a9dccd924c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <<JWT>>","type":"text"}],"url":"<<host>>/blacklists/<<email>>","description":"<p>Permite saber si un email está en la lista negra global de la organización o no, y el motivo<br />por el que fue agregado a la lista negra.</p>\n","urlObject":{"path":["blacklists","<<email>>"],"host":["<<host>>"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ed06c55-dfd4-4b56-842e-5a9dccd924c5"},{"name":"Registrar email","id":"b2981f62-126c-4b44-9bc7-bfd3ffa32d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <<JWT>>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \"email\":\"<<email>>\",\r\n \"app_uuid\": \"84c0141aff6a4275abd9f54f2eee2e1f\",\r\n \"blocked_reason\":\"spam\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<<host>>/blacklists","description":"<p>Permite agregar un email a la lista negra global de la organización</p>\n","urlObject":{"path":["blacklists"],"host":["<<host>>"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2981f62-126c-4b44-9bc7-bfd3ffa32d13"},{"name":"LB","id":"36ebb35e-6984-4d1e-b1e4-f285e4ec0be1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<<host>>","urlObject":{"host":["<<host>>"],"query":[],"variable":[]}},"response":[],"_postman_id":"36ebb35e-6984-4d1e-b1e4-f285e4ec0be1"},{"name":"Health","id":"c6e751b7-0829-4752-a2fb-bc23a9730f31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<<host>>/health/ping","urlObject":{"path":["health","ping"],"host":["<<host>>"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6e751b7-0829-4752-a2fb-bc23a9730f31"}],"event":[{"listen":"prerequest","script":{"id":"b4f39b70-100c-4dfd-bd08-6cfe2504b836","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f02e44d3-ef0e-4a0d-8fbd-d77869f32d8e","type":"text/javascript","exec":[""]}}],"variable":[{"key":"host","value":"<<host>>","type":"string"},{"key":"token","value":"Bearer <<JWT>>","type":"string"},{"key":"email","value":"<<email>>","type":"string"}]}