Now with SMS ! New
or create new account
ANVEO.COUNTRIES.LIST - API REQUEST

ANVEO.COUNTRIES.LIST - Get a list of countries.
Description

ANVEO.COUNTRIES.LIST API Action is used to obtain a list of countries where Anveo has coverage for a given DID Type.
Arguments

DID_TYPE
Required. a type of DID to be ordered.
Example:
<PARAMETER NAME="DID_TYPE">GEOGRAPHIC</PARAMETER>
Response

COUNTRIES XML node contains a set of COUNTRY objects. Each country is represented by a single COUNTRY XML node.
API Request Example
<?xml version="1.0" standalone="no" ?>
<REQUEST>
	<USERTOKEN>
		<USERKEY>df141891e2e883904b0b294dc5bq79c1c1c13f6d</USERKEY>
	</USERTOKEN>
	<ACTION NAME="ANVEO.COUNTRIES.LIST">
		<PARAMETER NAME="DID_TYPE">GEOGRAPHIC</PARAMETER>
	</ACTION>
</REQUEST>
Response Example
<?xml version="1.0" standalone="no" ?>
<RESPONSE>
	<RESULT>SUCCESS</RESULT>
	<COUNTRIES>
		<COUNTRY COUNTRY_ID="342.234324.3." NAME="USA">
	</COUNTRIES>
</RESPONSE>

:.:
News Blog About Anveo Terms of Use Privacy Policy FAQ Contact Us © 2024 Anveo Inc.