Skip to main content

Validate an address

POST 
/addresses/actions/validate

Validates an address for emergency services.

Request

Body

required

Parameters that can be defined during address validation

    street_address street_address (string)required

    The primary street address information about the address.

    extended_address extended_address (string)

    Additional street address information about the address such as, but not limited to, unit number or apartment number.

    locality locality (string)

    The locality of the address. For US addresses, this corresponds to the city of the address.

    administrative_area administrative_area (string)

    The locality of the address. For US addresses, this corresponds to the state of the address.

    postal_code postal_code (string)required

    The postal code of the address.

    country_code country_code (string)required

    The two-character (ISO 3166-1 alpha-2) country code of the address.

Responses

200: Action response

422: Bad request

Loading...