Myxer -The Most Ringtones, Wallpapers, Videos and more for Your Phone.  No Subscriptions or Hidden Fees Ever!

Myxer Services

API Documentation | Feeds

myxer.verification.send

Send a verification code to a phone.

Note: This method requires special permission to use. Contact Myxer to apply.

Depending on how your account is set up, there may be limits placed on how many items or messages a partner will be allowed to send to a specific phone number before including the pin. Use this method to send a pin code to the customer. They can then provide it to you to include in the myxer.item.send or myxer.sms.send methods.

Arguments

api_key
Your API application key. See here for more details on api_key.
method
myxer.verification.send
pn
Phone Number - assume North American number unless a country code is included. (i.e. +44)
api_sig
Secure signature of the api parameters. See here for details on api_sig.

Example Response

The response format is a simple XML block.

Success Response

<?xml version="1.0" encoding="utf-8" ?>
<response status="ok">
</response>

Error Response

<?xml version="1.0" encoding="utf-8" ?>
<response status="fail">
    <code>[error-code]</code>
    <msg>[error-message]</msg>
</response>