{"info":{"_postman_id":"6ed48cc5-e4e4-46e3-a27e-7b84aea89e5c","name":"Property Data Hub","description":"<html><head></head><body><p><img src=\"https://cdn.addresscloud.com/assets/images/logos/logo-floodre-new-all-600px.png\" alt=\"\"></p>\n<p>The Property Data Hub provides a means of accessing information about the <a href=\"https://www.floodre.co.uk\">Flood Re</a> Eligibility Category (relates to Tax Band or Northern Ireland Domestic Valuation equivalent) and the Eligibility Period Indicator.</p>\n<p>The Eligibility Period Indicator relates to whether a property is considered as having been either built or valued prior to 2009 (i.e. before the 1st January 2009) and is therefore eligible for reinsurance, or whether the property is considered as built or valued post 2008 (i.e. after the 1st January 2009) and is therefore ineligible for reinsurance with Flood Re.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>This is a private service for use by UK insurers and their software partners only.<br>Access is only permitted from approved IP addresses. In addition to IP white-listing users must present a valid Client ID and API Key in the HTTP header. Please contact <a href=\"mailto:support@floodre.co.uk\">The Flood Re Service Desk</a> for technical enquiries or to request credentials.</p>\n<h1 id=\"error-handling\">Error Handling</h1>\n<p>The Property Data Hub uses standard HTTP error codes for returning errors:</p>\n<ul>\n<li><code>200</code>: <code>OK</code> (used for successful transactions)</li>\n<li><code>400</code>: <code>Bad Request</code> (e.g. if validation has failed on a parameter or there are parameters missing)</li>\n<li><code>403</code>: <code>Forbidden</code> (your credentials are incorrect or you are not accessing the service from a white-listed IP address)</li>\n<li><code>404</code>: <code>Not Found</code> (e.g. if there is no match found for a FRid/address)</li>\n<li><code>429</code>: <code>Too Many Requests</code> (the allocated transactions per second have been exceeded and rate limiting has taken effect)</li>\n<li><code>500</code>: <code>Internal Server Error</code> (something unexpected happened)</li>\n</ul>\n<p>We will also include a <code>status</code> field in the JSON response which will be <code>OK</code>, <code>ZERO_RESULTS</code> or <code>ERROR</code>. In the case of a bulk response if one location yields no results or an error and then the overall status will be a <code>200</code> and the actual status of each location will be reflected in the <code>status</code> field.</p>\n<p>In the event that a <code>4xx</code> or <code>5xx</code> status is returned we will return a JSON encoded error message which will give more information on why the error occurred.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Error Handling","slug":"error-handling"}],"owner":"17739132","collectionId":"6ed48cc5-e4e4-46e3-a27e-7b84aea89e5c","publishedId":"UUy1gTAh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"1f2a44","highlight":"00b0b9"},"publishDate":"2021-09-30T15:24:29.000Z"},"item":[{"name":"Single Query","id":"c7b92af8-145e-4a13-bdf9-cbdd101ca3d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-client-id","value":"","description":"<p>Your Client ID</p>\n","type":"text"},{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n","type":"text"}],"url":"https://{{environment}}.addresscloud.com/floodre/v1/property?frid=&uprn=&rm_udprn=&line1=&line2=&line3=&line4&line5&line6&line7&postcode=&effective_date&history","description":"<p>A single address query can contain multiple query mechanisms. The first mechanism to retrieve a positive match will be returned as the response. Internally to order of priority given to the search mechanisms is as follows: Either FRid, UPRN or RM_UDPRN are tried first.  If no match is yielded and an address has been supplied then the service will attempt to match the address. So if a query contains a FRid and an address, if a match is found for the FRid the provided Address will not be queried. However, if the FRid fails to locate a property, the address will be used to perform the lookup.</p>\n","urlObject":{"protocol":"https","path":["floodre","v1","property"],"host":["{{environment}}","addresscloud","com"],"query":[{"description":{"content":"<p>The Flood Re unique identifier of \"FRid\" is being created by the Managing Agent for all of the 30 million UK properties that will be stored on the online and offline version of the Property Data Hub. The unique field is a UUID, UUID is represented by 32 lowercase hexadecimal digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 alphanumeric characters and four hyphens).</p>\n","type":"text/plain"},"key":"frid","value":""},{"description":{"content":"<p>UPRN is the NLPG unique key for a property</p>\n","type":"text/plain"},"key":"uprn","value":""},{"description":{"content":"<p>RM_UDPRN is the Royal Mail PAF Unique Delivery Point Reference Number</p>\n","type":"text/plain"},"key":"rm_udprn","value":""},{"description":{"content":"<p>First line of the address</p>\n","type":"text/plain"},"key":"line1","value":""},{"description":{"content":"<p>Second line of the address</p>\n","type":"text/plain"},"key":"line2","value":""},{"description":{"content":"<p>Third line of the address</p>\n","type":"text/plain"},"key":"line3","value":""},{"description":{"content":"<p>Fourth line of the address</p>\n","type":"text/plain"},"key":"line4","value":""},{"description":{"content":"<p>Fifth line of the address</p>\n","type":"text/plain"},"key":"line5","value":""},{"description":{"content":"<p>Sixth line of the address</p>\n","type":"text/plain"},"key":"line6","value":""},{"description":{"content":"<p>Seventh line of the address</p>\n","type":"text/plain"},"key":"line7","value":""},{"description":{"content":"<p>Postal code</p>\n","type":"text/plain"},"key":"postcode","value":""},{"description":{"content":"<p>Effective date of policy (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"effective_date","value":""},{"description":{"content":"<p>Return eligibility history (default: false)</p>\n","type":"text/plain"},"key":"history","value":""}],"variable":[]}},"response":[{"id":"a0cf8d39-8f6b-4b2b-a453-a07cffd534d6","name":"Single Query: FrID Only","originalRequest":{"method":"GET","header":[{"key":"x-client-id","value":"{{CLIENT-ID}}","description":"Your Client ID","type":"text"},{"key":"x-api-key","value":"{{API-KEY}}","description":"Your API Key","type":"text"}],"url":{"raw":"https://{{environment}}.addresscloud.com/floodre/v1/property?frid=91d56b15-f4b4-40c8-8602-bcc0b89360ec","protocol":"https","host":["{{environment}}","addresscloud","com"],"path":["floodre","v1","property"],"query":[{"key":"frid","value":"91d56b15-f4b4-40c8-8602-bcc0b89360ec","description":"The Flood Re unique identifier of \"FRid\" is being created by the Managing Agent for all of the 30 million UK properties that will be stored on the online and offline version of the Property Data Hub. The unique field is a UUID, UUID is represented by 32 lowercase hexadecimal digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 alphanumeric characters and four hyphens)."},{"key":"uprn","value":"","description":"UPRN is the NLPG unique key for a property","disabled":true},{"key":"rm_udprn","value":"","description":"RM_UDPRN is the Royal Mail PAF Unique Delivery Point Reference Number","disabled":true},{"key":"line1","value":"","description":"First line of the address","disabled":true},{"key":"line2","value":"","description":"Second line of the address","disabled":true},{"key":"line3","value":"","description":"Third line of the address","disabled":true},{"key":"line4","value":null,"description":"Fourth line of the address","disabled":true},{"key":"line5","value":null,"description":"Fifth line of the address","disabled":true},{"key":"line6","value":null,"description":"Sixth line of the address","disabled":true},{"key":"line7","value":null,"description":"Seventh line of the address","disabled":true},{"key":"postcode","value":"","description":"Postal code","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"FRid\": \"91d56b15-f4b4-40c8-8602-bcc0b89360ec\",\n\t\"source\": \"1\",\n\t\"delete_effective_date\": \"\",\n\t\"strike_claim_count\": 0,\n\t\"resilience_indicator\": \"\",\n\t\"exclusion_indicator\": \"\",\n\t\"eligibility_category\": \"C\",\n\t\"eligibility_criteria\": \"1\",\n\t\"eligibility_effective_date\": \"2015-08-14T00:00:00.000\",\n    \"uprn\": 44089529\n}"},{"id":"a5bd2d73-d65d-4fbf-9d07-1f0ae4347732","name":"Single Query: FrID with Effective Date","originalRequest":{"method":"GET","header":[{"key":"x-client-id","value":"{{CLIENT-ID}}","description":"Your Client ID","type":"text"},{"key":"x-api-key","value":"{{API-KEY}}","description":"Your API Key","type":"text"}],"url":{"raw":"https://{{environment}}.addresscloud.com/floodre/v1/property?frid=91d56b15-f4b4-40c8-8602-bcc0b89360ec&effective_date=2021-06-01","protocol":"https","host":["{{environment}}","addresscloud","com"],"path":["floodre","v1","property"],"query":[{"key":"frid","value":"91d56b15-f4b4-40c8-8602-bcc0b89360ec","description":"The Flood Re unique identifier of \"FRid\" is being created by the Managing Agent for all of the 30 million UK properties that will be stored on the online and offline version of the Property Data Hub. The unique field is a UUID, UUID is represented by 32 lowercase hexadecimal digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 alphanumeric characters and four hyphens)."},{"key":"uprn","value":"","description":"UPRN is the NLPG unique key for a property","disabled":true},{"key":"rm_udprn","value":"","description":"RM_UDPRN is the Royal Mail PAF Unique Delivery Point Reference Number","disabled":true},{"key":"line1","value":"","description":"First line of the address","disabled":true},{"key":"line2","value":"","description":"Second line of the address","disabled":true},{"key":"line3","value":"","description":"Third line of the address","disabled":true},{"key":"line4","value":null,"description":"Fourth line of the address","disabled":true},{"key":"line5","value":null,"description":"Fifth line of the address","disabled":true},{"key":"line6","value":null,"description":"Sixth line of the address","disabled":true},{"key":"line7","value":null,"description":"Seventh line of the address","disabled":true},{"key":"postcode","value":"","description":"Postal code","disabled":true},{"key":"effective_date","value":"2021-06-01","description":"Effective date of policy"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"FRid\": \"91d56b15-f4b4-40c8-8602-bcc0b89360ec\",\n\t\"source\": \"1\",\n\t\"delete_effective_date\": \"\",\n\t\"strike_claim_count\": 0,\n\t\"resilience_indicator\": \"\",\n\t\"exclusion_indicator\": \"\",\n\t\"eligibility_category\": \"C\",\n\t\"eligibility_criteria\": \"1\",\n\t\"eligibility_effective_date\": \"2015-08-14T00:00:00.000\",\n    \"uprn\": 44089529\n}"},{"id":"e8e81dab-615a-4d43-b9e8-039fe8095022","name":"Single Query: FrID with History","originalRequest":{"method":"GET","header":[{"key":"x-client-id","value":"{{CLIENT-ID}}","description":"Your Client ID","type":"text"},{"key":"x-api-key","value":"{{API-KEY}}","description":"Your API Key","type":"text"}],"url":{"raw":"https://{{environment}}.addresscloud.com/floodre/v1/property?frid=91d56b15-f4b4-40c8-8602-bcc0b89360ec&history=true","protocol":"https","host":["{{environment}}","addresscloud","com"],"path":["floodre","v1","property"],"query":[{"key":"frid","value":"91d56b15-f4b4-40c8-8602-bcc0b89360ec","description":"The Flood Re unique identifier of \"FRid\" is being created by the Managing Agent for all of the 30 million UK properties that will be stored on the online and offline version of the Property Data Hub. The unique field is a UUID, UUID is represented by 32 lowercase hexadecimal digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 alphanumeric characters and four hyphens)."},{"key":"uprn","value":"","description":"UPRN is the NLPG unique key for a property","disabled":true},{"key":"rm_udprn","value":"","description":"RM_UDPRN is the Royal Mail PAF Unique Delivery Point Reference Number","disabled":true},{"key":"line1","value":"","description":"First line of the address","disabled":true},{"key":"line2","value":"","description":"Second line of the address","disabled":true},{"key":"line3","value":"","description":"Third line of the address","disabled":true},{"key":"line4","value":null,"description":"Fourth line of the address","disabled":true},{"key":"line5","value":null,"description":"Fifth line of the address","disabled":true},{"key":"line6","value":null,"description":"Sixth line of the address","disabled":true},{"key":"line7","value":null,"description":"Seventh line of the address","disabled":true},{"key":"postcode","value":"","description":"Postal code","disabled":true},{"key":"history","value":"true","description":"Effective date of policy"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"FRid\": \"91d56b15-f4b4-40c8-8602-bcc0b89360ec\",\n\t\"source\": \"1\",\n\t\"delete_effective_date\": \"\",\n\t\"strike_claim_count\": 0,\n\t\"resilience_indicator\": \"\",\n\t\"exclusion_indicator\": \"\",\n\t\"eligibility_category\": \"C\",\n\t\"eligibility_criteria\": \"1\",\n\t\"eligibility_effective_date\": \"2015-08-14T00:00:00.000\",\n    \"uprn\": 44089529\n}"},{"id":"f5dcadb8-3155-4b83-9e0f-99500d44b8c7","name":"Single Query: UPRN Only","originalRequest":{"method":"GET","header":[{"key":"x-client-id","value":"{{CLIENT-ID}}","description":"Your Client ID","type":"text"},{"key":"x-api-key","value":"{{API-KEY}}","description":"Your API Key","type":"text"}],"url":{"raw":"https://{{environment}}.addresscloud.com/floodre/v1/property?uprn=44089529","protocol":"https","host":["{{environment}}","addresscloud","com"],"path":["floodre","v1","property"],"query":[{"key":"frid","value":"","description":"The Flood Re unique identifier of \"FRid\" is being created by the Managing Agent for all of the 30 million UK properties that will be stored on the online and offline version of the Property Data Hub. The unique field is a UUID, UUID is represented by 32 lowercase hexadecimal digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 alphanumeric characters and four hyphens).","disabled":true},{"key":"uprn","value":"44089529","description":"UPRN is the NLPG unique key for a property"},{"key":"rm_udprn","value":"","description":"RM_UDPRN is the Royal Mail PAF Unique Delivery Point Reference Number","disabled":true},{"key":"line1","value":"","description":"First line of the address","disabled":true},{"key":"line2","value":"","description":"Second line of the address","disabled":true},{"key":"line3","value":"","description":"Third line of the address","disabled":true},{"key":"line4","value":null,"description":"Fourth line of the address","disabled":true},{"key":"line5","value":null,"description":"Fifth line of the address","disabled":true},{"key":"line6","value":null,"description":"Sixth line of the address","disabled":true},{"key":"line7","value":null,"description":"Seventh line of the address","disabled":true},{"key":"postcode","value":"","description":"Postal code","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"FRid\": \"91d56b15-f4b4-40c8-8602-bcc0b89360ec\",\n\t\"source\": \"1\",\n\t\"delete_effective_date\": \"\",\n\t\"strike_claim_count\": 0,\n\t\"resilience_indicator\": \"\",\n\t\"exclusion_indicator\": \"\",\n\t\"eligibility_category\": \"C\",\n\t\"eligibility_criteria\": \"1\",\n\t\"eligibility_effective_date\": \"2015-08-14T00:00:00.000\",\n    \"uprn\": 44089529\n}"},{"id":"e0d74431-e591-461b-8116-f4e6b62e930a","name":"Single Query UDPRN Only","originalRequest":{"method":"GET","header":[{"key":"x-client-id","value":"{{CLIENT-ID}}","description":"Your Client ID","type":"text"},{"key":"x-api-key","value":"{{API-KEY}}","description":"Your API Key","type":"text"}],"url":{"raw":"https://{{environment}}.addresscloud.com/floodre/v1/property?rm_udprn=14904048","protocol":"https","host":["{{environment}}","addresscloud","com"],"path":["floodre","v1","property"],"query":[{"key":"frid","value":"","description":"The Flood Re unique identifier of \"FRid\" is being created by the Managing Agent for all of the 30 million UK properties that will be stored on the online and offline version of the Property Data Hub. The unique field is a UUID, UUID is represented by 32 lowercase hexadecimal digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 alphanumeric characters and four hyphens).","disabled":true},{"key":"uprn","value":"","description":"UPRN is the NLPG unique key for a property","disabled":true},{"key":"rm_udprn","value":"14904048","description":"RM_UDPRN is the Royal Mail PAF Unique Delivery Point Reference Number"},{"key":"line1","value":"","description":"First line of the address","disabled":true},{"key":"line2","value":"","description":"Second line of the address","disabled":true},{"key":"line3","value":"","description":"Third line of the address","disabled":true},{"key":"line4","value":null,"description":"Fourth line of the address","disabled":true},{"key":"line5","value":null,"description":"Fifth line of the address","disabled":true},{"key":"line6","value":null,"description":"Sixth line of the address","disabled":true},{"key":"line7","value":null,"description":"Seventh line of the address","disabled":true},{"key":"postcode","value":"","description":"Postal code","disabled":true},{"key":"effecive_date","value":null,"description":"Effective date of policy (YYYY-MM-DD)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"FRid\": \"91d56b15-f4b4-40c8-8602-bcc0b89360ec\",\n\t\"source\": \"1\",\n\t\"delete_effective_date\": \"\",\n\t\"strike_claim_count\": 0,\n\t\"resilience_indicator\": \"\",\n\t\"exclusion_indicator\": \"\",\n\t\"eligibility_category\": \"C\",\n\t\"eligibility_criteria\": \"1\",\n\t\"eligibility_effective_date\": \"2015-08-14T00:00:00.000\",\n    \"uprn\": 44089529\n}"},{"id":"46dca3d1-8623-439f-b330-5c075d94b0d7","name":"Single Query: Address Only","originalRequest":{"method":"GET","header":[{"key":"x-client-id","value":"{{CLIENT-ID}}","description":"Your Client ID","type":"text"},{"key":"x-api-key","value":"{{API-KEY}}","description":"Your API Key","type":"text"}],"url":{"raw":"https://{{environment}}.addresscloud.com/floodre/v1/property?line1=542&line2=Grange Road&line3=Gillingham&postcode=ME7 2UH","protocol":"https","host":["{{environment}}","addresscloud","com"],"path":["floodre","v1","property"],"query":[{"key":"frid","value":"","description":"The Flood Re unique identifier of \"FRid\" is being created by the Managing Agent for all of the 30 million UK properties that will be stored on the online and offline version of the Property Data Hub. The unique field is a UUID, UUID is represented by 32 lowercase hexadecimal digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 alphanumeric characters and four hyphens).","disabled":true},{"key":"uprn","value":"","description":"UPRN is the NLPG unique key for a property","disabled":true},{"key":"rm_udprn","value":"","description":"RM_UDPRN is the Royal Mail PAF Unique Delivery Point Reference Number","disabled":true},{"key":"line1","value":"542","description":"First line of the address"},{"key":"line2","value":"Grange Road","description":"Second line of the address"},{"key":"line3","value":"Gillingham","description":"Third line of the address"},{"key":"line4","value":null,"description":"Fourth line of the address","disabled":true},{"key":"line5","value":null,"description":"Fifth line of the address","disabled":true},{"key":"line6","value":null,"description":"Sixth line of the address","disabled":true},{"key":"line7","value":null,"description":"Seventh line of the address","disabled":true},{"key":"postcode","value":"ME7 2UH","description":"Postal code"},{"key":"effective_date","value":null,"description":"Effective date of policy (YYYY-MM-DD)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"FRid\": \"91d56b15-f4b4-40c8-8602-bcc0b89360ec\",\n\t\"source\": \"1\",\n\t\"delete_effective_date\": \"\",\n\t\"strike_claim_count\": 0,\n\t\"resilience_indicator\": \"\",\n\t\"exclusion_indicator\": \"\",\n\t\"eligibility_category\": \"C\",\n\t\"eligibility_criteria\": \"1\",\n\t\"eligibility_effective_date\": \"2015-08-14T00:00:00.000\",\n    \"uprn\": 44089529\n}"},{"id":"dca85e6b-63d0-4277-981e-7b6c8490ca09","name":"Single Query: No FRid Found","originalRequest":{"method":"GET","header":[{"key":"x-client-id","value":"{{CLIENT-ID}}","description":"Your Client ID","type":"text"},{"key":"x-api-key","value":"{{API-KEY}}","description":"Your API Key","type":"text"}],"url":{"raw":"https://{{environment}}.addresscloud.com/floodre/v1/property?frid=91d56b15-f4b4-40c8-8602-bcc0b89360ed","protocol":"https","host":["{{environment}}","addresscloud","com"],"path":["floodre","v1","property"],"query":[{"key":"frid","value":"91d56b15-f4b4-40c8-8602-bcc0b89360ed","description":"The Flood Re unique identifier of \"FRid\" is being created by the Managing Agent for all of the 30 million UK properties that will be stored on the online and offline version of the Property Data Hub. The unique field is a UUID, UUID is represented by 32 lowercase hexadecimal digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 alphanumeric characters and four hyphens)."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"message\":\"404 location not found: [{\\\"frid\\\":\\\"007103a0-73dd-49e6-bde7-a7a9b03e73dd\\\",\\\"history\\\":true}]\"}"}],"_postman_id":"c7b92af8-145e-4a13-bdf9-cbdd101ca3d9"},{"name":"Bulk Query","id":"841521cd-9ea3-4823-9b60-fcda3c13e54b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-client-id","value":"","description":"<p>Your Client ID</p>\n","type":"text"},{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n","type":"text"}],"url":"https://{{environment}}.addresscloud.com/floodre/v1/property","description":"<p>This is a bulk endpoint for submitting multiple addresses (up to 100) in a single HTTP request.  Addresses should be passed in as JSON array and a JSON array will be returned (in the same order).</p>\n","urlObject":{"protocol":"https","path":["floodre","v1","property"],"host":["{{environment}}","addresscloud","com"],"query":[],"variable":[]}},"response":[{"id":"2275cf7b-8d9e-4d8c-95d7-e99084aaf042","name":"Bulk Query","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-client-id","value":"{{CLIENT-ID}}","type":"text"},{"key":"x-api-key","value":"{{API-KEY}}","type":"text"}],"body":{"mode":"raw","raw":"[{\n\t\"frid\": \"91d56b15-f4b4-40c8-8602-bcc0b89360ec\",\n\t\"uprn\": 44089529,\n\t\"rm_udprn\": 14904048,\n\t\"line1\": \"542\",\n\t\"line2\": \"Grange Road\",\n\t\"line3\": \"Gillingham\",\n\t\"line4\": \"\",\n\t\"line5\": \"\",\n\t\"line6\": \"\",\n\t\"line7\": \"\",\n\t\"postcode\": \"ME7 2UH\",\n    \"effective_date\": \"2021-06-01\"\n}, {\n\t\"frid\": \"ab6aad2b-0efc-4c31-8234-6f924cbca9af\",\n\t\"uprn\": 44089286,\n\t\"rm_udprn\": 14904052,\n\t\"line1\": \"544\",\n\t\"line2\": \"Grange Road\",\n\t\"line3\": \"Gillingham\",\n\t\"line4\": \"\",\n\t\"line5\": \"\",\n\t\"line6\": \"\",\n\t\"line7\": \"\",\n\t\"postcode\": \"ME7 2UH\",\n    \"effective_date\": \"2021-06-01\"\n}]","options":{"raw":{"language":"json"}}},"url":"https://{{environment}}.addresscloud.com/floodre/v1/property"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[{\n\t\t\"FRid\": \"91d56b15-f4b4-40c8-8602-bcc0b89360ec\",\n\t\t\"source\": \"1\",\n\t\t\"delete_effective_date\": \"\",\n\t\t\"strike_claim_count\": 0,\n\t\t\"resilience_indicator\": \"\",\n\t\t\"exclusion_indicator\": \"\",\n\t\t\"eligibility_category\": \"C\",\n\t\t\"eligibility_criteria\": \"1\",\n\t\t\"eligibility_effective_date\": \"2015-08-14T00:00:00.000\",\n        \"uprn\": 44089529\n\t},\n\t{\n\t\t\"FRid\": \"ab6aad2b-0efc-4c31-8234-6f924cbca9af\",\n\t\t\"source\": \"1\",\n\t\t\"delete_effective_date\": \"\",\n\t\t\"strike_claim_count\": 0,\n\t\t\"resilience_indicator\": \"\",\n\t\t\"exclusion_indicator\": \"\",\n\t\t\"eligibility_category\": \"C\",\n\t\t\"eligibility_criteria\": \"1\",\n\t\t\"eligibility_effective_date\": \"2015-08-14T00:00:00.000\",\n        \"uprn\": 44089286\n\t}\n]"}],"_postman_id":"841521cd-9ea3-4823-9b60-fcda3c13e54b"},{"name":"Data File","id":"a7bda23b-584c-4641-b40e-eeba82b19263","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-client-id","value":"","description":"<p>Your Client ID</p>\n","type":"text"},{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n","type":"text"}],"url":"https://{{environment}}.addresscloud.com/floodre/v1/property/datafile","description":"<p>A version of the Property Data Hub information can be downloaded from the Flood Re Portal for offline use.</p>\n<p>This service will only listen for GET requests.  The response will return an <code>HTTP 302</code> status with a Location header containing a secure link to a download file.  Browsers will automatically re-direct to this location and commence downloading the file.  For command line queries using the cURL tool, specifying the <code>-L</code> parameter will tell cURL to follow the Location and automatically download the file.</p>\n","urlObject":{"protocol":"https","path":["floodre","v1","property","datafile"],"host":["{{environment}}","addresscloud","com"],"query":[],"variable":[]}},"response":[{"id":"249223d0-b5d1-4477-acce-9b3d4b9eedd6","name":"Data File","originalRequest":{"method":"GET","header":[{"key":"x-client-id","value":"{{CLIENT-ID}}","description":"Your Client ID","type":"text"},{"key":"x-api-key","value":"{{API-KEY}}","description":"Your API Key","type":"text"}],"url":"https://{{environment}}.addresscloud.com/floodre/v1/property/datafile"},"status":"Found","code":302,"_postman_previewlanguage":null,"header":[{"key":"Location","value":"https://s3.eu-west-1.amazonaws.com/floodre-service-prod.addresscloud.com/property-data-file.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIASHHYRCKUAUP7Y5VF%2F20211112%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20211112T063224Z&X-Amz-Expires=3600&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEG8aCWV1LXdlc3QtMSJHMEUCIBOExCdqzBK4KXQcgmpuszUMn5%2BuwIoMMPq5M9mZf%2BfWAiEAjLCdnmDjkRWqojQc2GVNv%2BmD1SA0FZbDc0h7ZO50NSUqpwIIKBAAGgwxNTI5OTI1NTE1OTIiDLmPUB9Crd7SSCD86iqEAlbG1xuKV7NFNEURk8V5rwNeQerF%2FFa1B%2FMgjQOa%2BKQAq1JBHTcIX4UXqn9UBrDGZd9yDQjuOovicvVp%2BOF0acYvleuro%2FTZLUMk%2Fqu%2FIbY%2BuvnIC%2BULSKbJEoNOwvZNSEqWxT296hoY6Jnp31M%2BPeeMsIMiE33s6aN9cV%2BW0COdVDazJ0Kzs8Aj1eNThvhE0kedFjfC7Yoiq8P8z7ZOyFPTOV75i5dp13ARA4bTMDX5KydwNY%2Fcnp344I69Z8viWi8JzbM8peSJxqOhl9pAQoKjjbv5eToDm7u0H76iW%2F4KGLVqIqIPzIuO%2B8j1YJos32hKP2PoMYAYAjtHbZTJ2giPCAfXMIGUuIwGOpoBbVtkqWM1NrV%2BViY7fRMR9KCU87UDoxBq6RUvnPG9KXOjZrirtMSKJv5QXffIaw1UrefrGk1GfXkew%2FH9zFG4OYVo8a0X7zZPTz692c2zhQw3pRuBTQW4GqIGriHPn6zb%2BWFR2%2F298eFAQvBepP8yM1LcdZAPz%2FsmOC8nAIEBB1Krqpykj8ZVJKzVQgK26%2F%2BzfGUHG51dNvw%2FHw%3D%3D&X-Amz-Signature=a1d33d383073d8113a284000c588f292b3ac66330c83a87929c67c1da6a3d2af&X-Amz-SignedHeaders=host","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a7bda23b-584c-4641-b40e-eeba82b19263"},{"name":"Premium","id":"dbfb904c-830a-4c94-ab6b-499e419f4872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-client-id","value":"","description":"<p>Your Client ID</p>\n","type":"text"},{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n","type":"text"}],"url":"https://{{environment}}.addresscloud.com/floodre/v1/premium","description":"<p>The Premium endpoint publishes information based on when new Flood Re premiums became valid from (at the point new ones become valid, the old ones become invalid)</p>\n","urlObject":{"protocol":"https","path":["floodre","v1","premium"],"host":["{{environment}}","addresscloud","com"],"query":[],"variable":[]}},"response":[{"id":"2923b4b3-080c-430b-9b6e-2b3e423dbcee","name":"Premium: Current Premiums","originalRequest":{"method":"GET","header":[{"key":"x-client-id","value":"{{CLIENT-ID}}","description":"Your Client ID","type":"text"},{"key":"x-api-key","value":"{{API-KEY}}","description":"Your API Key","type":"text"}],"url":"https://{{environment}}.addresscloud.com/floodre/v1/premium"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\"1\":{\"A\":{\"contents\":52,\"buildings\":117},\"B\":{\"contents\":52,\"buildings\":117},\"C\":{\"contents\":66,\"buildings\":131},\"D\":{\"contents\":73,\"buildings\":148},\"E\":{\"contents\":89,\"buildings\":176},\"F\":{\"contents\":100,\"buildings\":231},\"G\":{\"contents\":140,\"buildings\":296},\"H\":{\"contents\":406,\"buildings\":812}},\"2\":{\"A\":{\"contents\":52,\"buildings\":117},\"B\":{\"contents\":52,\"buildings\":117},\"C\":{\"contents\":52,\"buildings\":117},\"D\":{\"contents\":66,\"buildings\":131},\"E\":{\"contents\":73,\"buildings\":148},\"F\":{\"contents\":89,\"buildings\":176},\"G\":{\"contents\":100,\"buildings\":231},\"H\":{\"contents\":140,\"buildings\":296},\"I\":{\"contents\":406,\"buildings\":812}},\"3\":{\"1\":{\"contents\":52,\"buildings\":117},\"2\":{\"contents\":52,\"buildings\":117},\"3\":{\"contents\":66,\"buildings\":131},\"4\":{\"contents\":73,\"buildings\":148},\"5\":{\"contents\":89,\"buildings\":176},\"6\":{\"contents\":100,\"buildings\":231},\"7\":{\"contents\":140,\"buildings\":296},\"8\":{\"contents\":406,\"buildings\":812}},\"4\":{\"A\":{\"contents\":52,\"buildings\":117},\"B\":{\"contents\":52,\"buildings\":117},\"C\":{\"contents\":66,\"buildings\":131},\"D\":{\"contents\":73,\"buildings\":148},\"E\":{\"contents\":89,\"buildings\":176},\"F\":{\"contents\":100,\"buildings\":231},\"G\":{\"contents\":140,\"buildings\":296},\"H\":{\"contents\":406,\"buildings\":812}}}"},{"id":"c60285be-9047-4752-bffa-773cb6a91e2e","name":"Premium: All Premiums","originalRequest":{"method":"GET","header":[{"key":"x-client-id","value":"{{CLIENT-ID}}","description":"Your Client ID","type":"text"},{"key":"x-api-key","value":"{{API-KEY}}","description":"Your API Key","type":"text"}],"url":"https://{{environment}}.addresscloud.com/floodre/v1/premium/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[{\"premiums\": {\"1\": {\"A\": {\"contents\": 52, \"buildings\": 117}, \"B\": {\"contents\": 52, \"buildings\": 117}, \"C\": {\"contents\": 66, \"buildings\": 131}, \"D\": {\"contents\": 73, \"buildings\": 148}, \"E\": {\"contents\": 89, \"buildings\": 176}, \"F\": {\"contents\": 100, \"buildings\": 231}, \"G\": {\"contents\": 140, \"buildings\": 296}, \"H\": {\"contents\": 406, \"buildings\": 812}}, \"2\": {\"A\": {\"contents\": 52, \"buildings\": 117}, \"B\": {\"contents\": 52, \"buildings\": 117}, \"C\": {\"contents\": 52, \"buildings\": 117}, \"D\": {\"contents\": 66, \"buildings\": 131}, \"E\": {\"contents\": 73, \"buildings\": 148}, \"F\": {\"contents\": 89, \"buildings\": 176}, \"G\": {\"contents\": 100, \"buildings\": 231}, \"H\": {\"contents\": 140, \"buildings\": 296}, \"I\": {\"contents\": 406, \"buildings\": 812}}, \"3\": {\"1\": {\"contents\": 52, \"buildings\": 117}, \"2\": {\"contents\": 52, \"buildings\": 117}, \"3\": {\"contents\": 66, \"buildings\": 131}, \"4\": {\"contents\": 73, \"buildings\": 148}, \"5\": {\"contents\": 89, \"buildings\": 176}, \"6\": {\"contents\": 100, \"buildings\": 231}, \"7\": {\"contents\": 140, \"buildings\": 296}, \"8\": {\"contents\": 406, \"buildings\": 812}}, \"4\": {\"A\": {\"contents\": 52, \"buildings\": 117}, \"B\": {\"contents\": 52, \"buildings\": 117}, \"C\": {\"contents\": 66, \"buildings\": 131}, \"D\": {\"contents\": 73, \"buildings\": 148}, \"E\": {\"contents\": 89, \"buildings\": 176}, \"F\": {\"contents\": 100, \"buildings\": 231}, \"G\": {\"contents\": 140, \"buildings\": 296}, \"H\": {\"contents\": 406, \"buildings\": 812}}}, \"valid_from\": \"2021-10-01\"},{\"premiums\": {\"1\": {\"A\": {\"contents\": 52, \"buildings\": 117}, \"B\": {\"contents\": 52, \"buildings\": 117}, \"C\": {\"contents\": 66, \"buildings\": 131}, \"D\": {\"contents\": 73, \"buildings\": 148}, \"E\": {\"contents\": 89, \"buildings\": 176}, \"F\": {\"contents\": 100, \"buildings\": 231}, \"G\": {\"contents\": 140, \"buildings\": 296}, \"H\": {\"contents\": 406, \"buildings\": 812}}, \"2\": {\"A\": {\"contents\": 52, \"buildings\": 117}, \"B\": {\"contents\": 52, \"buildings\": 117}, \"C\": {\"contents\": 52, \"buildings\": 117}, \"D\": {\"contents\": 66, \"buildings\": 131}, \"E\": {\"contents\": 73, \"buildings\": 148}, \"F\": {\"contents\": 89, \"buildings\": 176}, \"G\": {\"contents\": 100, \"buildings\": 231}, \"H\": {\"contents\": 140, \"buildings\": 296}, \"I\": {\"contents\": 406, \"buildings\": 812}}, \"3\": {\"1\": {\"contents\": 52, \"buildings\": 117}, \"2\": {\"contents\": 52, \"buildings\": 117}, \"3\": {\"contents\": 66, \"buildings\": 131}, \"4\": {\"contents\": 73, \"buildings\": 148}, \"5\": {\"contents\": 89, \"buildings\": 176}, \"6\": {\"contents\": 100, \"buildings\": 231}, \"7\": {\"contents\": 140, \"buildings\": 296}, \"8\": {\"contents\": 406, \"buildings\": 812}}, \"4\": {\"A\": {\"contents\": 52, \"buildings\": 117}, \"B\": {\"contents\": 52, \"buildings\": 117}, \"C\": {\"contents\": 66, \"buildings\": 131}, \"D\": {\"contents\": 73, \"buildings\": 148}, \"E\": {\"contents\": 89, \"buildings\": 176}, \"F\": {\"contents\": 100, \"buildings\": 231}, \"G\": {\"contents\": 140, \"buildings\": 296}, \"H\": {\"contents\": 406, \"buildings\": 812}}}, \"valid_from\": \"2019-01-01\"},{\"premiums\": {\"1\": {\"A\": {\"contents\": 79, \"buildings\": 134}, \"B\": {\"contents\": 79, \"buildings\": 134}, \"C\": {\"contents\": 99, \"buildings\": 150}, \"D\": {\"contents\": 109, \"buildings\": 170}, \"E\": {\"contents\": 133, \"buildings\": 202}, \"F\": {\"contents\": 150, \"buildings\": 264}, \"G\": {\"contents\": 209, \"buildings\": 339}, \"H\": {\"contents\": 406, \"buildings\": 812}}, \"2\": {\"A\": {\"contents\": 79, \"buildings\": 134}, \"B\": {\"contents\": 79, \"buildings\": 134}, \"C\": {\"contents\": 79, \"buildings\": 134}, \"D\": {\"contents\": 99, \"buildings\": 150}, \"E\": {\"contents\": 109, \"buildings\": 170}, \"F\": {\"contents\": 133, \"buildings\": 202}, \"G\": {\"contents\": 150, \"buildings\": 264}, \"H\": {\"contents\": 209, \"buildings\": 339}, \"I\": {\"contents\": 406, \"buildings\": 812}}, \"3\": {\"1\": {\"contents\": 79, \"buildings\": 134}, \"2\": {\"contents\": 79, \"buildings\": 134}, \"3\": {\"contents\": 99, \"buildings\": 150}, \"4\": {\"contents\": 109, \"buildings\": 170}, \"5\": {\"contents\": 133, \"buildings\": 202}, \"6\": {\"contents\": 150, \"buildings\": 264}, \"7\": {\"contents\": 209, \"buildings\": 339}, \"8\": {\"contents\": 406, \"buildings\": 812}}, \"4\": {\"A\": {\"contents\": 79, \"buildings\": 134}, \"B\": {\"contents\": 79, \"buildings\": 134}, \"C\": {\"contents\": 99, \"buildings\": 150}, \"D\": {\"contents\": 109, \"buildings\": 170}, \"E\": {\"contents\": 133, \"buildings\": 202}, \"F\": {\"contents\": 150, \"buildings\": 264}, \"G\": {\"contents\": 209, \"buildings\": 339}, \"H\": {\"contents\": 406, \"buildings\": 812}}}, \"valid_from\": \"2017-10-01\"},{\"premiums\": {\"1\": {\"A\": {\"contents\": 78, \"buildings\": 132}, \"B\": {\"contents\": 78, \"buildings\": 132}, \"C\": {\"contents\": 98, \"buildings\": 148}, \"D\": {\"contents\": 108, \"buildings\": 168}, \"E\": {\"contents\": 131, \"buildings\": 199}, \"F\": {\"contents\": 148, \"buildings\": 260}, \"G\": {\"contents\": 206, \"buildings\": 334}, \"H\": {\"contents\": 400, \"buildings\": 800}}, \"2\": {\"A\": {\"contents\": 78, \"buildings\": 132}, \"B\": {\"contents\": 78, \"buildings\": 132}, \"C\": {\"contents\": 78, \"buildings\": 132}, \"D\": {\"contents\": 98, \"buildings\": 148}, \"E\": {\"contents\": 108, \"buildings\": 168}, \"F\": {\"contents\": 131, \"buildings\": 199}, \"G\": {\"contents\": 148, \"buildings\": 260}, \"H\": {\"contents\": 206, \"buildings\": 334}, \"I\": {\"contents\": 400, \"buildings\": 800}}, \"3\": {\"1\": {\"contents\": 78, \"buildings\": 132}, \"2\": {\"contents\": 78, \"buildings\": 132}, \"3\": {\"contents\": 98, \"buildings\": 148}, \"4\": {\"contents\": 108, \"buildings\": 168}, \"5\": {\"contents\": 131, \"buildings\": 199}, \"6\": {\"contents\": 148, \"buildings\": 260}, \"7\": {\"contents\": 206, \"buildings\": 334}, \"8\": {\"contents\": 400, \"buildings\": 800}}, \"4\": {\"A\": {\"contents\": 78, \"buildings\": 132}, \"B\": {\"contents\": 78, \"buildings\": 132}, \"C\": {\"contents\": 98, \"buildings\": 148}, \"D\": {\"contents\": 108, \"buildings\": 168}, \"E\": {\"contents\": 131, \"buildings\": 199}, \"F\": {\"contents\": 148, \"buildings\": 260}, \"G\": {\"contents\": 206, \"buildings\": 334}, \"H\": {\"contents\": 400, \"buildings\": 800}}}, \"valid_from\": \"2015-01-01\"}]"}],"_postman_id":"dbfb904c-830a-4c94-ab6b-499e419f4872"}]}