Skip to main content

Get states by country codes

Returns states for the given 2-letter country codes. Multiple country codes can be provided.
ApiScope: manage.dealer.read
API Scope Level: ServiceSubscriberScope

Query Parameters
    countryCodes string[] required

    List of 2-letter country codes (e.g., US, CA, GB). Multiple values can be provided.

Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    statesByCountryCode object
    property name* object[]
  • Array [
  • name string
    code string
    countryCode string
  • ]
Loading...