Knowledge Base

Check_Keyword


API Response

If the routine was executed successfully, the body of our response will be in XML containing separate instances of "receivingNumber" whose values describe the receiving number(s) on which the keyword is available. The descriptive values are instances of the following parameters:


country: The country in which the number is based.

  • This will either be 'USA', 'UK', 'France', or 'Australia'.

type: The type of number.

  • This will either be 'Short Code' or 'VMN'.

number: The actual receiving number.

  • This may contain numbers, spaces, brackets and the + sign.

<result>
<receivingNumber> <country>country value</country> <type>country value</type> <number>number value</number> </receivingNumber>
</result>