LOCKERLOAD SAMPLE REQUEST

The call can be made over either https or http, with https being preferred due to the sensitive nature of the data passed within the parameters.

First, a call with no auto-creation of accounts. If the email address passed is not a valid MP3tunes login email address, the call will fail with an appropriate error message.

https://shop.mp3tunes.com/api/v0/lockerLoad?sid=<session ID>&partner_token=XXXXXXXXXX&email=user@example.com&url=https%3A%2F%2Fstore.example.com%2Fdownload%2FA32X5yz.zip

With auto-creation of accounts. If the email address passed is not a valid MP3tunes login email address, an account will automatically be created. The user will receive a verification email (unless noverificationemail=1) and will be prompted for a password during the verification process.

https://shop.mp3tunes.com/api/v0/lockerLoad?sid=<session ID>&partner_token=XXXXXXXXXX&email=user@example.com&url=https%3A%2F%2Fstore.example.com%2Fdownload%2FA32X5yz.zip&autocreate=1&password=pw&firstname=Joe&lastname=User