API URL's
We provide 3 base URL's, each handling different types of requests:
Authentication URL:
https://shop.mp3tunes.com/api/v1/
Most API calls will first require authentication. This URL provides a secure connection for passing credentials to create an authenticated session. More information on authentication can be found here.
Data URL:
http://ws.mp3tunes.com/api/v1/
The majority of API calls will use this base URL to retrieve data from a locker, such as artists, tracks, videos, etc.
Storage URL:
http://content.mp3tunes.com/
The storage API methods handle calls relating to physical storage in a locker, such as video and audio uploading or deleting.