# What are the supported Country and state codes for United Kingdom(GBR)?

**URL:** https://integration.keap.com/t/what-are-the-supported-country-and-state-codes-for-united-kingdom-gbr/85705
**Category:** API Q&A
**Created:** [November 22, 2021, 1:36pm UTC](https://integration.keap.com/t/what-are-the-supported-country-and-state-codes-for-united-kingdom-gbr/85705 "2021-11-22T13:36:40Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Suresh\_Beetukuri](https://avatars.discourse-cdn.com/v4/letter/s/a698b9/32.png) [@Suresh\_Beetukuri](https://integration.keap.com/u/Suresh_Beetukuri)
#### Post date: [November 22, 2021, 1:36pm UTC](https://integration.keap.com/t/what-are-the-supported-country-and-state-codes-for-united-kingdom-gbr/85705/1 "2021-11-22T13:36:40Z")

</div>

Tried to create a Contact through API by passing below address but getting Bad Request  
“address”: {

```
        "addressType": "BILLING",

        "address1": "123 DRIVE",

        "address2": "STREET 36",

        "city": "England",

        "state": "GB-SC",

        "countryCode": "GBR",

        "zipCode": "S2 2DF",

        "zipFour": "S2 2DF"

    },

```

Please provide supported country code and state codes.

---

<div class="post-metadata">

### Author: ![TomScott](https://sea1.discourse-cdn.com/flex019/user_avatar/integration.keap.com/tomscott/32/67_2.png) [@TomScott](https://integration.keap.com/u/TomScott)
#### Post date: [November 24, 2021, 4:50pm UTC](https://integration.keap.com/t/what-are-the-supported-country-and-state-codes-for-united-kingdom-gbr/85705/2 "2021-11-24T16:50:41Z")

</div>

Good afternoon Suresh, you can retrieve the list of accepted countries and provinces through the Locales endpoint:

[https://developer.infusionsoft.com/docs/rest/#!/Locale/listCountriesUsingGET\_3](https://developer.infusionsoft.com/docs/rest/#!/Locale/listCountriesUsingGET_3)
