{"info":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","description":"<html><head></head><body><h2 id=\"an-open-free-read--write-api-all-about-dogs\">An open, free, read &amp; write API all about Dogs</h2>\n<p>The Dog API gives you access to 10000's of images</p>\n<ul>\n<li>Upload your own images</li>\n<li>Favourite or Vote on images</li>\n<li>Get stats on your requests</li>\n<li>Save a custom value with each request for each of your users</li>\n</ul>\n<h2 id=\"how-is-this-free\">How is this free?</h2>\n<p>My goal is to create free, fun &amp; useful public service API's, helping people learn to code, create awesome projects, and be a stable fixture in a turbulent world.</p>\n<h2 id=\"how-do-i-get-access\">How do i get access?</h2>\n<p>Just signup for an API Key from <a href=\"https://theDogAPI.com\">https://theDogAPI.com</a> for free. I'm looking forward to seeing what you make!</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5578104","collectionId":"7b2d907b-6275-41df-9f0e-33e80a79399a","publishedId":"2s935hRnak","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-30T12:02:34.000Z"},"item":[{"name":"Images","item":[{"name":"/images/search","event":[{"listen":"test","script":{"id":"27da91cc-8d55-4770-a910-1f5107dea7b8","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response should be okay to process\", function () { ","    pm.response.to.not.be.error; ","    pm.response.to.not.have.jsonBody(\"error\"); ","});","","pm.test('10 images', function() {","  var jsonData = pm.response.json();","  pm.expect(jsonData.length).to.equal(10); ","});",""],"type":"text/javascript"}}],"id":"9e7e4cf9-0e0a-4258-8ace-ed1862843c96","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"<p>[optional] without it only the a basic set of images can be searched</p>\n"}],"url":"{{endpoint}}v1/images/search?breed_ids=beng&include_breeds=true","description":"<h4 id=\"route\">Route</h4>\n<p><a href=\"https://api.thecatapi.com/v1/images/search\">https://api.thecatapi.com/v1/images/search</a></p>\n<p>Search &amp; Itterate through all approved images.</p>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>size</td>\n<td>optional</td>\n<td>The size of image to return - <code>small</code>, <code>med</code> or <code>full</code>. <code>small</code> is perfect for Discord. Defaults to <code>med</code></td>\n</tr>\n<tr>\n<td>mime_types</td>\n<td>optional</td>\n<td>Comma delimited string of the image types to return <code>gif</code>, <code>jpg</code>, or<code>png</code>. Defaults to return all types <code>jpg,gif,png</code>.</td>\n</tr>\n<tr>\n<td>format</td>\n<td>optional</td>\n<td>Response format <code>json</code>, or<code>src</code>. <code>src</code> will redirect straight to the image, so is useful for putting a link straight into HTML as the 'src' on an 'img' tag. Defaults to <code>json</code></td>\n</tr>\n<tr>\n<td>order</td>\n<td>optional</td>\n<td>The order to return results in. <code>RANDOM</code>, <code>ASC</code> or <code>DESC</code>. If either <code>ASC</code> or <code>DESC</code> is passed then the Pagination headers will be on the response allowing you to see the total amount of results, and your current page. Default is <code>RANDOM</code></td>\n</tr>\n<tr>\n<td>page</td>\n<td>optional</td>\n<td>Integer - used for Paginating through all the results. Only used when order is <code>ASC</code> or <code>DESC</code></td>\n</tr>\n<tr>\n<td>limit</td>\n<td>optional</td>\n<td>Integer - number of results to return. Without an API Key you can only pass <code>1</code>, with a Key you can pass up to <code>25</code>. Default is <code>1</code></td>\n</tr>\n<tr>\n<td>category_ids</td>\n<td>optional</td>\n<td>Comma delimited string of integers, matching the <code>id</code>'s of the Categories to filter the search. These categories can found in the <code>/v1/categories</code> request. e.g. category_ids=2</td>\n</tr>\n<tr>\n<td>breed_ids</td>\n<td>optional</td>\n<td>Comma delimited string of integers, matching the <code>id</code>'s of the Breeds to filter the search. These categories can found in the <code>/v1/breeds</code> request</td>\n</tr>\n<tr>\n<td>has_breeds</td>\n<td>optional</td>\n<td>Only return images which have breed data attached. Integer - <code>0</code> or <code>1</code>. Default is <code>0</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"pagination\">Pagination</h4>\n<p>If order=ASC or order=DESC is passed, then the response will contain these values as Headers</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Pagination-Count</td>\n<td>Integer - the total amount of results matching your search</td>\n</tr>\n<tr>\n<td>Pagination-Page</td>\n<td>Integer - the current page</td>\n</tr>\n<tr>\n<td>Pagination-Limit</td>\n<td>Integer - amount of results being returned per page</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["images","search"],"host":["{{endpoint}}v1"],"query":[{"disabled":true,"description":{"content":"<p>[optional] thumb , small, med or full - small is perfect for Discord</p>\n","type":"text/plain"},"key":"size","value":"full"},{"disabled":true,"description":{"content":"<p>[optional] a comma separated strig of types to return e.g. jpg,png for static, or gif for gifs</p>\n","type":"text/plain"},"key":"mime_types","value":"jpg,png,gif"},{"disabled":true,"description":{"content":"<p>[optional] json | src</p>\n","type":"text/plain"},"key":"format","value":"json"},{"disabled":true,"description":{"content":"<p>[optional] default:RANDOM - RANDOM | ASC | DESC</p>\n","type":"text/plain"},"key":"order","value":"RANDOM"},{"disabled":true,"description":{"content":"<p>[optional] paginate through results</p>\n","type":"text/plain"},"key":"page","value":"0"},{"disabled":true,"description":{"content":"<p>[optional] number of results to return, up to 25 with a valid API-Key</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>[optional] category ids from /categories route</p>\n","type":"text/plain"},"key":"category_ids","value":null},{"description":{"content":"<p>[optional] breed ids from /breeds route</p>\n","type":"text/plain"},"key":"breed_ids","value":"beng"},{"disabled":true,"description":{"content":"<p>[optional] true/false - only return images that have at least 1 breed</p>\n","type":"text/plain"},"key":"has_breeds","value":"true"},{"description":{"content":"<p>[optional] true/false - Include the 'breeds' array - default true</p>\n","type":"text/plain"},"key":"include_breeds","value":"true"},{"disabled":true,"description":{"content":"<p>[optional] true/false - Include the 'categories' array - default true</p>\n","type":"text/plain"},"key":"include_categories","value":"true"}],"variable":[]}},"response":[{"id":"a8e20071-f972-4125-8cf9-6a9c46b8cd6b","name":"/images/search - 10 random images","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"[optional] without it only the a basic set of images can be searched"}],"url":{"raw":"{{endpoint}}v1/images/search?format=json&limit=10","host":["{{endpoint}}v1"],"path":["images","search"],"query":[{"key":"size","value":"full","description":"[optional] thumb , small, med or full - small is perfect for Discord","disabled":true},{"key":"mime_types","value":"jpg,png,gif","description":"[optional] a comma separated strig of types to return e.g. jpg,png for static, or gif for gifs","disabled":true},{"key":"format","value":"json","description":"[optional] json | src"},{"key":"order","value":"RANDOM","description":"[optional] default:RANDOM - RANDOM | ASC | DESC","disabled":true},{"key":"page","value":"0","description":"[optional] paginate through results","disabled":true},{"key":"limit","value":"10","description":"[optional] number of results to return, up to 25 with a valid API-Key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 03 Nov 2018 05:47:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.12.1"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"Origin"},{"key":"Expires","value":"Tue, 03 Jul 2001 06:00:00 GMT"},{"key":"Last-Modified","value":"Sat Nov 03 2018 05:47:06 GMT+0000 (UTC)"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pagination-Count","value":"20713"},{"key":"Pagination-Page","value":"0"},{"key":"Pagination-Limit","value":"10"},{"key":"Access-Control-Expose-Headers","value":"Pagination-Count, Pagination-Page, Pagination-Limit"},{"key":"X-Response-Time","value":"68ms"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"breeds\": [],\n        \"categories\": [],\n        \"id\": \"e3c\",\n        \"url\": \"https://25.media.tumblr.com/tumblr_m1yuqjfdy31qejbiro1_500.jpg\"\n    },\n    {\n        \"breeds\": [],\n        \"categories\": [],\n        \"id\": \"2kj\",\n        \"url\": \"https://25.media.tumblr.com/tumblr_m2frwgKzN01r6b7kmo1_500.jpg\"\n    },\n    {\n        \"breeds\": [],\n        \"categories\": [],\n        \"id\": \"MTYzMjIxMA\",\n        \"url\": \"https://25.media.tumblr.com/tumblr_maklk6AJiw1qhwmnpo1_400.jpg\"\n    },\n    {\n        \"breeds\": [],\n        \"categories\": [],\n        \"id\": \"ckk\",\n        \"url\": \"https://cdn2.thecatapi.com/images/ckk.gif\"\n    },\n    {\n        \"breeds\": [],\n        \"categories\": [],\n        \"id\": \"ea7\",\n        \"url\": \"https://25.media.tumblr.com/tumblr_m4qyhzpZts1qcxyrro1_500.jpg\"\n    },\n    {\n        \"breeds\": [],\n        \"categories\": [],\n        \"id\": \"4m5\",\n        \"url\": \"https://25.media.tumblr.com/tumblr_m44w9nI50Y1qzyqubo1_500.jpg\"\n    },\n    {\n        \"breeds\": [],\n        \"categories\": [],\n        \"id\": \"fb\",\n        \"url\": \"https://25.media.tumblr.com/tumblr_luihyxjWY51qzqffro1_500.jpg\"\n    },\n    {\n        \"breeds\": [],\n        \"categories\": [],\n        \"id\": \"MTg5NzY0OQ\",\n        \"url\": \"https://24.media.tumblr.com/tumblr_m87t24YOrf1qze0hyo1_500.jpg\"\n    },\n    {\n        \"breeds\": [],\n        \"categories\": [],\n        \"id\": \"bmf\",\n        \"url\": \"https://24.media.tumblr.com/tumblr_ltq345HHij1qh9eixo1_500.png\"\n    },\n    {\n        \"breeds\": [],\n        \"categories\": [],\n        \"id\": \"88n\",\n        \"url\": \"https://cdn2.thecatapi.com/images/88n.gif\"\n    }\n]"},{"id":"2092ec65-6dd9-43c6-bb27-e1ebf047c2cc","name":"/images/search","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"[optional] without it only the a basic set of images can be searched"}],"url":{"raw":"{{endpoint}}v1/images/search?format=json","host":["{{endpoint}}v1"],"path":["images","search"],"query":[{"key":"size","value":"med","description":"[optional] thumb , small, med or full - small is perfect for Discord","disabled":true},{"key":"mime_types","value":"jpg","description":"[optional] a comma separated strig of types to return e.g. jpg,png for static, or gif for gifs","disabled":true},{"key":"format","value":"json","description":"[optional] json | src"},{"key":"has_breeds","value":"false","description":"[optional] - only return images with breed data","disabled":true},{"key":"order","value":"RANDOM","description":"[optional] default:RANDOM - RANDOM | ASC | DESC","disabled":true},{"key":"page","value":"0","description":"[optional] paginate through results","disabled":true},{"key":"limit","value":"1","description":"[optional] number of results to return, up to 25 with a valid API-Key","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"post-check=0, pre-check=0","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 26 Aug 2018 06:36:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Tue, 03 Jul 2001 06:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Last-Modified","value":"Sun Aug 26 2018 06:36:16 GMT+0000 (UTC)","name":"Last-Modified","description":"The last modified date for the requested object, in RFC 2822 format"},{"key":"Server","value":"nginx/1.12.1","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Response-Time","value":"41ms","name":"X-Response-Time","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"id\":\"3fg\",\"url\":\"https://25.media.tumblr.com/tumblr_lqik92AS4I1qfy8klo1_500.jpg\",\"breeds\":[],\"categories\":[]}]"}],"_postman_id":"9e7e4cf9-0e0a-4258-8ace-ed1862843c96"},{"name":"/images/:image_id - (Individual Image)","event":[{"listen":"test","script":{"id":"5e73e6dc-adcc-46bd-92aa-0329e98e87ce","exec":["","","  var jsonData = pm.response.json();","  ","pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"response should be okay to process\", function () { ","    pm.response.to.not.be.error; ","    pm.response.to.not.have.jsonBody(\"error\"); ","});","","pm.test('Object response', function() {","  pm.expect(jsonData.id).to.equal('MjAzMDMwMg'); ","  pm.expect(jsonData.url).to.equal(\"https://cdn2.thecatapi.com/images/MjAzMDMwMg.jpg\"); ","});"],"type":"text/javascript"}}],"id":"30039494-8cbe-4fa5-8860-66a8bb53f3c0","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"<p>[optional]  will save this request to your account analytics</p>\n"}],"url":"{{endpoint}}v1/images/:image_id?sub_id&size&include_vote=&include_favourite","description":"<h4 id=\"route\">Route</h4>\n<p><a href=\"https://api.thecatapi.com/v1/images/:image_id\">https://api.thecatapi.com/v1/images/:image_id</a></p>\n","urlObject":{"path":["images",":image_id"],"host":["{{endpoint}}v1"],"query":[{"description":{"content":"<p>[optional] if you want to save this request to your account stats</p>\n","type":"text/plain"},"key":"sub_id","value":null},{"description":{"content":"<p>[optional] thumb , small, med or full - small is perfect for Discord</p>\n","type":"text/plain"},"key":"size","value":null},{"description":{"content":"<p>[optional] include the last Vote for the Image from your account &amp; sub_id</p>\n","type":"text/plain"},"key":"include_vote","value":""},{"description":{"content":"<p>[optional] include the Favourite for the Image from your account &amp; sub_id</p>\n","type":"text/plain"},"key":"include_favourite","value":null}],"variable":[{"id":"f7e5e24a-d728-48f3-8e1f-5fa26ad92f71","description":{"content":"<p>The id of the image to get</p>\n","type":"text/plain"},"type":"any","value":"MjAzMDMwMg","key":"image_id"}]}},"response":[{"id":"836f9339-f329-4fbd-bfc3-c8c4792b1887","name":"/images/:image_id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{endpoint}}v1/images/BkIEhN3pG"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"158","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 13 May 2018 11:59:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Vary","value":"Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"71ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":\"BkIEhN3pG\",\"url\":\"\",\"width\":912,\"height\":1024,\"mime_type\":\"image/jpeg\",\"breeds\":[{\"id\":10,\"name\":\"American Bulldog\"}],\"categories\":[],\"breed_ids\":\"10\"}"}],"_postman_id":"30039494-8cbe-4fa5-8860-66a8bb53f3c0"},{"name":"/images/ (Your uploads)","id":"9c332599-c96f-4e0b-a327-183f5f21e601","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"<p>[required] - will return all the images from your account</p>\n"}],"body":{"mode":"raw","raw":""},"url":"{{endpoint}}v1/images/?limit=10&page=0&order=DESC&sub_id=user1&breed_ids=1,4,28&category_ids=4&format=json&original_filename=","description":"<p>Returns the images from your account you uploaded via <code>/v1/images/upload</code></p>\n<h4 id=\"route\">Route</h4>\n<p><a href=\"https://api.thecatapi.com/v1/images/\">https://api.thecatapi.com/v1/images/</a></p>\n<h4 id=\"pagination\">Pagination</h4>\n<p>If order=ASC or order=DESC is passed, then the response will contain these values as Headers</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Pagination-Count</td>\n<td>Integer - the total amount of results matching your search</td>\n</tr>\n<tr>\n<td>Pagination-Page</td>\n<td>Integer - the current page</td>\n</tr>\n<tr>\n<td>Pagination-Limit</td>\n<td>Integer - amount of results being returned per page</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["images",""],"host":["{{endpoint}}v1"],"query":[{"description":{"content":"<p>[Optional] number of images to return valid  1 to 10 - default: 1</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>[Optional] only works if account_id is present to page through your own uploads</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>[Optional] only works if account_id is present, either ASC or DESC - ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"DESC"},{"description":{"content":"<p>[Optional] If you want to </p>\n","type":"text/plain"},"key":"sub_id","value":"user1"},{"description":{"content":"<p>[Optional] Id's of the breeds to filter by</p>\n","type":"text/plain"},"key":"breed_ids","value":"1,4,28"},{"description":{"content":"<p>[Optional] Id's of the categories to filter by</p>\n","type":"text/plain"},"key":"category_ids","value":"4"},{"description":{"content":"<p>[Optional] default is 'json', pass 'src' to redirect the request to the image's url - this is useful for setting the 'src' of an <img /> tag.</p>\n","type":"text/plain"},"key":"format","value":"json"},{"description":{"content":"<p>[Optional] filter to files you uploaded with the same name</p>\n","type":"text/plain"},"key":"original_filename","value":""}],"variable":[]}},"response":[{"id":"d608cc1e-c50d-4cd3-8317-6b955df9c899","name":"/images/","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/api/v1/images/?limit=10","host":["{{endpoint}}"],"path":["api","v1","images",""],"query":[{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"connection","value":"keep-alive","name":"connection","description":""},{"key":"content-length","value":"2495","name":"content-length","description":""},{"key":"content-type","value":"application/json; charset=utf-8","name":"content-type","description":""},{"key":"date","value":"Wed, 11 Apr 2018 12:37:55 GMT","name":"date","description":""},{"key":"vary","value":"Origin","name":"vary","description":""},{"key":"x-response-time","value":"110ms","name":"x-response-time","description":""}],"cookie":[],"responseTime":null,"body":"[{\"id\":\"S1bsCGxrf\",\"url\":\"http://78.media.tumblr.com/2bc94b9eec2d00f5d28110ba191da896/tumblr_nyled8DYKd1qg9kado1_1280.jpg\",\"width\":null,\"height\":null,\"mime_type\":\"image/jpeg\",\"entities\":[],\"breeds\":[{\"id\":3,\"name\":\"Alaskan Malamute\",\"wikipedia_url\":\"https://en.wikipedia.org/wiki/Alaskan_Malamute\"},{\"id\":2,\"name\":\"Akita\",\"wikipedia_url\":\"https://en.wikipedia.org/wiki/Akita_(dog)\"}],\"animals\":[],\"categories\":[]},{\"id\":\"B1gZsCMgrG\",\"url\":\"http://78.media.tumblr.com/75f7f5ba97da53c61026fe6cad16c97c/tumblr_o8h7llrbDt1rzz2who1_1280.jpg\",\"width\":null,\"height\":null,\"mime_type\":\"image/jpeg\",\"entities\":[],\"breeds\":[],\"animals\":[],\"categories\":[]},{\"id\":\"HJZWiCGgSf\",\"url\":\"http://78.media.tumblr.com/84f729a7130860dda9b7544664a36094/tumblr_nvgiskSmew1un7zabo3_r1_1280.jpg\",\"width\":null,\"height\":null,\"mime_type\":\"image/jpeg\",\"entities\":[],\"breeds\":[],\"animals\":[],\"categories\":[]},{\"id\":\"HyGWiRfgBM\",\"url\":\"http://78.media.tumblr.com/6fb13a48907b7d65f79a07afdc9c5ebe/tumblr_nhlytoREfQ1rvsh0oo1_1280.jpg\",\"width\":null,\"height\":null,\"mime_type\":\"image/jpeg\",\"entities\":[],\"breeds\":[],\"animals\":[],\"categories\":[]},{\"id\":\"Bk4-oAzlHM\",\"url\":\"http://78.media.tumblr.com/4217786db510db68daed375cea8ec4d9/tumblr_nlf1ggSff71ruv93po1_1280.jpg\",\"width\":null,\"height\":null,\"mime_type\":\"image/jpeg\",\"entities\":[],\"breeds\":[],\"animals\":[],\"categories\":[]},{\"id\":\"H1HWiCMxHG\",\"url\":\"http://78.media.tumblr.com/a9c056e66b11e1a91a9a03d8c0d04e89/tumblr_o7uwyquvpM1qjcdw9o1_1280.png\",\"width\":null,\"height\":null,\"mime_type\":\"image/png\",\"entities\":[],\"breeds\":[],\"animals\":[],\"categories\":[]},{\"id\":\"rkUZsAGeHM\",\"url\":\"http://78.media.tumblr.com/9666e3107587fa2dd7833033ec42b7ba/tumblr_o0ymimYfp71rozzl0o1_1280.jpg\",\"width\":null,\"height\":null,\"mime_type\":\"image/jpeg\",\"entities\":[],\"breeds\":[],\"animals\":[],\"categories\":[]},{\"id\":\"BkDZjRzlSz\",\"url\":\"http://78.media.tumblr.com/9b5ed3d0bcd102bb028f137267082777/tumblr_o6zaks1SvQ1qjcdw9o1_1280.jpg\",\"width\":null,\"height\":null,\"mime_type\":\"image/jpeg\",\"entities\":[],\"breeds\":[],\"animals\":[],\"categories\":[]},{\"id\":\"ByuZj0GgBf\",\"url\":\"http://78.media.tumblr.com/766f297cf8b282cd2820fc4c9161c328/tumblr_o7hktkxin01qjcdw9o1_1280.jpg\",\"width\":null,\"height\":null,\"mime_type\":\"image/jpeg\",\"entities\":[],\"breeds\":[],\"animals\":[],\"categories\":[]},{\"id\":\"r1tWjAfxHz\",\"url\":\"http://78.media.tumblr.com/5230380780945425e867a0a3aaa6f4b0/tumblr_n8w47dGOhd1r7qbtpo1_1280.jpg\",\"width\":null,\"height\":null,\"mime_type\":\"image/jpeg\",\"entities\":[],\"breeds\":[],\"animals\":[],\"categories\":[]}]"},{"id":"c48a8809-b320-4ffd-8e56-07b6c385a673","name":"/images/","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"ab5ffdb3-b8f2-4159-9706-990ccc46b1b3","description":"[Optional] "}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}v1/images/?limit=10&page=0&order=DESC","host":["{{endpoint}}v1"],"path":["images",""],"query":[{"key":"limit","value":"10","description":"[Optional] number of images to return valid  1 to 10 - default: 1"},{"key":"page","value":"0","description":"[Optional] only works if account_id is present to page through your own uploads"},{"key":"order","value":"DESC","description":"[Optional] only works if account_id is present, either ASC or DESC - ascending or descending."},{"key":"sub_id","value":"user1","description":"[Optional] If you want to ","disabled":true},{"key":"breed_ids","value":"1,4,28","description":"[Optional] Id's of the breeds to filter by","disabled":true},{"key":"category_ids","value":"4","description":"[Optional] Id's of the categories to filter by","disabled":true},{"key":"format","value":"json","description":"[Optional] default is 'json', pass 'src' to redirect the request to the image's url - this is useful for setting the 'src' of an <img> tag.","disabled":true},{"key":"original_filename","value":null,"description":"[Optiona] filter to files you uploaded with the same name","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"3031","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 13 May 2018 12:24:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Vary","value":"Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"162ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[{\"id\":\"SJ6YQ-mRf\",\"url\":\"http://cdn1.thedogapi.com/images/SJ6YQ-mRf.gif\",\"width\":330,\"height\":186,\"mime_type\":\"image/gif\",\"sub_id\":\"tumblr_p7pc03uDYD1vb46leo1_400.gif\",\"created_at\":\"2018-05-11T01:50:29.000Z\",\"breed_ids\":null,\"category_ids\":null,\"original_filename\":\"tumblr_p7pc03uDYD1vb46leo1_400.gif\"},{\"id\":\"r1EP7WmRM\",\"url\":\"http://cdn1.thedogapi.com/images/r1EP7WmRM.gif\",\"width\":344,\"height\":344,\"mime_type\":\"image/gif\",\"sub_id\":\"tumblr_p7et7dDbvt1vb46leo1_400.gif\",\"created_at\":\"2018-05-11T01:49:48.000Z\",\"breed_ids\":null,\"category_ids\":null,\"original_filename\":\"tumblr_p7et7dDbvt1vb46leo1_400.gif\"},{\"id\":\"SJ9Nm-m0z\",\"url\":\"http://cdn1.thedogapi.com/images/SJ9Nm-m0z.gif\",\"width\":323,\"height\":323,\"mime_type\":\"image/gif\",\"sub_id\":\"tumblr_p7anz8xrxY1vb46leo1_400.gif\",\"created_at\":\"2018-05-11T01:49:06.000Z\",\"breed_ids\":null,\"category_ids\":null,\"original_filename\":\"tumblr_p7anz8xrxY1vb46leo1_400.gif\"},{\"id\":\"HkWzmb7RG\",\"url\":\"http://cdn1.thedogapi.com/images/HkWzmb7RG.gif\",\"width\":402,\"height\":402,\"mime_type\":\"image/gif\",\"sub_id\":\"tumblr_p66rh3yOQZ1vb46leo1_500.gif\",\"created_at\":\"2018-05-11T01:48:24.000Z\",\"breed_ids\":null,\"category_ids\":null,\"original_filename\":\"tumblr_p66rh3yOQZ1vb46leo1_500.gif\"},{\"id\":\"BJNJ7-XCM\",\"url\":\"http://cdn1.thedogapi.com/images/BJNJ7-XCM.gif\",\"width\":328,\"height\":340,\"mime_type\":\"image/gif\",\"sub_id\":\"tumblr_p5x7l8Npvd1vb46leo1_400.gif\",\"created_at\":\"2018-05-11T01:47:40.000Z\",\"breed_ids\":null,\"category_ids\":null,\"original_filename\":\"tumblr_p5x7l8Npvd1vb46leo1_400.gif\"},{\"id\":\"Byd3G-7Cz\",\"url\":\"http://cdn1.thedogapi.com/images/Byd3G-7Cz.gif\",\"width\":295,\"height\":275,\"mime_type\":\"image/gif\",\"sub_id\":\"tumblr_p5bw97ms4S1tlb56zo1_400.gif\",\"created_at\":\"2018-05-11T01:46:55.000Z\",\"breed_ids\":null,\"category_ids\":null,\"original_filename\":\"tumblr_p5bw97ms4S1tlb56zo1_400.gif\"},{\"id\":\"SyhKGWXRz\",\"url\":\"http://cdn1.thedogapi.com/images/SyhKGWXRz.gif\",\"width\":240,\"height\":300,\"mime_type\":\"image/gif\",\"sub_id\":\"tumblr_p4v52oRLhQ1tlb56zo1_250.gif\",\"created_at\":\"2018-05-11T01:46:11.000Z\",\"breed_ids\":null,\"category_ids\":null,\"original_filename\":\"tumblr_p4v52oRLhQ1tlb56zo1_250.gif\"},{\"id\":\"BJWwzW7Rz\",\"url\":\"http://cdn1.thedogapi.com/images/BJWwzW7Rz.gif\",\"width\":400,\"height\":442,\"mime_type\":\"image/gif\",\"sub_id\":\"tumblr_p4ue73GTqE1ry46hlo1_400.gif\",\"created_at\":\"2018-05-11T01:45:29.000Z\",\"breed_ids\":null,\"category_ids\":null,\"original_filename\":\"tumblr_p4ue73GTqE1ry46hlo1_400.gif\"},{\"id\":\"ryrVzZ7RM\",\"url\":\"http://cdn1.thedogapi.com/images/ryrVzZ7RM.gif\",\"width\":350,\"height\":197,\"mime_type\":\"image/gif\",\"sub_id\":\"tumblr_ou6lq9N06K1vb46leo1_400.gif\",\"created_at\":\"2018-05-11T01:44:45.000Z\",\"breed_ids\":null,\"category_ids\":null,\"original_filename\":\"tumblr_ou6lq9N06K1vb46leo1_400.gif\"},{\"id\":\"r1F-fZQCf\",\"url\":\"http://cdn1.thedogapi.com/images/r1F-fZQCf.gif\",\"width\":460,\"height\":263,\"mime_type\":\"image/gif\",\"sub_id\":\"tumblr_otdzzy1qvE1vnq1cro2_500.gif\",\"created_at\":\"2018-05-11T01:44:00.000Z\",\"breed_ids\":null,\"category_ids\":null,\"original_filename\":\"tumblr_otdzzy1qvE1vnq1cro2_500.gif\"}]"}],"_postman_id":"9c332599-c96f-4e0b-a327-183f5f21e601"},{"name":"/images/upload","id":"bd46f692-a52f-4b66-938f-11a66d7eea7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"<p>[required] - saves the uploaded image to your account.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>File on your local machine</p>\n","src":"/Users/aden/Dropbox/ThatAPIPlatform/theCatAPI-service/test-images/tumblr_luij7yisUy1r4xjo2o1_r1_1280.jpg"},{"key":"sub_id","value":"","description":"<p>[optional] - a string you can use to segment your images, e.g. knowing which of your own users uploaded it.</p>\n","type":"text"}]},"url":"{{endpoint}}v1/images/upload","description":"<h4 id=\"route\">Route</h4>\n<p><a href=\"https://api.thecatapi.com/v1/images/upload\">https://api.thecatapi.com/v1/images/upload</a></p>\n<p>Upload your own Cat pictures. Anything that doesn't contain a cat, or contains anything inappropriate will be rejected.</p>\n","urlObject":{"path":["images","upload"],"host":["{{endpoint}}v1"],"query":[],"variable":[]}},"response":[{"id":"1b32c68d-02d8-45a4-b35d-d07105947ad8","name":"/images/upload","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"[required] - saves the uplaoded image to your account."}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file"},{"key":"sub_id","value":"","description":"[optional] - a string you can use to segment your images, e.g. knowing which of your own users uploaded it.","type":"text"}]},"url":"{{endpoint}}v1/images/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Nov 2018 10:12:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.12.1"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"Origin"},{"key":"X-Response-Time","value":"3605ms"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"9ccXTANkb\",\n    \"url\": \"https://cdn2.thecatapi.com/images/9ccXTANkb.jpg\",\n    \"pending\": 0,\n    \"approved\": 1\n}"}],"_postman_id":"bd46f692-a52f-4b66-938f-11a66d7eea7e"},{"name":"/images/:image_id","id":"79599528-a972-4653-89a0-ab6b91e1c846","request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"example-api-key-for-your-account"}],"body":{"mode":"raw","raw":""},"url":"{{endpoint}}v1/images/:image_id","description":"<p>Delete any image you uploaded.</p>\n","urlObject":{"path":["images",":image_id"],"host":["{{endpoint}}v1"],"query":[],"variable":[{"id":"b0e62d9a-b0cc-4cf2-9341-3f1510633651","description":{"content":"<p>The id of the image to delete</p>\n","type":"text/plain"},"type":"any","value":"{{image_id}}","key":"image_id"}]}},"response":[],"_postman_id":"79599528-a972-4653-89a0-ab6b91e1c846"},{"name":"/images/:image_id/analysis","id":"eaf72270-4226-4daf-9663-409ed55b509f","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p>x-</p>\n"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}"}],"url":"{{endpoint}}v1/images/:image_id/analysis","description":"<p>Get the analysis of any images you uploaded.</p>\n<p>Warning: the response format will change in the future as the Analysis engine improves.</p>\n","urlObject":{"path":["images",":image_id","analysis"],"host":["{{endpoint}}v1"],"query":[],"variable":[{"id":"70b8b668-29be-4267-a4f5-5850f2c65880","description":{"content":"<p>Id of the image to return any analysis performed on it during upload.</p>\n","type":"text/plain"},"type":"any","value":"9ccXTANkb","key":"image_id"}]}},"response":[{"id":"7a87a23b-7ff2-4401-b270-a202dbeff58f","name":"/images/:image_id/analysis","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"x-"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}"}],"url":{"raw":"{{endpoint}}v1/images/:image_id/analysis","host":["{{endpoint}}v1"],"path":["images",":image_id","analysis"],"variable":[{"key":"image_id","value":"9ccXTANkb"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Nov 2018 10:17:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.12.1"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"Origin"},{"key":"X-Response-Time","value":"3ms"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"labels\": \"[{\\\"Name\\\":\\\"Pet\\\",\\\"Confidence\\\":98.60120391845703},{\\\"Name\\\":\\\"Animal\\\",\\\"Confidence\\\":98.60120391845703},{\\\"Name\\\":\\\"Mammal\\\",\\\"Confidence\\\":98.60120391845703},{\\\"Name\\\":\\\"Cat\\\",\\\"Confidence\\\":98.60120391845703},{\\\"Name\\\":\\\"Siamese\\\",\\\"Confidence\\\":93.0421142578125}]\",\n        \"moderation_labels\": \"[]\",\n        \"vendor\": \"AWS Rekognition\",\n        \"approved\": 1,\n        \"rejected\": 0\n    }\n]"}],"_postman_id":"eaf72270-4226-4daf-9663-409ed55b509f"}],"id":"19ed42a3-a0dc-4f39-8b6c-dcb3110cb709","description":"<p>With /images routes you can:</p>\n<ul>\n<li>Search for any images</li>\n<li>Itterate through all the images by order DESC or ASC</li>\n<li>Get individual images</li>\n<li>Upload your own images</li>\n<li>Get the results of any analysis performed when the image was uploaded</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"56ce40f2-8093-4585-840c-f190d66b24e1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"43a558d7-f2a6-456d-ae37-983b35b4d4eb","type":"text/javascript","exec":[""]}}],"_postman_id":"19ed42a3-a0dc-4f39-8b6c-dcb3110cb709","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}}},{"name":"Favourites","item":[{"name":"/favourites","id":"6cd46b8a-d59a-430d-9630-e73a788cdc52","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"<p>[required]</p>\n"}],"url":"{{endpoint}}v1/favourites?sub_id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}},"urlObject":{"path":["favourites"],"host":["{{endpoint}}v1"],"query":[{"description":{"content":"<p>[optional] To get the favourites for only the 'sub_id' you used when creating the Favourite via POST /favourites</p>\n","type":"text/plain"},"key":"sub_id","value":""}],"variable":[]}},"response":[],"_postman_id":"6cd46b8a-d59a-430d-9630-e73a788cdc52"},{"name":"/favourites/:favourite_id","id":"9b384925-f096-41af-87bf-18a53e58da5b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"<p>[required]</p>\n"}],"url":"{{endpoint}}v1/favourites/:favourite_id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}},"urlObject":{"path":["favourites",":favourite_id"],"host":["{{endpoint}}v1"],"query":[],"variable":[{"id":"ab570f8a-c3da-4dd5-baee-a4e80346a46e","description":{"content":"<p>The id of the individual Favourite you want to get</p>\n","type":"text/plain"},"type":"any","value":"{{favourite_id}}","key":"favourite_id"}]}},"response":[],"_postman_id":"9b384925-f096-41af-87bf-18a53e58da5b"},{"name":"/favourites","id":"f8492ac3-d26e-4dd0-8756-af3937b970a4","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"<p>[required]</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"image_id\":\"9ccXTANkb\",\n\t\"sub_id\":\"your-user-1234\"\n}"},"url":"{{endpoint}}v1/favourites","description":"<h4 id=\"post-body-parameters\">POST Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>image_id</td>\n<td>required</td>\n<td>The id of the image to favourite.</td>\n</tr>\n<tr>\n<td>sub_id</td>\n<td>optional</td>\n<td>A custom value you can set yourself, and then use to split the results of GET /favourites by, e.g. your own user's id.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}},"urlObject":{"path":["favourites"],"host":["{{endpoint}}v1"],"query":[],"variable":[]}},"response":[{"id":"4c8b1c9f-33ab-4c29-a3ae-573f6f9c8cfd","name":"/favourites - creating a favourite with a sub_id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"[required]"}],"body":{"mode":"raw","raw":"{\n\t\"image_id\":\"9ccXTANkb\",\n\t\"sub_id\": \"my-user-1234\"\n}"},"url":"{{endpoint}}v1/favourites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Nov 2018 10:22:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.12.1"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"Origin"},{"key":"X-Response-Time","value":"9ms"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\",\n    \"id\": 1708\n}"},{"id":"d7213aaa-fd27-44ea-b278-af4f74767c18","name":"/favourites - saving a favourite to your account without a sub_id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"[required]"}],"body":{"mode":"raw","raw":"{\n\t\"image_id\":\"9ccXTANkb\"\n}"},"url":"{{endpoint}}v1/favourites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Nov 2018 10:23:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.12.1"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"Origin"},{"key":"X-Response-Time","value":"10ms"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\",\n    \"id\": 1709\n}"}],"_postman_id":"f8492ac3-d26e-4dd0-8756-af3937b970a4"},{"name":"/favourites/:favourite_id","id":"dba85d67-ecee-4289-9a44-7bed09cb2b77","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"<p>[required]</p>\n"}],"url":"{{endpoint}}v1/favourites/:favourite_id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}},"urlObject":{"path":["favourites",":favourite_id"],"host":["{{endpoint}}v1"],"query":[],"variable":[{"id":"9156e2f8-4725-4363-a0a5-2848ef4c946f","description":{"content":"<p>The id of the Favourite you want to delete from your account</p>\n","type":"text/plain"},"type":"any","value":"{{favourite_id}}","key":"favourite_id"}]}},"response":[{"id":"33c50690-e2f2-4394-9de6-56cc181a2ecc","name":"/favourites/:favourite_id - deleting a favourite from your account","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"[required]"}],"url":{"raw":"{{endpoint}}v1/favourites/:favourite_id","host":["{{endpoint}}v1"],"path":["favourites",":favourite_id"],"variable":[{"key":"favourite_id","value":"1709","description":"The id of the Favourite you want to delete from your account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Nov 2018 10:25:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.12.1"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"Origin"},{"key":"X-Response-Time","value":"8ms"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"dba85d67-ecee-4289-9a44-7bed09cb2b77"}],"id":"cd9384ac-7a18-4331-8d65-d632ec6eaccd","description":"<p>These routes allow you to Favourite any image, or use a sub_id to favourite images for each of your users.</p>\n","event":[{"listen":"prerequest","script":{"id":"3b14b09a-2334-4902-be81-fe740f590a5b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3cc528d0-2b10-475e-9dea-95fe8de7bfed","type":"text/javascript","exec":[""]}}],"_postman_id":"cd9384ac-7a18-4331-8d65-d632ec6eaccd","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}}},{"name":"Votes","item":[{"name":"/votes","id":"5119b67a-5e38-49e5-8366-fb58e892eae3","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"<p>[required]</p>\n"}],"url":"{{endpoint}}v1/votes?sub_id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}},"urlObject":{"path":["votes"],"host":["{{endpoint}}v1"],"query":[{"description":{"content":"<p>[optional] To get the votes for only the 'sub_id' you used when creating the Vote via POST /votes</p>\n","type":"text/plain"},"key":"sub_id","value":null}],"variable":[]}},"response":[{"id":"56e66648-53ad-4dd0-af1c-cc2821e8afcd","name":"/votes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"[required]"}],"url":{"raw":"{{endpoint}}v1/votes?sub_id","host":["{{endpoint}}v1"],"path":["votes"],"query":[{"key":"sub_id","value":null,"description":"[optional] To get the votes for only the 'sub_id' you used when creating the Vote via POST /votes"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 18 Nov 2018 11:56:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.12.1"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"Origin"},{"key":"Pagination-Count","value":"5665"},{"key":"Pagination-Page","value":"0"},{"key":"Pagination-Limit","value":"100"},{"key":"Access-Control-Expose-Headers","value":"Pagination-Count, Pagination-Page, Pagination-Limit"},{"key":"X-Response-Time","value":"52ms"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 426,\n        \"image_id\": \"c1\",\n        \"sub_id\": \"test\",\n        \"value\": 1\n    },\n    {\n        \"id\": 427,\n        \"image_id\": \"c2\",\n        \"sub_id\": \"test\",\n        \"value\": 1\n    },\n    {\n        \"id\": 31098,\n        \"image_id\": \"43u\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31099,\n        \"image_id\": \"4lo\",\n        \"sub_id\": null,\n        \"value\": 0\n    },\n    {\n        \"id\": 31100,\n        \"image_id\": \"8rm\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31101,\n        \"image_id\": \"8eq\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31102,\n        \"image_id\": \"39i\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31103,\n        \"image_id\": \"3mq\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31104,\n        \"image_id\": \"3c4\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31105,\n        \"image_id\": \"5f1\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31106,\n        \"image_id\": \"9k8\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31107,\n        \"image_id\": \"2dc\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31108,\n        \"image_id\": \"3ne\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31109,\n        \"image_id\": \"7qi\",\n        \"sub_id\": null,\n        \"value\": 0\n    },\n    {\n        \"id\": 31110,\n        \"image_id\": \"5c8\",\n        \"sub_id\": null,\n        \"value\": 0\n    },\n    {\n        \"id\": 31111,\n        \"image_id\": \"6s6\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31112,\n        \"image_id\": \"4jd\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31113,\n        \"image_id\": \"73h\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31114,\n        \"image_id\": \"3j0\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31400,\n        \"image_id\": \"7cu\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31401,\n        \"image_id\": \"1pt\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31402,\n        \"image_id\": \"9n8\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31403,\n        \"image_id\": \"915\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31404,\n        \"image_id\": \"887\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31405,\n        \"image_id\": \"1k6\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31406,\n        \"image_id\": \"11t\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31407,\n        \"image_id\": \"575\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31408,\n        \"image_id\": \"62b\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31409,\n        \"image_id\": \"148\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31411,\n        \"image_id\": \"54s\",\n        \"sub_id\": null,\n        \"value\": 0\n    },\n    {\n        \"id\": 31412,\n        \"image_id\": \"2ha\",\n        \"sub_id\": null,\n        \"value\": 0\n    },\n    {\n        \"id\": 31413,\n        \"image_id\": \"458\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31414,\n        \"image_id\": \"71m\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31415,\n        \"image_id\": \"6gr\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31416,\n        \"image_id\": \"3p4\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31417,\n        \"image_id\": \"6h2\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31418,\n        \"image_id\": \"6ls\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31419,\n        \"image_id\": \"2am\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31420,\n        \"image_id\": \"7ff\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31421,\n        \"image_id\": \"7of\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31422,\n        \"image_id\": \"tv\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31423,\n        \"image_id\": \"a0\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31424,\n        \"image_id\": \"2af\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31425,\n        \"image_id\": \"8h\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31427,\n        \"image_id\": \"1o3\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31428,\n        \"image_id\": \"1hf\",\n        \"sub_id\": null,\n        \"value\": 0\n    },\n    {\n        \"id\": 31429,\n        \"image_id\": \"gq\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31430,\n        \"image_id\": \"4nt\",\n        \"sub_id\": null,\n        \"value\": 0\n    },\n    {\n        \"id\": 31431,\n        \"image_id\": \"325\",\n        \"sub_id\": null,\n        \"value\": 0\n    },\n    {\n        \"id\": 31432,\n        \"image_id\": \"4cu\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31433,\n        \"image_id\": \"4en\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31485,\n        \"image_id\": \"1rk\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31486,\n        \"image_id\": \"s3\",\n        \"sub_id\": null,\n        \"value\": 0\n    },\n    {\n        \"id\": 31487,\n        \"image_id\": \"7da\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31488,\n        \"image_id\": \"kb\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31489,\n        \"image_id\": \"6gi\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31490,\n        \"image_id\": \"qn\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31491,\n        \"image_id\": \"5th\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31492,\n        \"image_id\": \"60t\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31493,\n        \"image_id\": \"2us\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31494,\n        \"image_id\": \"2oa\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31495,\n        \"image_id\": \"5qb\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31496,\n        \"image_id\": \"77q\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31497,\n        \"image_id\": \"8sj\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31498,\n        \"image_id\": \"7ef\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31499,\n        \"image_id\": \"c0\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31500,\n        \"image_id\": \"qg\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31501,\n        \"image_id\": \"27c\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31502,\n        \"image_id\": \"35b\",\n        \"sub_id\": null,\n        \"value\": 0\n    },\n    {\n        \"id\": 31503,\n        \"image_id\": \"2v1\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31504,\n        \"image_id\": \"510\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31505,\n        \"image_id\": \"mq\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31506,\n        \"image_id\": \"cj\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31507,\n        \"image_id\": \"4t2\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31508,\n        \"image_id\": \"3rb\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31509,\n        \"image_id\": \"3q0\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31510,\n        \"image_id\": \"2pq\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31511,\n        \"image_id\": \"61c\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31512,\n        \"image_id\": \"6ur\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31513,\n        \"image_id\": \"396\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31514,\n        \"image_id\": \"8sc\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31515,\n        \"image_id\": \"82e\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31516,\n        \"image_id\": \"7a2\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31517,\n        \"image_id\": \"3cl\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31518,\n        \"image_id\": \"98k\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31519,\n        \"image_id\": \"75c\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31520,\n        \"image_id\": \"4s5\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31521,\n        \"image_id\": \"4m2\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31522,\n        \"image_id\": \"bt\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31523,\n        \"image_id\": \"3l9\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31524,\n        \"image_id\": \"3it\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31525,\n        \"image_id\": \"54j\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31526,\n        \"image_id\": \"1v6\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31527,\n        \"image_id\": \"1j0\",\n        \"sub_id\": null,\n        \"value\": 0\n    },\n    {\n        \"id\": 31528,\n        \"image_id\": \"1eo\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31529,\n        \"image_id\": \"20m\",\n        \"sub_id\": null,\n        \"value\": 0\n    },\n    {\n        \"id\": 31530,\n        \"image_id\": \"31a\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31531,\n        \"image_id\": \"82\",\n        \"sub_id\": null,\n        \"value\": 1\n    },\n    {\n        \"id\": 31532,\n        \"image_id\": \"8ai\",\n        \"sub_id\": null,\n        \"value\": 0\n    },\n    {\n        \"id\": 31533,\n        \"image_id\": \"82\",\n        \"sub_id\": null,\n        \"value\": 1\n    }\n]"}],"_postman_id":"5119b67a-5e38-49e5-8366-fb58e892eae3"},{"name":"/votes/:vote_id","id":"36604b8b-4a35-4be5-9259-ce9d547ccb7b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"<p>[required]</p>\n"}],"url":"{{endpoint}}v1/votes/:vote_id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}},"urlObject":{"path":["votes",":vote_id"],"host":["{{endpoint}}v1"],"query":[],"variable":[{"id":"ea0f9d16-ba13-46ef-8f0f-f93471a8b71f","description":{"content":"<p>The id of the individual Vote you want to get</p>\n","type":"text/plain"},"type":"any","value":"{{vote_id}}","key":"vote_id"}]}},"response":[],"_postman_id":"36604b8b-4a35-4be5-9259-ce9d547ccb7b"},{"name":"/votes","id":"cfa4acfe-aea2-4ab3-831e-b7e2316f8218","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"<p>[required]</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"image_id\":\"GAmy2bg8G\",\n\t\"sub_id\": \"my-user-1232\",\n\t\"value\":-1\n}"},"url":"{{endpoint}}v1/votes","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}},"urlObject":{"path":["votes"],"host":["{{endpoint}}v1"],"query":[],"variable":[]}},"response":[{"id":"62aa24bd-e0ac-4e4c-b74f-62abbe2ca19d","name":"/votes - a Down vote for image_id 'asf2'","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"[required]"}],"body":{"mode":"raw","raw":"{\n\t\"image_id\":\"asf2\",\n\t\"sub_id\": \"my-user-1234\",\n\t\"value\":0\n}"},"url":"{{endpoint}}v1/votes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Nov 2018 04:06:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.12.1"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"Origin"},{"key":"X-Response-Time","value":"27ms"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\",\n    \"id\": 36491\n}"},{"id":"eeae7898-0041-4a0a-8dca-c62ee1b6ec15","name":"/votes - an Up vote for image_id 'asf2' with a custom sub_id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"[required]"}],"body":{"mode":"raw","raw":"{\n\t\"image_id\":\"asf2\",\n\t\"sub_id\": \"my-user-1234\",\n\t\"value\":1\n}"},"url":"{{endpoint}}v1/votes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Nov 2018 04:04:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.12.1"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"Origin"},{"key":"X-Response-Time","value":"11ms"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\",\n    \"id\": 36490\n}"}],"_postman_id":"cfa4acfe-aea2-4ab3-831e-b7e2316f8218"},{"name":"/votes/:vote_id","id":"effcee59-e82c-492b-a168-a3ee15cf2600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{YOUR-API-KEY}}","description":"<p>[required]</p>\n"}],"url":"{{endpoint}}v1/votes/:vote_id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}},"urlObject":{"path":["votes",":vote_id"],"host":["{{endpoint}}v1"],"query":[],"variable":[{"id":"b20de85f-8932-4a97-aaee-ecb951307cac","type":"string","value":"","key":"vote_id"}]}},"response":[],"_postman_id":"effcee59-e82c-492b-a168-a3ee15cf2600"}],"id":"6c274493-7e99-493c-8aab-4af67feefc91","description":"<p>These routes allow you to Vote any image Up or Down (value=1 or value=0). You can use a sub_id to let each of your users Vote, and get Votes filtered by that sub_id.</p>\n","event":[{"listen":"prerequest","script":{"id":"989f2a1c-429e-44b0-a9df-3621299235a7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d5cb7b73-731c-4287-88f3-13a4ddce453f","type":"text/javascript","exec":[""]}}],"_postman_id":"6c274493-7e99-493c-8aab-4af67feefc91","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}}},{"name":"Categories","item":[{"name":"/categories","id":"a8e79501-c20f-457d-a170-b5009eae1329","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{endpoint}}v1/categories","description":"<p>Returns all the available categories to use when search for images via <code>/v1/images/search</code> as the 'category_ids' parameter.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}},"urlObject":{"path":["categories"],"host":["{{endpoint}}v1"],"query":[],"variable":[]}},"response":[{"id":"a9532a96-0ee6-418c-8366-3f5e3a929535","name":"/categories","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{endpoint}}v1/categories?","host":["{{endpoint}}v1"],"path":["categories"],"query":[{"key":"Content-Type","value":"appli","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Expose-Headers","value":"Pagination-Count, Pagination-Page, Pagination-Limit","name":"Access-Control-Expose-Headers","description":"Lets a server whitelist headers that browsers are allowed to access."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 29 Aug 2018 15:50:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pagination-Count","value":"11","name":"Pagination-Count","description":"Custom header"},{"key":"Pagination-Limit","value":"1000","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Page","value":"0","name":"Pagination-Page","description":"Custom header"},{"key":"Server","value":"nginx/1.12.1","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Response-Time","value":"4ms","name":"X-Response-Time","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"id\":5,\"name\":\"boxes\"},{\"id\":6,\"name\":\"caturday\"},{\"id\":15,\"name\":\"clothes\"},{\"id\":9,\"name\":\"dream\"},{\"id\":3,\"name\":\"funny\"},{\"id\":1,\"name\":\"hats\"},{\"id\":10,\"name\":\"kittens\"},{\"id\":14,\"name\":\"sinks\"},{\"id\":2,\"name\":\"space\"},{\"id\":4,\"name\":\"sunglasses\"},{\"id\":7,\"name\":\"ties\"}]"}],"_postman_id":"a8e79501-c20f-457d-a170-b5009eae1329"}],"id":"4c8ab73a-ace2-4a6b-bf26-9cb87ae7f55f","_postman_id":"4c8ab73a-ace2-4a6b-bf26-9cb87ae7f55f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}}},{"name":"Breeds","item":[{"name":"/breeds","id":"587d112a-cfbb-4817-9a84-98a606113973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{endpoint}}v1/breeds?limit=10&page=0","urlObject":{"path":["breeds"],"host":["{{endpoint}}v1"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"767d83d5-1509-4d18-ad9e-307baa3d6223","name":"{{endpoint}}v1/breeds","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{endpoint}}v1/breeds?limit=10&page=0","host":["{{endpoint}}v1"],"path":["breeds"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"338","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 13 May 2018 13:28:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Vary","value":"Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"28ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[{\"id\":1,\"name\":\"Affenpinscher\"},{\"id\":2,\"name\":\"Afghan Hound\"},{\"id\":3,\"name\":\"African Hunting Dog\"},{\"id\":4,\"name\":\"Airedale Terrier\"},{\"id\":5,\"name\":\"Akbash Dog\"},{\"id\":6,\"name\":\"Akita\"},{\"id\":7,\"name\":\"Alapaha Blue Blood Bulldog\"},{\"id\":8,\"name\":\"Alaskan Husky\"},{\"id\":9,\"name\":\"Alaskan Malamute\"},{\"id\":10,\"name\":\"American Bulldog\"}]"}],"_postman_id":"587d112a-cfbb-4817-9a84-98a606113973"},{"name":"/breeds/search&q=","id":"89124209-a975-4dac-985c-ecd9b25ec2de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{endpoint}}v1/breeds?limit=10&page=0","urlObject":{"path":["breeds"],"host":["{{endpoint}}v1"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"8d8d448b-a235-4da9-86d4-5f7d8aaec819","name":"{{endpoint}}v1/breeds","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{endpoint}}v1/breeds?limit=10&page=0","host":["{{endpoint}}v1"],"path":["breeds"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"338","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sun, 13 May 2018 13:28:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Vary","value":"Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"28ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[{\"id\":1,\"name\":\"Affenpinscher\"},{\"id\":2,\"name\":\"Afghan Hound\"},{\"id\":3,\"name\":\"African Hunting Dog\"},{\"id\":4,\"name\":\"Airedale Terrier\"},{\"id\":5,\"name\":\"Akbash Dog\"},{\"id\":6,\"name\":\"Akita\"},{\"id\":7,\"name\":\"Alapaha Blue Blood Bulldog\"},{\"id\":8,\"name\":\"Alaskan Husky\"},{\"id\":9,\"name\":\"Alaskan Malamute\"},{\"id\":10,\"name\":\"American Bulldog\"}]"}],"_postman_id":"89124209-a975-4dac-985c-ecd9b25ec2de"},{"name":"/breeds/:breed_id","id":"e62ebcf1-c284-47f1-91fe-5c05792df950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{endpoint}}v1/breeds/:breed_id","urlObject":{"path":["breeds",":breed_id"],"host":["{{endpoint}}v1"],"query":[],"variable":[{"id":"1cfea334-b1e4-44ee-bd0b-6ed25c273816","type":"any","value":"","key":"breed_id"}]}},"response":[{"id":"155d5d4a-2b8f-489a-8670-c8b6dcd988c0","name":"/breeds/:breed_id","originalRequest":{"method":"GET","header":[],"url":"{{endpoint}}v1/breeds/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"187","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sat, 19 May 2018 12:51:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Vary","value":"Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"66ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"200003076-0f25be261a93d645f5dc8721dcb7ca9d","key":"addonLicense"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"2","key":"addonVariant"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"au","key":"addonRegion"}],"responseTime":null,"body":"{\"id\":2,\"name\":\"Afghan Hound\",\"weight\":\" 50 to 60 pounds\",\"height\":\"25 to 27 inches at the shoulder\",\"life_span\":\"10 to 13 years\",\"bred_for\":\"Coursing and hunting\",\"breed_group\":\"Hound\"}"}],"_postman_id":"e62ebcf1-c284-47f1-91fe-5c05792df950"}],"id":"361cf8c3-ad59-47ee-836d-4e3b438bf85a","_postman_id":"361cf8c3-ad59-47ee-836d-4e3b438bf85a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}}},{"name":"Sources","item":[{"name":"/sources","id":"92d40208-b311-405b-92a4-d37b9c5fcb2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{endpoint}}v1/sources?limit=10&page=0","urlObject":{"path":["sources"],"host":["{{endpoint}}v1"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"38327c7e-631a-413e-b481-83b11e5c5b21","name":"/sources","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{endpoint}}v1/sources?limit=10&page=0","host":["{{endpoint}}v1"],"path":["sources"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"Origin"},{"key":"Pagination-Count","value":"31"},{"key":"Pagination-Page","value":"0"},{"key":"Pagination-Limit","value":"10"},{"key":"Access-Control-Expose-Headers","value":"Pagination-Count, Pagination-Page, Pagination-Limit"},{"key":"Cache-Control","value":"public, max-age=12800"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Response-Time","value":"1ms"},{"key":"Content-Length","value":"795"},{"key":"Date","value":"Wed, 05 Dec 2018 05:39:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Wikipedia\",\n        \"url\": \"https://en.wikipedia.org\",\n        \"breed_id\": null\n    },\n    {\n        \"id\": 2,\n        \"name\": \"VCA Hospitals\",\n        \"url\": \"https://vcahospitals.com\",\n        \"breed_id\": null\n    },\n    {\n        \"id\": 3,\n        \"name\": \"VetStreet\",\n        \"url\": \"http://www.vetstreet.com\",\n        \"breed_id\": null\n    },\n    {\n        \"id\": 4,\n        \"name\": \"PetHelpful\",\n        \"url\": \"https://pethelpful.com/\",\n        \"breed_id\": null\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Bengal cat club\",\n        \"url\": \"https://bengalcatclub.com\",\n        \"breed_id\": \"beng\"\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Pet MD\",\n        \"url\": \"https://www.petmd.com\",\n        \"breed_id\": null\n    },\n    {\n        \"id\": 7,\n        \"name\": \"PETAZI\",\n        \"url\": \"https://petazi.com\",\n        \"breed_id\": null\n    },\n    {\n        \"id\": 8,\n        \"name\": \"CatTime\",\n        \"url\": \"https://cattime.com\",\n        \"breed_id\": null\n    },\n    {\n        \"id\": 10,\n        \"name\": \"The Governing Council of the Cat Fancy\",\n        \"url\": \"https://www.gccfcats.org\",\n        \"breed_id\": null\n    },\n    {\n        \"id\": 12,\n        \"name\": \"Hillspet\",\n        \"url\": \"https://www.hillspet.com.au\",\n        \"breed_id\": null\n    }\n]"}],"_postman_id":"92d40208-b311-405b-92a4-d37b9c5fcb2a"}],"id":"3e710892-54fa-4523-9cf8-f3f1b5afcae9","_postman_id":"3e710892-54fa-4523-9cf8-f3f1b5afcae9","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}}},{"name":"version","id":"27cc7caf-bfe2-4e6b-ada6-50dcedf68f7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{endpoint}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]},"isInherited":true,"source":{"_postman_id":"7b2d907b-6275-41df-9f0e-33e80a79399a","id":"7b2d907b-6275-41df-9f0e-33e80a79399a","name":"The Dog API","type":"collection"}},"urlObject":{"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"27cc7caf-bfe2-4e6b-ada6-50dcedf68f7e"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{YOUR-API-KEY}}"}]}},"event":[{"listen":"prerequest","script":{"id":"2a1611a2-8ec5-4afe-9a8d-31c2c5244411","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"949dedd6-761c-4f61-9cbf-00cd981e7677","type":"text/javascript","exec":[""]}}]}