{"info":{"_postman_id":"abf05117-7d3c-41f9-896b-3a7bb24f3925","name":"Forever Home API","description":"<html><head></head><body><p>API for Texas child welfare resource aggregator</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"52504928","collectionId":"abf05117-7d3c-41f9-896b-3a7bb24f3925","publishedId":"2sBXinGA8M","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-30T01:22:49.000Z"},"item":[{"name":"child_groups","item":[{"name":"{id}","item":[{"name":"Get child group by ID","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","id":"07056050-ae56-4dad-b52a-f0d1010af4f3"}}],"id":"024c0410-ed1e-4ef2-ae3c-85ed6f2f5e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://myforeverhome.org/api/child_groups/:id","urlObject":{"path":["api","child_groups",":id"],"host":["https://myforeverhome.org"],"query":[],"variable":[{"id":"1f7c2500-33ec-4eb9-bf50-14aa1172f167","type":"any","value":"1","key":"id"}]}},"response":[{"id":"1c10110a-3db3-42c5-afd5-0119c634f3f3","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://myforeverhome.org/api/child_groups/:id","host":["https://myforeverhome.org"],"path":["api","child_groups",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 1,\n  \"age_group\": \"0-2\",\n  \"gender\": \"Male\",\n  \"ethnicity\": \"Hispanic\",\n  \"region\": \"Region 6\",\n  \"county\": \"Harris\",\n  \"placement_type\": \"Adoptive Home\",\n  \"substitute_care_type\": \"Foster Care\",\n  \"placed_with_relative\": \"No\",\n  \"avg_months_since_termination\": 12.5,\n  \"child_count\": 45,\n  \"fiscal_year\": \"2024\"\n}"},{"id":"9805d051-6566-4092-9c0c-eaa888027d19","name":"Resource not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://myforeverhome.org/api/child_groups/:id","host":["https://myforeverhome.org"],"path":["api","child_groups",":id"],"variable":[{"key":"id","value":"99999"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Child group not found\"\n}"}],"_postman_id":"024c0410-ed1e-4ef2-ae3c-85ed6f2f5e57"}],"id":"0248980d-e519-4d1d-9828-918ec607191f","_postman_id":"0248980d-e519-4d1d-9828-918ec607191f","description":""},{"name":"List child groups (paginated)","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","id":"63e4de69-f4ec-4794-8173-0e576d5440cc"}}],"id":"d769586e-76be-4c21-b75a-f446dd66a1fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://myforeverhome.org/api/child_groups?page=1&per_page=10","urlObject":{"path":["api","child_groups"],"host":["https://myforeverhome.org"],"query":[{"description":{"content":"<p>Page number (default: 1, min: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 10, min: 1, max: 100)</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"disabled":true,"description":{"content":"<p>Filter by region</p>\n","type":"text/plain"},"key":"region","value":""},{"disabled":true,"description":{"content":"<p>Filter by gender</p>\n","type":"text/plain"},"key":"gender","value":""},{"disabled":true,"description":{"content":"<p>Filter by ethnicity</p>\n","type":"text/plain"},"key":"ethnicity","value":""},{"disabled":true,"description":{"content":"<p>Filter by age group</p>\n","type":"text/plain"},"key":"age_group","value":""},{"disabled":true,"description":{"content":"<p>Text search across multiple fields</p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>childCount, child_count, avgMonthsSinceTermination</p>\n","type":"text/plain"},"key":"sort_by","value":"child_count"},{"disabled":true,"description":{"content":"<p>asc or desc</p>\n","type":"text/plain"},"key":"sort_order","value":"asc"}],"variable":[]}},"response":[{"id":"039c31bf-50af-4cbd-806e-fdbecaefef75","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://myforeverhome.org/api/child_groups?page=1&per_page=2","host":["https://myforeverhome.org"],"path":["api","child_groups"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"age_group\": \"0-2\",\n      \"gender\": \"Male\",\n      \"ethnicity\": \"Hispanic\",\n      \"region\": \"Region 6\",\n      \"county\": \"Harris\",\n      \"placement_type\": \"Adoptive Home\",\n      \"substitute_care_type\": \"Foster Care\",\n      \"placed_with_relative\": \"No\",\n      \"avg_months_since_termination\": 12.5,\n      \"child_count\": 45,\n      \"fiscal_year\": \"2024\"\n    },\n    {\n      \"id\": 2,\n      \"age_group\": \"3-5\",\n      \"gender\": \"Female\",\n      \"ethnicity\": \"White\",\n      \"region\": \"Region 3\",\n      \"county\": \"Dallas\",\n      \"placement_type\": \"Foster Home\",\n      \"substitute_care_type\": \"Foster Care\",\n      \"placed_with_relative\": \"Yes\",\n      \"avg_months_since_termination\": 8.3,\n      \"child_count\": 32,\n      \"fiscal_year\": \"2024\"\n    }\n  ],\n  \"page\": 1,\n  \"per_page\": 2,\n  \"total_items\": 150,\n  \"total_pages\": 75,\n  \"has_next\": true,\n  \"has_prev\": false\n}"},{"id":"3402168f-75a8-4c42-bf9f-51a91aa28ac5","name":"Invalid page parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://myforeverhome.org/api/child_groups?page=0","host":["https://myforeverhome.org"],"path":["api","child_groups"],"query":[{"key":"page","value":"0"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"page must be >= 1\"\n}"}],"_postman_id":"d769586e-76be-4c21-b75a-f446dd66a1fc"},{"name":"Get child group filter options","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","id":"7741ec4e-2621-4178-b1ff-d93cd1f65e26"}}],"id":"98c97bd0-03bf-4562-81db-f13debf8ce7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://myforeverhome.org/api/child_groups/filter-options","urlObject":{"path":["api","child_groups","filter-options"],"host":["https://myforeverhome.org"],"query":[],"variable":[]}},"response":[{"id":"3770fe2d-1f85-4bac-95fa-bbe4ae82052f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://myforeverhome.org/api/child_groups/filter-options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"regions\": [\"Region 1\", \"Region 2\", \"Region 6\"],\n  \"genders\": [\"Male\", \"Female\"],\n  \"ethnicities\": [\"Hispanic\", \"White\", \"Black\"],\n  \"age_groups\": [\"0-2\", \"3-5\", \"6-12\"]\n}"}],"_postman_id":"98c97bd0-03bf-4562-81db-f13debf8ce7c"}],"id":"426d6b1e-f1f1-455c-97d5-31d02cb90e22","_postman_id":"426d6b1e-f1f1-455c-97d5-31d02cb90e22","description":""},{"name":"adoption_centers","item":[{"name":"{id}","item":[{"name":"Get adoption center by ID","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","id":"2124b72e-ab25-40e8-ba2e-60ab02e200d3"}}],"id":"6c512fce-fbb5-4f04-872b-f7cf0057e8bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://myforeverhome.org/api/adoption_centers/:id","urlObject":{"path":["api","adoption_centers",":id"],"host":["https://myforeverhome.org"],"query":[],"variable":[{"id":"f31dc726-c1da-4e5f-aa79-63b5e83e4409","type":"any","value":"1","key":"id"}]}},"response":[{"id":"471ae7fa-a87f-4328-9a8b-95fac536b7c8","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://myforeverhome.org/api/adoption_centers/:id","host":["https://myforeverhome.org"],"path":["api","adoption_centers",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 1,\n  \"name\": \"ABC Adoption Agency\",\n  \"region\": \"Region 6\",\n  \"address\": \"123 Main St\",\n  \"city\": \"Houston\",\n  \"zip_code\": \"77001\",\n  \"county\": \"Harris\",\n  \"phone\": \"(713) 555-0100\",\n  \"email\": \"info@abcadoption.org\",\n  \"website\": \"https://abcadoption.org\",\n  \"rating\": 4.5,\n  \"review_count\": 120,\n  \"review_url\": \"https://google.com/reviews/abc\",\n  \"image_url\": \"https://example.com/abc.jpg\"\n}"},{"id":"e14c29ad-9868-48a1-8e3e-6e22b443e4f7","name":"Resource not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://myforeverhome.org/api/adoption_centers/:id","host":["https://myforeverhome.org"],"path":["api","adoption_centers",":id"],"variable":[{"key":"id","value":"99999"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Adoption center not found\"\n}"}],"_postman_id":"6c512fce-fbb5-4f04-872b-f7cf0057e8bd"}],"id":"5502f4cd-c9fd-479a-a27c-7c2c499c5542","_postman_id":"5502f4cd-c9fd-479a-a27c-7c2c499c5542","description":""},{"name":"List adoption centers (paginated)","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","id":"2e7ee251-2385-4382-9920-32e63a4be9cc"}}],"id":"639e22d1-36f2-4dbf-80f9-3f142c28b9b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://myforeverhome.org/api/adoption_centers?page=1&per_page=10","urlObject":{"path":["api","adoption_centers"],"host":["https://myforeverhome.org"],"query":[{"description":{"content":"<p>Page number (default: 1, min: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 10, min: 1, max: 100)</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"disabled":true,"description":{"content":"<p>Filter by region</p>\n","type":"text/plain"},"key":"region","value":""},{"disabled":true,"description":{"content":"<p>Filter by city</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>Filter by county</p>\n","type":"text/plain"},"key":"county","value":""},{"disabled":true,"description":{"content":"<p>Text search across fields</p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>rating, reviewCount, review_count</p>\n","type":"text/plain"},"key":"sort_by","value":"rating"},{"disabled":true,"description":{"content":"<p>asc or desc</p>\n","type":"text/plain"},"key":"sort_order","value":"asc"}],"variable":[]}},"response":[{"id":"30f04f97-808d-4b5c-b907-f4bb72992c77","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://myforeverhome.org/api/adoption_centers?page=1&per_page=2","host":["https://myforeverhome.org"],"path":["api","adoption_centers"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"name\": \"ABC Adoption Agency\",\n      \"region\": \"Region 6\",\n      \"address\": \"123 Main St\",\n      \"city\": \"Houston\",\n      \"zip_code\": \"77001\",\n      \"county\": \"Harris\",\n      \"phone\": \"(713) 555-0100\",\n      \"email\": \"info@abcadoption.org\",\n      \"website\": \"https://abcadoption.org\",\n      \"rating\": 4.5,\n      \"review_count\": 120,\n      \"review_url\": \"https://google.com/reviews/abc\",\n      \"image_url\": \"https://example.com/abc.jpg\"\n    },\n    {\n      \"id\": 2,\n      \"name\": \"Lone Star Adoptions\",\n      \"region\": \"Region 3\",\n      \"address\": \"456 Oak Ave\",\n      \"city\": \"Dallas\",\n      \"zip_code\": \"75201\",\n      \"county\": \"Dallas\",\n      \"phone\": \"(214) 555-0200\",\n      \"email\": \"contact@lonestaradopt.org\",\n      \"website\": \"https://lonestaradopt.org\",\n      \"rating\": 4.8,\n      \"review_count\": 85,\n      \"review_url\": \"https://google.com/reviews/lonestar\",\n      \"image_url\": \"https://example.com/lonestar.jpg\"\n    }\n  ],\n  \"page\": 1,\n  \"per_page\": 2,\n  \"total_items\": 11,\n  \"total_pages\": 6,\n  \"has_next\": true,\n  \"has_prev\": false\n}"},{"id":"3e0b04cb-2a84-417a-8393-80798884fedb","name":"Invalid page parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://myforeverhome.org/api/adoption_centers?page=0","host":["https://myforeverhome.org"],"path":["api","adoption_centers"],"query":[{"key":"page","value":"0"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"page must be >= 1\"\n}"}],"_postman_id":"639e22d1-36f2-4dbf-80f9-3f142c28b9b1"},{"name":"Get adoption center filter options","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","id":"d7a0a5b4-50cd-4654-830c-7ef11659d1f8"}}],"id":"11c61600-d3e8-4747-a6a4-0215904cc238","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://myforeverhome.org/api/adoption_centers/filter-options","urlObject":{"path":["api","adoption_centers","filter-options"],"host":["https://myforeverhome.org"],"query":[],"variable":[]}},"response":[{"id":"ced429f2-57ec-4488-aaa6-be9454ff1005","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://myforeverhome.org/api/adoption_centers/filter-options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"regions\": [\"Region 1\", \"Region 2\", \"Region 3\"],\n  \"cities\": [\"Austin\", \"Dallas\", \"Houston\"],\n  \"counties\": [\"Dallas\", \"Harris\", \"Travis\"]\n}"}],"_postman_id":"11c61600-d3e8-4747-a6a4-0215904cc238"}],"id":"854ac828-5b3e-43d9-ae2e-5b4407cd6c72","_postman_id":"854ac828-5b3e-43d9-ae2e-5b4407cd6c72","description":""},{"name":"childcare_centers","item":[{"name":"{operation_number}","item":[{"name":"Get childcare center by operation number","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","id":"f94cad2c-60c4-4731-8cfe-13bb7e89c6ea"}}],"id":"d705625b-f960-4a3e-be7a-61a913afdf53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://myforeverhome.org/api/childcare_centers/:operation_number","urlObject":{"path":["api","childcare_centers",":operation_number"],"host":["https://myforeverhome.org"],"query":[],"variable":[{"id":"926663b1-b514-4a1d-a2c4-c59eb202a311","type":"any","value":"1730415","key":"operation_number"}]}},"response":[{"id":"1b6056da-e3da-4056-aeab-b5e06cdef230","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://myforeverhome.org/api/childcare_centers/:operation_number","host":["https://myforeverhome.org"],"path":["api","childcare_centers",":operation_number"],"variable":[{"key":"operation_number","value":"OP12345"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"operation_number\": \"OP12345\",\n  \"name\": \"Sunshine Childcare\",\n  \"capacity\": 75,\n  \"operation_type\": \"Licensed Center\",\n  \"program_focus\": \"Early Childhood\",\n  \"city\": \"Austin\",\n  \"zip_code\": \"78701\",\n  \"county\": \"Travis\",\n  \"address\": \"789 Elm St\",\n  \"phone\": \"(512) 555-0300\",\n  \"license_status\": \"Active\"\n}"},{"id":"a8a701a0-bd0c-41db-b03d-30092a362920","name":"Resource not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://myforeverhome.org/api/childcare_centers/:operation_number","host":["https://myforeverhome.org"],"path":["api","childcare_centers",":operation_number"],"variable":[{"key":"operation_number","value":"INVALID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Childcare center not found\"\n}"}],"_postman_id":"d705625b-f960-4a3e-be7a-61a913afdf53"}],"id":"84f0a06b-6837-4bbe-aa4c-288b4497c6f6","_postman_id":"84f0a06b-6837-4bbe-aa4c-288b4497c6f6","description":""},{"name":"List childcare centers (paginated)","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","id":"30258858-3f8c-4cca-a4ca-8dd1249964b7"}}],"id":"92550147-a166-4984-b78f-a4c9bc464508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://myforeverhome.org/api/childcare_centers?page=1&per_page=10","urlObject":{"path":["api","childcare_centers"],"host":["https://myforeverhome.org"],"query":[{"description":{"content":"<p>Page number (default: 1, min: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 10, min: 1, max: 100)</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"disabled":true,"description":{"content":"<p>Filter by operation type</p>\n","type":"text/plain"},"key":"operation_type","value":""},{"disabled":true,"description":{"content":"<p>Filter by program focus</p>\n","type":"text/plain"},"key":"program_focus","value":""},{"disabled":true,"description":{"content":"<p>Filter by zip code</p>\n","type":"text/plain"},"key":"zip_code","value":""},{"disabled":true,"description":{"content":"<p>Filter by county</p>\n","type":"text/plain"},"key":"county","value":""},{"disabled":true,"description":{"content":"<p>Text search</p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>Sort by capacity</p>\n","type":"text/plain"},"key":"sort_by","value":"capacity"},{"disabled":true,"description":{"content":"<p>asc or desc</p>\n","type":"text/plain"},"key":"sort_order","value":"asc"}],"variable":[]}},"response":[{"id":"a2811d6b-eb89-48e2-b911-88e14c7c1d06","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://myforeverhome.org/api/childcare_centers?page=1&per_page=2","host":["https://myforeverhome.org"],"path":["api","childcare_centers"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"operation_number\": \"OP12345\",\n      \"name\": \"Sunshine Childcare\",\n      \"capacity\": 75,\n      \"operation_type\": \"Licensed Center\",\n      \"program_focus\": \"Early Childhood\",\n      \"city\": \"Austin\",\n      \"zip_code\": \"78701\",\n      \"county\": \"Travis\",\n      \"address\": \"789 Elm St\",\n      \"phone\": \"(512) 555-0300\",\n      \"license_status\": \"Active\"\n    },\n    {\n      \"operation_number\": \"OP67890\",\n      \"name\": \"Little Stars Daycare\",\n      \"capacity\": 50,\n      \"operation_type\": \"Licensed Home\",\n      \"program_focus\": \"School Age\",\n      \"city\": \"San Antonio\",\n      \"zip_code\": \"78201\",\n      \"county\": \"Bexar\",\n      \"address\": \"321 Pine Rd\",\n      \"phone\": \"(210) 555-0400\",\n      \"license_status\": \"Active\"\n    }\n  ],\n  \"page\": 1,\n  \"per_page\": 2,\n  \"total_items\": 15000,\n  \"total_pages\": 7500,\n  \"has_next\": true,\n  \"has_prev\": false\n}"},{"id":"e8a826cb-1922-46dd-b6f4-e81f7d0d6675","name":"Invalid page parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://myforeverhome.org/api/childcare_centers?page=0","host":["https://myforeverhome.org"],"path":["api","childcare_centers"],"query":[{"key":"page","value":"0"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"page must be >= 1\"\n}"}],"_postman_id":"92550147-a166-4984-b78f-a4c9bc464508"},{"name":"Get childcare center filter options","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","id":"ccfdf5ed-794c-4022-9d6d-8eb61d21e9ed"}}],"id":"afd39162-85e1-4102-a23b-55f67e6e64e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://myforeverhome.org/api/childcare_centers/filter-options","urlObject":{"path":["api","childcare_centers","filter-options"],"host":["https://myforeverhome.org"],"query":[],"variable":[]}},"response":[{"id":"df228017-6de6-439d-bab9-9d52d090d170","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://myforeverhome.org/api/childcare_centers/filter-options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"operation_types\": [\"Licensed Center\", \"Licensed Home\"],\n  \"program_focuses\": [\"Early Childhood\", \"School Age\"],\n  \"zip_codes\": [\"78701\", \"75201\"],\n  \"counties\": [\"Bexar\", \"Dallas\", \"Travis\"]\n}"}],"_postman_id":"afd39162-85e1-4102-a23b-55f67e6e64e7"}],"id":"74c20047-ccac-4b9a-a810-5491bd29b865","_postman_id":"74c20047-ccac-4b9a-a810-5491bd29b865","description":""}],"variable":[{"key":"baseUrl","value":"https://myforeverhome.org"}]}