A typical API request will look as follows:
GET https://api.7digital.com/1.2/artist/details?country=GB&oauth_consumer_key=YOUR_KEY_HERE&artistId=1The supported HTTP methods are displayed for each API method in our documentation, e.g. GET or POST.
HTTP POST requests to the MassiveMusic API may require some or all parameters to be supplied within the POST body. The Content-Type format should be set to application/json by default; exceptions to this will be referenced against any endpoint that deviates from this standard.

