---
title: "Get Addresses"
method: GET
path: "/v1/others/demographic-info/addresses"
tags: ["Miscellaneous"]
---

# Get Addresses

`GET /v1/others/demographic-info/addresses`

## Query parameters

- `country` string, required
- `postalCode` string, required

## Response `200`

Address details by country and postal code

- GetAddressResponse
  - `statusCode` number, required — The HTTP status code of the error
  - `data` GetAddress, required
    - `country` string, required — Country Name
    - `state` string[], required — Available States of the country by postal code
    - `district` string[], required — Available Districts of the country by postal code
    - `city` string[], required — Available Cities of the country by postal code
    - `area` string[], required — Available Areas of the country by postal code
  - `message` string, required — Human-readable message containing all available details about the operation
  - `success` boolean, required — A boolean indicating whether this was a success response or an error response

## Other responses

- `403` — Forbidden resource
- `500` — Internal Server Error, Some problem is there, please try after sometime

---

[API](https://skmtc.net/credilinq/apis/credilinq-apis.md) · [All operations](https://skmtc.net/credilinq/apis/credilinq-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/credilinq/credilinq-apis/revisions/fc4f4dd68f9b/schema)
