State

Read on retrieving enabled states

The state API provides a list of all states in the origination country which is enabled for you.

Get a list of all available states

GET /v2/states

curl -X GET '{{url}}/v2/states' \
  -H 'Accept: application/json' \
  -H 'X-Client-Id: clientid' \
  -H 'X-Client-Secret: clientsecret'

Get state by code

GET /v2/states?countryCode={{countryCode}}

Get state by ID

GET /v2/states/{{stateId}}

Last updated