Anveo.com - CallerID Name lookup
|
|
|
|
Overview
|
|
Anveo provides HTTP interface CallerID Name lookups for USA and Canadian numbers.
|
|
CNAM Lookup fee is $0.009 (0.9 cent) per lookup. Lookup fee is charged regardless of the lookup result.
|
|
|
HTTP Request Format
|
|
Anveo CallerID API is using HTTP request to retrieve CallerID name.
Both POST and GET methods are supported.
HTTP URL format:
|
|
https://www.anveo.com/api/v1.asp?apikey=YOURAPIKEY&action=cnam&e164=PHONENUMBER
|
|
where
apikey [required] is your API KEY from Anveo API
action [required] action should be cnam
e164 [required] is a phone number for CallerID lookup.
|
|
E164 phone number format is Country Code + Area Code + Phone Number.
|
|
Result
|
CallerID Name is returned when no errors were found
In case of an error Anveo will return error details in the following format:
result=error^error=ERROR DESCRIPTION
|
|
Example (Success)
|
Send SMS (success):
https://www.anveo.com/api/v1.asp?apikey=23423423423423asdasd3423asd&action=cnam&e164=12157010000
Result
some callerid name
|
|
Example (Error)
|
Send SMS (error):
https://www.anveo.com/api/v1.asp?apikey=23423423423423asdasd3423asd&action=cnam&e164=12157010000
Result
result=error^error=low balance
|
|