{"info":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","description":"<html><head></head><body><p>Programmatic resource for interacting with Findigs, and integrating Findigs data into existing systems and workflows.</p>\n<p>Dive into the endpoints using the menu on the left.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>All endpoints documented here are accessed using a scoped API key, passed in a request header <code>X-API-KEY</code>.</p>\n<p>Please reach out to the Findigs team directly for <code>sandbox</code> and <code>production</code> keys.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"}],"owner":"23330391","collectionId":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","publishedId":"2s9YsT5oLp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"22C386"},"publishDate":"2024-04-11T13:55:45.000Z"},"item":[{"name":"listings","item":[{"name":"{listing_id}","item":[{"name":"Get Listing","id":"ee22d030-9847-4721-bda6-0936c91006f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.sandbox.findigs.com/listings/:listing_id","description":"<p>Retrieve a specific listing by id (or external_id in the future?)</p>\n","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}},"urlObject":{"path":["listings",":listing_id"],"host":["https://api.sandbox.findigs.com"],"query":[],"variable":[{"id":"25ceb032-c066-48c2-bffd-5e03389fcde8","type":"any","value":"<uuid>","key":"listing_id"}]}},"response":[{"id":"71358e5d-5e58-4572-8881-7f531c91805f","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://api.sandbox.findigs.com/listings/:listing_id","host":["https://api.sandbox.findigs.com"],"path":["listings",":listing_id"],"variable":[{"key":"listing_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"CLOSED\",\n  \"address\": {\n    \"address_line_1\": \"<string>\",\n    \"address_line_2\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"postal_code\": \"<string>\"\n  },\n  \"url\": \"<uri>\",\n  \"id\": \"<uuid>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"rent_amount\": \"<number>\",\n  \"date_available\": \"<date>\"\n}"},{"id":"0d1b00c6-260e-410b-a18f-372233a3225b","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://api.sandbox.findigs.com/listings/:listing_id","host":["https://api.sandbox.findigs.com"],"path":["listings",":listing_id"],"variable":[{"key":"listing_id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"ee22d030-9847-4721-bda6-0936c91006f2"},{"name":"Patch Listing","id":"1efe5328-c0ea-42cc-aabd-ccfcf6329058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rent_amount\": \"<number>\",\n  \"date_available\": \"<date>\",\n  \"status\": \"CLOSED\",\n  \"address\": {\n    \"address_line_1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"postal_code\": \"64425\",\n    \"address_line_2\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.sandbox.findigs.com/listings/:listing_id","description":"<p>PATCH update the listing specified.\nAll fields in the body are optional, and only those provided will be set.</p>\n","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}},"urlObject":{"path":["listings",":listing_id"],"host":["https://api.sandbox.findigs.com"],"query":[],"variable":[{"id":"545fa44b-75a9-4fea-b3fa-ce0061fcdc3c","type":"any","value":"<uuid>","key":"listing_id"}]}},"response":[{"id":"ed9ae1ca-bab1-4ed5-af30-e937f28d571d","name":"Successful Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"rent_amount\": \"<number>\",\n  \"date_available\": \"<date>\",\n  \"status\": \"CLOSED\",\n  \"address\": {\n    \"address_line_1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"postal_code\": \"64425\",\n    \"address_line_2\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.sandbox.findigs.com/listings/:listing_id","host":["https://api.sandbox.findigs.com"],"path":["listings",":listing_id"],"variable":[{"key":"listing_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"CLOSED\",\n  \"address\": {\n    \"address_line_1\": \"<string>\",\n    \"address_line_2\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"postal_code\": \"<string>\"\n  },\n  \"url\": \"<uri>\",\n  \"id\": \"<uuid>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"rent_amount\": \"<number>\",\n  \"date_available\": \"<date>\"\n}"},{"id":"479adfd9-3ee3-4685-b8f5-819e8479dad6","name":"Validation Error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"rent_amount\": \"<number>\",\n  \"date_available\": \"<date>\",\n  \"status\": \"CLOSED\",\n  \"address\": {\n    \"address_line_1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"postal_code\": \"64425\",\n    \"address_line_2\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.sandbox.findigs.com/listings/:listing_id","host":["https://api.sandbox.findigs.com"],"path":["listings",":listing_id"],"variable":[{"key":"listing_id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"1efe5328-c0ea-42cc-aabd-ccfcf6329058"}],"id":"1036a2bc-de7f-4dc4-9ea1-57960dd87032","_postman_id":"1036a2bc-de7f-4dc4-9ea1-57960dd87032","description":"","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}}},{"name":"Get Listings","id":"e6c96106-8d3b-41bd-9094-31df0cdd5759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.sandbox.findigs.com/listings/","description":"<p>Fetch all listings</p>\n","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}},"urlObject":{"path":["listings",""],"host":["https://api.sandbox.findigs.com"],"query":[{"disabled":true,"key":"created_at__gte","value":"<dateTime>"},{"disabled":true,"key":"created_at__lte","value":"<dateTime>"},{"disabled":true,"key":"updated_at__gte","value":"<dateTime>"},{"disabled":true,"key":"updated_at__lte","value":"<dateTime>"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"size","value":"50"}],"variable":[]}},"response":[{"id":"c507510b-6edc-48d2-80ec-34bff2a24dfe","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://api.sandbox.findigs.com/listings/?created_at__gte=<dateTime>&created_at__lte=<dateTime>&updated_at__gte=<dateTime>&updated_at__lte=<dateTime>&page=1&size=50","host":["https://api.sandbox.findigs.com"],"path":["listings",""],"query":[{"key":"created_at__gte","value":"<dateTime>"},{"key":"created_at__lte","value":"<dateTime>"},{"key":"updated_at__gte","value":"<dateTime>"},{"key":"updated_at__lte","value":"<dateTime>"},{"key":"page","value":"1"},{"key":"size","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"status\": \"CLOSED\",\n      \"address\": {\n        \"address_line_1\": \"<string>\",\n        \"address_line_2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"postal_code\": \"<string>\"\n      },\n      \"url\": \"<uri>\",\n      \"id\": \"<uuid>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"rent_amount\": \"<number>\",\n      \"date_available\": \"<date>\"\n    },\n    {\n      \"status\": \"LOCKED\",\n      \"address\": {\n        \"address_line_1\": \"<string>\",\n        \"address_line_2\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"postal_code\": \"<string>\"\n      },\n      \"url\": \"<uri>\",\n      \"id\": \"<uuid>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"rent_amount\": \"<number>\",\n      \"date_available\": \"<date>\"\n    }\n  ],\n  \"total\": \"<integer>\",\n  \"page\": \"<integer>\",\n  \"size\": \"<integer>\",\n  \"pages\": \"<integer>\"\n}"},{"id":"7a760084-2482-4634-b952-f02a995a91b1","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://api.sandbox.findigs.com/listings/?created_at__gte=<dateTime>&created_at__lte=<dateTime>&updated_at__gte=<dateTime>&updated_at__lte=<dateTime>&page=1&size=50","host":["https://api.sandbox.findigs.com"],"path":["listings",""],"query":[{"key":"created_at__gte","value":"<dateTime>"},{"key":"created_at__lte","value":"<dateTime>"},{"key":"updated_at__gte","value":"<dateTime>"},{"key":"updated_at__lte","value":"<dateTime>"},{"key":"page","value":"1"},{"key":"size","value":"50"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"e6c96106-8d3b-41bd-9094-31df0cdd5759"},{"name":"Post Listing","id":"2cdb3a1c-cd37-4fb1-bb70-f82a432ac91d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rent_amount\": \"<number>\",\n  \"date_available\": \"<date>\",\n  \"status\": \"LOCKED\",\n  \"address\": {\n    \"address_line_1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"postal_code\": \"80959-7885\",\n    \"address_line_2\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.sandbox.findigs.com/listings/","description":"<p>Create a listing with all the information:</p>\n<ul>\n<li><strong>rent_amount</strong>: The rent in dollars as a decimal</li>\n<li><strong>date_available</strong>: Date the listing is first available for move in.</li>\n<li><strong>status</strong>: A required status</li>\n<li><strong>address</strong>: The physical address of the listing</li>\n</ul>\n<p><strong>Sandbox</strong></p>\n<p>When a listing is POSTed to the sandbox, applications and groups will<br />automatically be generated for it.</p>\n","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}},"urlObject":{"path":["listings",""],"host":["https://api.sandbox.findigs.com"],"query":[],"variable":[]}},"response":[{"id":"2fd4cd8e-eecb-4b88-818a-8247b2347c49","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"rent_amount\": \"<number>\",\n  \"date_available\": \"<date>\",\n  \"status\": \"LOCKED\",\n  \"address\": {\n    \"address_line_1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"postal_code\": \"80959-7885\",\n    \"address_line_2\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.sandbox.findigs.com/listings/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"CLOSED\",\n  \"address\": {\n    \"address_line_1\": \"<string>\",\n    \"address_line_2\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"postal_code\": \"<string>\"\n  },\n  \"url\": \"<uri>\",\n  \"id\": \"<uuid>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"rent_amount\": \"<number>\",\n  \"date_available\": \"<date>\"\n}"},{"id":"b67c3afe-b4f5-4e8d-8f09-90ca7b6be2ed","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"rent_amount\": \"<number>\",\n  \"date_available\": \"<date>\",\n  \"status\": \"LOCKED\",\n  \"address\": {\n    \"address_line_1\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"postal_code\": \"80959-7885\",\n    \"address_line_2\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.sandbox.findigs.com/listings/"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"2cdb3a1c-cd37-4fb1-bb70-f82a432ac91d"}],"id":"f5e64b6f-4bf8-4d98-81ea-6825c50a5f7b","description":"<p>A Findigs <code>listing</code> object dictates the window of time during which a <code>unit</code> (a physical location) will accept rental applications.</p>\n<p>This resource manages related objects such as <code>unit</code> and <code>property</code> behind the scenes. If you have a need to maintain these objects in the Findigs system, please reach out to the Findigs team directly to discuss potential options and approaches.</p>\n<p>Applications will not be accepted if the listing is designated as <code>CLOSED</code> (either by action in the Findigs UI, or a <code>PATCH</code> call to the listing that could render its status <code>CLOSED</code>.)</p>\n","_postman_id":"f5e64b6f-4bf8-4d98-81ea-6825c50a5f7b","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}}},{"name":"applications","item":[{"name":"{application_id}","item":[{"name":"Get Application","id":"6efa42e9-5ec0-4a59-b570-16326ca760b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.sandbox.findigs.com/applications/:application_id?embed_bi_data=false","description":"<p>Endpoint to retrieve an individual application by its id</p>\n","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}},"urlObject":{"path":["applications",":application_id"],"host":["https://api.sandbox.findigs.com"],"query":[{"description":{"content":"<p>Retrieves BI data related to the application.</p>\n","type":"text/plain"},"key":"embed_bi_data","value":"false"}],"variable":[{"id":"3d1b8207-e72e-4aa2-a61d-20bff80856ec","type":"any","value":"<uuid>","key":"application_id"}]}},"response":[{"id":"996142d3-1889-4069-94ba-45f44e962071","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-KEY","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://api.sandbox.findigs.com/applications/:application_id?embed_bi_data=false","host":["https://api.sandbox.findigs.com"],"path":["applications",":application_id"],"query":[{"key":"embed_bi_data","value":"false","description":"Retrieves BI data related to the application."}],"variable":[{"key":"application_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"listing_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"type\": \"applicant\",\n  \"status\": \"completed\",\n  \"group_status\": \"incomplete\",\n  \"pet_data\": [\n    {\n      \"type\": \"<string>\",\n      \"breed\": \"<string>\",\n      \"weight\": \"<number>\",\n      \"age\": \"<number>\",\n      \"is_service_animal\": false\n    },\n    {\n      \"type\": \"<string>\",\n      \"breed\": \"<string>\",\n      \"weight\": \"<number>\",\n      \"age\": \"<number>\",\n      \"is_service_animal\": false\n    }\n  ],\n  \"id\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"self_reported_data\": {\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"136685532629948\"\n  },\n  \"current_employment_data\": {\n    \"type\": \"own\",\n    \"income\": \"<number>\",\n    \"company\": \"<string>\",\n    \"position\": \"<string>\",\n    \"start_date\": \"<date>\"\n  },\n  \"credit_report_data\": {\n    \"credit\": \"429\",\n    \"criminal\": \"<string>\",\n    \"eviction\": \"<string>\",\n    \"cautions\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"mandatory_disclosures\": {\n    \"qBankruptcy\": \"<boolean>\",\n    \"qBreakLease\": \"<boolean>\",\n    \"qDamage\": \"<boolean>\",\n    \"qEvict\": \"<boolean>\",\n    \"qFelony\": \"<boolean>\",\n    \"qForeclosure\": \"<boolean>\",\n    \"qNonPayment\": \"<boolean>\",\n    \"qOutstandingJudgements\": \"<boolean>\",\n    \"qRentersInsurance\": \"<boolean>\",\n    \"qSection8\": \"<boolean>\",\n    \"qSmoke\": \"<boolean>\"\n  },\n  \"ancillary_questions\": [\n            {\n                \"response\": \"Yes\",\n                \"questionText\": \"Custom question with a Yes response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"No\",\n                \"questionText\": \"Custom question with a No response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"Free text response\",\n                \"questionText\": \"Custom question with a text response.\",\n                \"questionType\": \"text\"\n            }\n        ],\n  \"bi_data\": {}\n}"},{"id":"eec2d10f-b500-4e3e-9cc2-58425cc404df","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://api.sandbox.findigs.com/applications/:application_id?embed_bi_data=false","host":["https://api.sandbox.findigs.com"],"path":["applications",":application_id"],"query":[{"description":"Retrieves BI data related to the application.","key":"embed_bi_data","value":"false"}],"variable":[{"key":"application_id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"6efa42e9-5ec0-4a59-b570-16326ca760b5"}],"id":"a6dd992d-e480-45ca-a89a-c0247d516508","_postman_id":"a6dd992d-e480-45ca-a89a-c0247d516508","description":"","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}}},{"name":"Get Applications","id":"d4234fc7-26c1-4d48-b74b-894ce8deaee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.sandbox.findigs.com/applications/","description":"<p>Get all applications matching the given query.\nParts of the query are two optional CSV id sets, which are mutually exclusive\nYou cannot query by both a group_id and a listing_id at once, to do so is a 400.</p>\n","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}},"urlObject":{"path":["applications",""],"host":["https://api.sandbox.findigs.com"],"query":[{"disabled":true,"description":{"content":"<p>Comma separated list of group_ids to select Applications by</p>\n","type":"text/plain"},"key":"groups","value":"<uuid>"},{"disabled":true,"description":{"content":"<p>Comma separated list of group_ids to select Applications by</p>\n","type":"text/plain"},"key":"groups","value":"<uuid>"},{"disabled":true,"description":{"content":"<p>Comma separated list of listing_ids to select Applications by</p>\n","type":"text/plain"},"key":"listings","value":"<uuid>"},{"disabled":true,"description":{"content":"<p>Comma separated list of listing_ids to select Applications by</p>\n","type":"text/plain"},"key":"listings","value":"<uuid>"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"size","value":"50"}],"variable":[]}},"response":[{"id":"5bae0f01-7920-443b-964e-7fb309451313","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-KEY","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://api.sandbox.findigs.com/applications/?groups=<uuid>&listings=<uuid>&page=1&size=50","host":["https://api.sandbox.findigs.com"],"path":["applications",""],"query":[{"key":"groups","value":"<uuid>","description":"Comma separated list of group_ids to select Applications by"},{"key":"listings","value":"<uuid>","description":"Comma separated list of listing_ids to select Applications by"},{"key":"page","value":"1"},{"key":"size","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"listing_id\": \"<string>\",\n      \"group_id\": \"<string>\",\n      \"type\": \"guarantor\",\n      \"status\": \"accepted\",\n      \"group_status\": \"approved\",\n      \"pet_data\": [\n        {\n          \"type\": \"<string>\",\n          \"breed\": \"<string>\",\n          \"weight\": \"<number>\",\n          \"age\": \"<number>\",\n          \"is_service_animal\": false\n        },\n        {\n          \"type\": \"<string>\",\n          \"breed\": \"<string>\",\n          \"weight\": \"<number>\",\n          \"age\": \"<number>\",\n          \"is_service_animal\": false\n        }\n      ],\n      \"id\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"self_reported_data\": {\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"email\": \"<string>\",\n        \"phone\": \"14371\"\n      },\n      \"current_employment_data\": {\n        \"type\": \"not\",\n        \"income\": \"<number>\",\n        \"company\": \"<string>\",\n        \"position\": \"<string>\",\n        \"start_date\": \"<date>\"\n      },\n      \"credit_report_data\": {\n        \"credit\": \"787\",\n        \"criminal\": \"<string>\",\n        \"eviction\": \"<string>\",\n        \"cautions\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"mandatory_disclosures\": {\n        \"qBankruptcy\": \"<boolean>\",\n        \"qBreakLease\": \"<boolean>\",\n        \"qDamage\": \"<boolean>\",\n        \"qEvict\": \"<boolean>\",\n        \"qFelony\": \"<boolean>\",\n        \"qForeclosure\": \"<boolean>\",\n        \"qNonPayment\": \"<boolean>\",\n        \"qOutstandingJudgements\": \"<boolean>\",\n        \"qRentersInsurance\": \"<boolean>\",\n        \"qSection8\": \"<boolean>\",\n        \"qSmoke\": \"<boolean>\"\n      },\n      \"ancillary_questions\": [\n            {\n                \"response\": \"Yes\",\n                \"questionText\": \"Custom question with a Yes response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"No\",\n                \"questionText\": \"Custom question with a No response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"Free text response\",\n                \"questionText\": \"Custom question with a text response.\",\n                \"questionType\": \"text\"\n            }\n        ],\n      \"bi_data\": {}\n    },\n    {\n      \"listing_id\": \"<string>\",\n      \"group_id\": \"<string>\",\n      \"type\": \"guarantor\",\n      \"status\": \"completed\",\n      \"group_status\": \"onboarded\",\n      \"pet_data\": [\n        {\n          \"type\": \"<string>\",\n          \"breed\": \"<string>\",\n          \"weight\": \"<number>\",\n          \"age\": \"<number>\",\n          \"is_service_animal\": false\n        },\n        {\n          \"type\": \"<string>\",\n          \"breed\": \"<string>\",\n          \"weight\": \"<number>\",\n          \"age\": \"<number>\",\n          \"is_service_animal\": false\n        }\n      ],\n      \"id\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"self_reported_data\": {\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"email\": \"<string>\",\n        \"phone\": \"+8425587483\"\n      },\n      \"current_employment_data\": {\n        \"type\": \"not\",\n        \"income\": \"<number>\",\n        \"company\": \"<string>\",\n        \"position\": \"<string>\",\n        \"start_date\": \"<date>\"\n      },\n      \"credit_report_data\": {\n        \"credit\": \"790\",\n        \"criminal\": \"<string>\",\n        \"eviction\": \"<string>\",\n        \"cautions\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"mandatory_disclosures\": {\n        \"qBankruptcy\": \"<boolean>\",\n        \"qBreakLease\": \"<boolean>\",\n        \"qDamage\": \"<boolean>\",\n        \"qEvict\": \"<boolean>\",\n        \"qFelony\": \"<boolean>\",\n        \"qForeclosure\": \"<boolean>\",\n        \"qNonPayment\": \"<boolean>\",\n        \"qOutstandingJudgements\": \"<boolean>\",\n        \"qRentersInsurance\": \"<boolean>\",\n        \"qSection8\": \"<boolean>\",\n        \"qSmoke\": \"<boolean>\"\n      },\n      \"ancillary_questions\": [\n            {\n                \"response\": \"Yes\",\n                \"questionText\": \"Custom question with a Yes response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"No\",\n                \"questionText\": \"Custom question with a No response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"Free text response\",\n                \"questionText\": \"Custom question with a text response.\",\n                \"questionType\": \"text\"\n            }\n        ],\n      \"bi_data\": {}\n    }\n  ],\n  \"total\": \"<integer>\",\n  \"page\": \"<integer>\",\n  \"size\": \"<integer>\",\n  \"pages\": \"<integer>\"\n}"},{"id":"944ce3d7-d4f9-4cdb-8aaf-b572bff9aed1","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://api.sandbox.findigs.com/applications/?groups=<uuid>&listings=<uuid>&page=1&size=50","host":["https://api.sandbox.findigs.com"],"path":["applications",""],"query":[{"description":"Comma separated list of group_ids to select Applications by","key":"groups","value":"<uuid>"},{"description":"Comma separated list of listing_ids to select Applications by","key":"listings","value":"<uuid>"},{"key":"page","value":"1"},{"key":"size","value":"50"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"d4234fc7-26c1-4d48-b74b-894ce8deaee8"}],"id":"5be085f9-7d6d-402a-847b-583f9cc12586","description":"<p><code>application</code> objects contain all data relevant to a specific applicant's efforts to secure housing by means of completing a Findigs application.</p>\n","_postman_id":"5be085f9-7d6d-402a-847b-583f9cc12586","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}}},{"name":"groups","item":[{"name":"{group_id}","item":[{"name":"Get Group","id":"d07decdf-6a3a-4856-855f-200ddfd7b535","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.sandbox.findigs.com/groups/:group_id?embed_bi_data=false","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}},"urlObject":{"path":["groups",":group_id"],"host":["https://api.sandbox.findigs.com"],"query":[{"description":{"content":"<p>Retrieves BI data related to the application.</p>\n","type":"text/plain"},"key":"embed_bi_data","value":"false"}],"variable":[{"id":"350373fb-baa0-4397-92dc-419b9c153a86","type":"any","value":"<uuid>","key":"group_id"}]}},"response":[{"id":"7d6901c0-694b-4b63-a8ce-ef83c221e6e8","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-KEY","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://api.sandbox.findigs.com/groups/:group_id?embed_bi_data=false","host":["https://api.sandbox.findigs.com"],"path":["groups",":group_id"],"query":[{"key":"embed_bi_data","value":"false","description":"Retrieves BI data related to the application."}],"variable":[{"key":"group_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"listing_id\": \"<string>\",\n  \"url\": \"<uri>\",\n  \"status\": \"approved\",\n  \"workflow_status\": \"<string>\",\n  \"applications\": [\n    {\n      \"listing_id\": \"<string>\",\n      \"group_id\": \"<string>\",\n      \"type\": \"applicant\",\n      \"status\": \"in_progress\",\n      \"group_status\": \"declined\",\n      \"pet_data\": [\n        {\n          \"type\": \"<string>\",\n          \"breed\": \"<string>\",\n          \"weight\": \"<number>\",\n          \"age\": \"<number>\",\n          \"is_service_animal\": false\n        },\n        {\n          \"type\": \"<string>\",\n          \"breed\": \"<string>\",\n          \"weight\": \"<number>\",\n          \"age\": \"<number>\",\n          \"is_service_animal\": false\n        }\n      ],\n      \"id\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"self_reported_data\": {\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"email\": \"<string>\",\n        \"phone\": \"+212\"\n      },\n      \"current_employment_data\": {\n        \"type\": \"offer\",\n        \"income\": \"<number>\",\n        \"company\": \"<string>\",\n        \"position\": \"<string>\",\n        \"start_date\": \"<date>\"\n      },\n      \"credit_report_data\": {\n        \"credit\": \"594\",\n        \"criminal\": \"<string>\",\n        \"eviction\": \"<string>\",\n        \"cautions\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"mandatory_disclosures\": {\n        \"qBankruptcy\": \"<boolean>\",\n        \"qBreakLease\": \"<boolean>\",\n        \"qDamage\": \"<boolean>\",\n        \"qEvict\": \"<boolean>\",\n        \"qFelony\": \"<boolean>\",\n        \"qForeclosure\": \"<boolean>\",\n        \"qNonPayment\": \"<boolean>\",\n        \"qOutstandingJudgements\": \"<boolean>\",\n        \"qRentersInsurance\": \"<boolean>\",\n        \"qSection8\": \"<boolean>\",\n        \"qSmoke\": \"<boolean>\"\n      },\n        \"ancillary_questions\": [\n            {\n                \"response\": \"Yes\",\n                \"questionText\": \"Custom question with a Yes response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"No\",\n                \"questionText\": \"Custom question with a No response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"Free text response\",\n                \"questionText\": \"Custom question with a text response.\",\n                \"questionType\": \"text\"\n            }\n        ],\n      \"bi_data\": {}\n    },\n    {\n      \"listing_id\": \"<string>\",\n      \"group_id\": \"<string>\",\n      \"type\": \"applicant\",\n      \"status\": \"in_progress\",\n      \"group_status\": \"passed\",\n      \"pet_data\": [\n        {\n          \"type\": \"<string>\",\n          \"breed\": \"<string>\",\n          \"weight\": \"<number>\",\n          \"age\": \"<number>\",\n          \"is_service_animal\": false\n        },\n        {\n          \"type\": \"<string>\",\n          \"breed\": \"<string>\",\n          \"weight\": \"<number>\",\n          \"age\": \"<number>\",\n          \"is_service_animal\": false\n        }\n      ],\n      \"id\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"self_reported_data\": {\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"email\": \"<string>\",\n        \"phone\": \"+9403544\"\n      },\n      \"current_employment_data\": {\n        \"type\": \"offer\",\n        \"income\": \"<number>\",\n        \"company\": \"<string>\",\n        \"position\": \"<string>\",\n        \"start_date\": \"<date>\"\n      },\n      \"credit_report_data\": {\n        \"credit\": \"039\",\n        \"criminal\": \"<string>\",\n        \"eviction\": \"<string>\",\n        \"cautions\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"mandatory_disclosures\": {\n        \"qBankruptcy\": \"<boolean>\",\n        \"qBreakLease\": \"<boolean>\",\n        \"qDamage\": \"<boolean>\",\n        \"qEvict\": \"<boolean>\",\n        \"qFelony\": \"<boolean>\",\n        \"qForeclosure\": \"<boolean>\",\n        \"qNonPayment\": \"<boolean>\",\n        \"qOutstandingJudgements\": \"<boolean>\",\n        \"qRentersInsurance\": \"<boolean>\",\n        \"qSection8\": \"<boolean>\",\n        \"qSmoke\": \"<boolean>\"\n      },\n      \"bi_data\": {}\n    }\n  ],\n  \"id\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"desired_move_in_date\": \"<date>\",\n  \"decline_details\": {},\n  \"bi_data\": {}\n}"},{"id":"103cd2d8-5bd3-481c-a600-4290edc56e8e","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://api.sandbox.findigs.com/groups/:group_id?embed_bi_data=false","host":["https://api.sandbox.findigs.com"],"path":["groups",":group_id"],"query":[{"description":"Retrieves BI data related to the application.","key":"embed_bi_data","value":"false"}],"variable":[{"key":"group_id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"d07decdf-6a3a-4856-855f-200ddfd7b535"},{"name":"Get Group Detail","id":"98d6fc05-43a9-4739-b401-fe6f69b66296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.findigs.com/common_application/:group_id/userapp_group_info/","description":"<p>This resource retrieves data from the same source as our UI, at <a href=\"https://app.findigs.com/group-applications/V2/groupid=\">https://app.findigs.com/group-applications/V2/groupid=</a>:group_id</p>\n<p>Note that the Base URL is different, using our Core API to process.</p>\n","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}},"urlObject":{"path":["common_application",":group_id","userapp_group_info",""],"host":["https://api.findigs.com"],"query":[],"variable":[{"type":"any","value":"","key":"group_id"}]}},"response":[],"_postman_id":"98d6fc05-43a9-4739-b401-fe6f69b66296"}],"id":"1ba43f85-3a95-4caf-96f8-1774a6ade9a7","_postman_id":"1ba43f85-3a95-4caf-96f8-1774a6ade9a7","description":"","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}}},{"name":"Get Groups","id":"1cf45c6d-64a7-47cd-a202-0c07d2a0f1d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.sandbox.findigs.com/groups/?listing_ids=<uuid>&listing_ids=<uuid>&status=cancelled&status=submitted&updated_at__gte=<dateTime>&updated_at__lte=<dateTime>&page=1&size=50","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}},"urlObject":{"path":["groups",""],"host":["https://api.sandbox.findigs.com"],"query":[{"description":{"content":"<p>Comma separated list of listing_ids to select Groups by</p>\n","type":"text/plain"},"key":"listing_ids","value":"<uuid>"},{"description":{"content":"<p>Comma separated list of listing_ids to select Groups by</p>\n","type":"text/plain"},"key":"listing_ids","value":"<uuid>"},{"description":{"content":"<p>Status for group of applications</p>\n","type":"text/plain"},"key":"status","value":"cancelled"},{"description":{"content":"<p>Status for group of applications</p>\n","type":"text/plain"},"key":"status","value":"submitted"},{"key":"updated_at__gte","value":"<dateTime>"},{"key":"updated_at__lte","value":"<dateTime>"},{"key":"page","value":"1"},{"key":"size","value":"50"}],"variable":[]}},"response":[{"id":"9f2cd124-1ed9-4409-a610-8ff0c961810f","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-KEY","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://api.sandbox.findigs.com/groups/?listing_ids=<uuid>&status=submitted&updated_at__gte=<dateTime>&updated_at__lte=<dateTime>&page=1&size=50","host":["https://api.sandbox.findigs.com"],"path":["groups",""],"query":[{"key":"listing_ids","value":"<uuid>","description":"Comma separated list of listing_ids to select Groups by"},{"key":"status","value":"submitted","description":"Status for group of applications"},{"key":"updated_at__gte","value":"<dateTime>"},{"key":"updated_at__lte","value":"<dateTime>"},{"key":"page","value":"1"},{"key":"size","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"listing_id\": \"<string>\",\n      \"url\": \"<uri>\",\n      \"status\": \"cancelled\",\n      \"workflow_status\": \"<string>\",\n      \"applications\": [\n        {\n          \"listing_id\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"type\": \"applicant\",\n          \"status\": \"in_progress\",\n          \"group_status\": \"approved\",\n          \"pet_data\": [\n            {\n              \"type\": \"<string>\",\n              \"breed\": \"<string>\",\n              \"weight\": \"<number>\",\n              \"age\": \"<number>\",\n              \"is_service_animal\": false\n            },\n            {\n              \"type\": \"<string>\",\n              \"breed\": \"<string>\",\n              \"weight\": \"<number>\",\n              \"age\": \"<number>\",\n              \"is_service_animal\": false\n            }\n          ],\n          \"id\": \"<string>\",\n          \"created_at\": \"<dateTime>\",\n          \"updated_at\": \"<dateTime>\",\n          \"self_reported_data\": {\n            \"first_name\": \"<string>\",\n            \"last_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"phone\": \"+11553\"\n          },\n          \"current_employment_data\": {\n            \"type\": \"not\",\n            \"income\": \"<number>\",\n            \"company\": \"<string>\",\n            \"position\": \"<string>\",\n            \"start_date\": \"<date>\"\n          },\n          \"credit_report_data\": {\n            \"credit\": \"056\",\n            \"criminal\": \"<string>\",\n            \"eviction\": \"<string>\",\n            \"cautions\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"mandatory_disclosures\": {\n            \"qBankruptcy\": \"<boolean>\",\n            \"qBreakLease\": \"<boolean>\",\n            \"qDamage\": \"<boolean>\",\n            \"qEvict\": \"<boolean>\",\n            \"qFelony\": \"<boolean>\",\n            \"qForeclosure\": \"<boolean>\",\n            \"qNonPayment\": \"<boolean>\",\n            \"qOutstandingJudgements\": \"<boolean>\",\n            \"qRentersInsurance\": \"<boolean>\",\n            \"qSection8\": \"<boolean>\",\n            \"qSmoke\": \"<boolean>\"\n          },\n          \"ancillary_questions\": [\n            {\n                \"response\": \"Yes\",\n                \"questionText\": \"Custom question with a Yes response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"No\",\n                \"questionText\": \"Custom question with a No response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"Free text response\",\n                \"questionText\": \"Custom question with a text response.\",\n                \"questionType\": \"text\"\n            }\n        ],\n          \"bi_data\": {}\n        },\n        {\n          \"listing_id\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"type\": \"guarantor\",\n          \"status\": \"accepted\",\n          \"group_status\": \"onboarded\",\n          \"pet_data\": [\n            {\n              \"type\": \"<string>\",\n              \"breed\": \"<string>\",\n              \"weight\": \"<number>\",\n              \"age\": \"<number>\",\n              \"is_service_animal\": false\n            },\n            {\n              \"type\": \"<string>\",\n              \"breed\": \"<string>\",\n              \"weight\": \"<number>\",\n              \"age\": \"<number>\",\n              \"is_service_animal\": false\n            }\n          ],\n          \"id\": \"<string>\",\n          \"created_at\": \"<dateTime>\",\n          \"updated_at\": \"<dateTime>\",\n          \"self_reported_data\": {\n            \"first_name\": \"<string>\",\n            \"last_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"phone\": \"+772\"\n          },\n          \"current_employment_data\": {\n            \"type\": \"offer\",\n            \"income\": \"<number>\",\n            \"company\": \"<string>\",\n            \"position\": \"<string>\",\n            \"start_date\": \"<date>\"\n          },\n          \"credit_report_data\": {\n            \"credit\": \"808\",\n            \"criminal\": \"<string>\",\n            \"eviction\": \"<string>\",\n            \"cautions\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"mandatory_disclosures\": {\n            \"qBankruptcy\": \"<boolean>\",\n            \"qBreakLease\": \"<boolean>\",\n            \"qDamage\": \"<boolean>\",\n            \"qEvict\": \"<boolean>\",\n            \"qFelony\": \"<boolean>\",\n            \"qForeclosure\": \"<boolean>\",\n            \"qNonPayment\": \"<boolean>\",\n            \"qOutstandingJudgements\": \"<boolean>\",\n            \"qRentersInsurance\": \"<boolean>\",\n            \"qSection8\": \"<boolean>\",\n            \"qSmoke\": \"<boolean>\"\n          },\n          \"ancillary_questions\": [\n            {\n                \"response\": \"Yes\",\n                \"questionText\": \"Custom question with a Yes response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"No\",\n                \"questionText\": \"Custom question with a No response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"Free text response\",\n                \"questionText\": \"Custom question with a text response.\",\n                \"questionType\": \"text\"\n            }\n        ],\n          \"bi_data\": {}\n        }\n      ],\n      \"id\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"desired_move_in_date\": \"<date>\",\n      \"decline_details\": {},\n      \"bi_data\": {}\n    },\n    {\n      \"listing_id\": \"<string>\",\n      \"url\": \"<uri>\",\n      \"status\": \"submitted\",\n      \"workflow_status\": \"<string>\",\n      \"applications\": [\n        {\n          \"listing_id\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"type\": \"guarantor\",\n          \"status\": \"accepted\",\n          \"group_status\": \"cancelled\",\n          \"pet_data\": [\n            {\n              \"type\": \"<string>\",\n              \"breed\": \"<string>\",\n              \"weight\": \"<number>\",\n              \"age\": \"<number>\",\n              \"is_service_animal\": false\n            },\n            {\n              \"type\": \"<string>\",\n              \"breed\": \"<string>\",\n              \"weight\": \"<number>\",\n              \"age\": \"<number>\",\n              \"is_service_animal\": false\n            }\n          ],\n          \"id\": \"<string>\",\n          \"created_at\": \"<dateTime>\",\n          \"updated_at\": \"<dateTime>\",\n          \"self_reported_data\": {\n            \"first_name\": \"<string>\",\n            \"last_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"phone\": \"13863\"\n          },\n          \"current_employment_data\": {\n            \"type\": \"offer\",\n            \"income\": \"<number>\",\n            \"company\": \"<string>\",\n            \"position\": \"<string>\",\n            \"start_date\": \"<date>\"\n          },\n          \"credit_report_data\": {\n            \"credit\": \"552\",\n            \"criminal\": \"<string>\",\n            \"eviction\": \"<string>\",\n            \"cautions\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"mandatory_disclosures\": {\n            \"qBankruptcy\": \"<boolean>\",\n            \"qBreakLease\": \"<boolean>\",\n            \"qDamage\": \"<boolean>\",\n            \"qEvict\": \"<boolean>\",\n            \"qFelony\": \"<boolean>\",\n            \"qForeclosure\": \"<boolean>\",\n            \"qNonPayment\": \"<boolean>\",\n            \"qOutstandingJudgements\": \"<boolean>\",\n            \"qRentersInsurance\": \"<boolean>\",\n            \"qSection8\": \"<boolean>\",\n            \"qSmoke\": \"<boolean>\"\n          },\n          \"ancillary_questions\": [\n            {\n                \"response\": \"Yes\",\n                \"questionText\": \"Custom question with a Yes response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"No\",\n                \"questionText\": \"Custom question with a No response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"Free text response\",\n                \"questionText\": \"Custom question with a text response.\",\n                \"questionType\": \"text\"\n            }\n        ],\n          \"bi_data\": {}\n        },\n        {\n          \"listing_id\": \"<string>\",\n          \"group_id\": \"<string>\",\n          \"type\": \"applicant\",\n          \"status\": \"accepted\",\n          \"group_status\": \"pending_review\",\n          \"pet_data\": [\n            {\n              \"type\": \"<string>\",\n              \"breed\": \"<string>\",\n              \"weight\": \"<number>\",\n              \"age\": \"<number>\",\n              \"is_service_animal\": false\n            },\n            {\n              \"type\": \"<string>\",\n              \"breed\": \"<string>\",\n              \"weight\": \"<number>\",\n              \"age\": \"<number>\",\n              \"is_service_animal\": false\n            }\n          ],\n          \"id\": \"<string>\",\n          \"created_at\": \"<dateTime>\",\n          \"updated_at\": \"<dateTime>\",\n          \"self_reported_data\": {\n            \"first_name\": \"<string>\",\n            \"last_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"phone\": \"148629\"\n          },\n          \"current_employment_data\": {\n            \"type\": \"offer\",\n            \"income\": \"<number>\",\n            \"company\": \"<string>\",\n            \"position\": \"<string>\",\n            \"start_date\": \"<date>\"\n          },\n          \"credit_report_data\": {\n            \"credit\": \"651\",\n            \"criminal\": \"<string>\",\n            \"eviction\": \"<string>\",\n            \"cautions\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"mandatory_disclosures\": {\n            \"qBankruptcy\": \"<boolean>\",\n            \"qBreakLease\": \"<boolean>\",\n            \"qDamage\": \"<boolean>\",\n            \"qEvict\": \"<boolean>\",\n            \"qFelony\": \"<boolean>\",\n            \"qForeclosure\": \"<boolean>\",\n            \"qNonPayment\": \"<boolean>\",\n            \"qOutstandingJudgements\": \"<boolean>\",\n            \"qRentersInsurance\": \"<boolean>\",\n            \"qSection8\": \"<boolean>\",\n            \"qSmoke\": \"<boolean>\"\n          },\n          \"ancillary_questions\": [\n            {\n                \"response\": \"Yes\",\n                \"questionText\": \"Custom question with a Yes response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"No\",\n                \"questionText\": \"Custom question with a No response.\",\n                \"questionType\": \"yes-no\"\n            },\n            {\n                \"response\": \"Free text response\",\n                \"questionText\": \"Custom question with a text response.\",\n                \"questionType\": \"text\"\n            }\n        ],\n          \"bi_data\": {}\n        }\n      ],\n      \"id\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"desired_move_in_date\": \"<date>\",\n      \"decline_details\": {},\n      \"bi_data\": {}\n    }\n  ],\n  \"total\": \"<integer>\",\n  \"page\": \"<integer>\",\n  \"size\": \"<integer>\",\n  \"pages\": \"<integer>\"\n}"},{"id":"34989afe-c62a-42d4-873f-7a376d3e4229","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://api.sandbox.findigs.com/groups/?listing_ids=<uuid>&status=submitted&updated_at__gte=<dateTime>&updated_at__lte=<dateTime>&page=1&size=50","host":["https://api.sandbox.findigs.com"],"path":["groups",""],"query":[{"description":"Comma separated list of listing_ids to select Groups by","key":"listing_ids","value":"<uuid>"},{"description":"Status for group of applications","key":"status","value":"submitted"},{"key":"updated_at__gte","value":"<dateTime>"},{"key":"updated_at__lte","value":"<dateTime>"},{"key":"page","value":"1"},{"key":"size","value":"50"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"1cf45c6d-64a7-47cd-a202-0c07d2a0f1d6"}],"id":"9f1ef879-8043-4007-b62e-3a76a0318d84","description":"<p>a group is a collection of applications (and attributes that describe such a collection)</p>\n","_postman_id":"9f1ef879-8043-4007-b62e-3a76a0318d84","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}}},{"name":"webhooks","item":[],"id":"810eef12-2028-4bee-88a8-deb25a24a60f","description":"<p>Webhooks provide an alternative to synchronous integration patterns for client applications.</p>\n<p>Findigs webhooks are fairly terse; given the object ID and type, you may choose to call a transactional <code>GET</code> operation to retrieve the details of the updated object.</p>\n<h1 id=\"webhook-setup\">Webhook Setup</h1>\n<p>Please provide Findigs with a URL that is configured to receive an HTTP POST request.</p>\n<p>Webhook payloads will adhere to the following format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"object_id\": \"45b7476b-262c-4b6c-91da-7d9b5ba83e5a\",\n  \"event_name\": \"object_type.event_name\",\n  \"event_detail\": {\n    \"event_at\": \"2022-11-17T17:51:57.628894\"\n  }\n}\n\n</code></pre>\n<p>When a successful POST request is received, a 200 response will indicate to Findigs that the webhook was received successfully.</p>\n<h1 id=\"valid-webhook-event_name-values\">Valid Webhook <code>event_name</code> Values</h1>\n<p>The following are valid webhook <code>event_name</code> values:</p>\n<ul>\n<li><p><code>applications.started</code></p>\n</li>\n<li><p><code>applications.submitted</code></p>\n</li>\n<li><p><code>groups.ready_for_review</code></p>\n</li>\n<li><p><code>groups.approved</code></p>\n</li>\n<li><p><code>groups.declined</code></p>\n</li>\n<li><p><code>groups.cancelled</code></p>\n</li>\n<li><p><code>groups.decision_reversed</code></p>\n</li>\n<li><p><code>groups.custom_status_changed</code></p>\n</li>\n<li><p><code>groups.assigned_user_changed</code></p>\n</li>\n</ul>\n<h1 id=\"webhook-retry-behavior\">Webhook Retry Behavior</h1>\n<p>A webhook is considered \"delivered\" if the response code from the client resource is <code>200</code>.</p>\n<p>If a 200 response is not received, Findigs will retry the attempt up to 9 times over the 24 hours following the first failed attempt.</p>\n","_postman_id":"810eef12-2028-4bee-88a8-deb25a24a60f","auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"},"isInherited":true,"source":{"_postman_id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","id":"cf79b3a5-fd81-468d-9a36-38b70c9e367a","name":"Findigs Client API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"value":"REPLACE","key":"<key>"}},"event":[{"listen":"prerequest","script":{"id":"d3faaed5-cfad-4ef1-bdb5-be1f1237e08f","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"ede3bd88-1c69-4fc0-8096-ee74971955c5","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.sandbox.findigs.com"},{"key":"cav1BaseUrl","value":"https://api.findigs.com"},{"key":"apiKey","value":"REPLACE","type":"string"}]}