v1
latestSwagger 2.02026-07-1472831.8 KBATM Country Subdivisions
Returns country subdivisions that have ATM locations. A country subdivision is a segment within a country (ex state or province). Country subdivisions are only available for the US and Canada.
Returns country subdivisions that have ATM locations. A country subdivision is a segment within a country (ex state or province). Country subdivisions are only available for the US and Canada.
get/atms/v1/countrysubdivision
Query parameters
Countrystring required
Any three digit country code as defined in ISO 3166-1. "USA" or "CAN"
Response
A list of all the CountrySubdivisions
Example response
{
"CountrySubdivisions": {
"CountrySubdivision": [
{
"Code": "IL",
"Name": "ILLINOIS"
}
]
}
}