{"info":{"_postman_id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","name":"Linker API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"11127436","collectionId":"5538dad4-48b3-43ed-bb85-01ed53e9de56","publishedId":"Szf9XTbg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-04-23T21:49:20.000Z"},"item":[{"name":"Get Keys","id":"2bb3e5a6-191e-41d9-8278-dca5521666b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <API key here>","type":"text"}],"url":"http://localhost:8000/api/keys?page=1&perPage=10","description":"<p>Get the API key information from the database</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","name":"Linker API","type":"collection"}},"urlObject":{"path":["api","keys"],"host":["http://localhost:8000"],"query":[{"key":"page","value":"1"},{"key":"perPage","value":"10"}],"variable":[]}},"response":[],"_postman_id":"2bb3e5a6-191e-41d9-8278-dca5521666b9"},{"name":"Create Key","id":"2ea49539-e5f7-4f2e-b30e-9f4323a88c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <API key here>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"your key name here\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/keys","description":"<p>Create a new API key</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","name":"Linker API","type":"collection"}},"urlObject":{"path":["api","keys"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ea49539-e5f7-4f2e-b30e-9f4323a88c08"},{"name":"Delete Key","id":"1cb40c88-466c-4dcd-a4a6-b9d4970576e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <API key here>","type":"text"}],"url":"http://localhost:8000/api/keys/1","description":"<p>Deletes an existing API key</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","name":"Linker API","type":"collection"}},"urlObject":{"path":["api","keys","1"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cb40c88-466c-4dcd-a4a6-b9d4970576e1"},{"name":"Get Links","id":"ec25b34b-ebc8-4ce7-99c5-88b5e8edae6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <API key here>","type":"text"}],"url":"http://localhost:8000/api/links?page=1&perPage=10","description":"<p>Get a paginated collection of links from the database</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","name":"Linker API","type":"collection"}},"urlObject":{"path":["api","links"],"host":["http://localhost:8000"],"query":[{"key":"page","value":"1"},{"key":"perPage","value":"10"}],"variable":[]}},"response":[],"_postman_id":"ec25b34b-ebc8-4ce7-99c5-88b5e8edae6b"},{"name":"Create Link","id":"e18aced4-2e69-4a70-9329-f8785b01c7c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <API key here>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"url\": \"https://some.url.here\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/links","description":"<p>Create a new link</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","name":"Linker API","type":"collection"}},"urlObject":{"path":["api","links"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"e18aced4-2e69-4a70-9329-f8785b01c7c0"},{"name":"Get Link","id":"69d6fe1c-1146-4983-9a7a-cef10e39e391","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <API key here>","type":"text"}],"url":"http://localhost:8000/api/links/1","description":"<p>Get a single link from the database</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","name":"Linker API","type":"collection"}},"urlObject":{"path":["api","links","1"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"69d6fe1c-1146-4983-9a7a-cef10e39e391"},{"name":"Delete Link","id":"762bd0c8-2238-4b5e-a3cf-e3d94c72e003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <API key here>","type":"text"}],"url":"http://localhost:8000/api/links/1","description":"<p>Deletes a link</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","id":"5538dad4-48b3-43ed-bb85-01ed53e9de56","name":"Linker API","type":"collection"}},"urlObject":{"path":["api","links","1"],"host":["http://localhost:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"762bd0c8-2238-4b5e-a3cf-e3d94c72e003"}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"variable":[{"key":"url","value":"http://localhost:8000"}]}