### GET /address/search Source: https://apidocs.perse.io/ Search for addresses by postcode to retrieve addressId and addressAsLine for use in meter APIs. ```APIDOC ## GET /address/search ### Description Provides all addresses available in a specific postcode along with internally generated addressId and addressAsLine. ### Method GET ### Parameters #### Query Parameters - **postCode** (string) - Required - The postcode to search for. - **fuelType** (string) - Required - The type of fuel (e.g., elec, gas). - **customerName** (string) - Required - The name of the customer. - **customerConsent** (boolean) - Required - Indicates if customer consent has been obtained. ### Response #### Success Response (200) - **status** (string) - Success status - **code** (integer) - HTTP status code - **data** (array) - List of matching addresses #### Error Handling - **400** - Missing or invalid fields in request body - **401** - API key missing from headers - **404** - No matching addresses found ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.