lockerFileExists

Allows you to check if a file exists for a locker by passing the file key.

Parameters

sid (required): A valid session id, received from the "login" method.
partner_token (required): A valid partner token. See Overview for more information.
file_key (required): The file key of the file to check. File keys are n MD5 hash of an uploaded file and are returned in lockerData track results
output (Optional): Your preferred output format. These include xml, and json.

Example Request (searching for artists containing "wave" in the artist name):

http://ws.mp3tunes.com/api/v1/lockerFileExists?output=xml&sid=<sid>
&partner_token=9999999999&file_key=c51c72a04bea699e65af21342a67aa52&

Example Response:


  1