---
title: "Get Postal Codes"
method: GET
path: "/v1/others/demographic-info/postal-codes"
tags: ["Miscellaneous"]
---

# Get Postal Codes

`GET /v1/others/demographic-info/postal-codes`

## Query parameters

- `country` string, required

## Response `200`

Country wise postal codes

- GetPostalCodesResponse
  - `statusCode` number, required — The HTTP status code of the error
  - `data` GetPostalCodes, required
    - `postalCodes` string[], required — Available Postal Codes of the country
  - `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)
