Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/vertexinc/module-address-validation/etc/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/vertexinc/module-address-validation/etc/webapi.xml

<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
-->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Webapi:etc/webapi.xsd">
    <!-- @deprecated -->
    <!-- @see Vertex_AddressValidationApi/etc/webapi.xml -->
    <route url="/V1/vertex-address-validation/vertex-address" method="POST">
        <service class="Vertex\AddressValidation\Api\AddressManagementInterface"
                 method="getValidAddress"/>
        <resources>
            <resource ref="anonymous" />
        </resources>
    </route>
</routes>