Myxer -The Most Ringtones, Wallpapers, Videos and more for Your Phone.  No Subscriptions or Hidden Fees Ever!
You aren't signed in. Sign In | Help | Sign Up

Myxer Services

API Documentation | Feeds

myxer.profile.read

Read a profile.

Arguments

api_key
Your API application key. See here for more details on api_key.
method
myxer.profile.read
profile_id
profile id
api_sig
Secure signature of the api parameters excluding file. 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">
    <profile>
        <id>p-123456</id>
        <name>Beethoven</name>
        <genre>Classical</genre>
    </profile>
</response>

Error Response

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