JSON API Services

Modified on Wed, Aug 9, 2023 at 8:36 AM

Aside from directing users to the music viewer, most interactions with the DMC are done via JavaScript Object Notation (JSON). 


Most JSON requests are validated with a username and api_key passed in the GET parameters. The username supplied should be your DMC vendor admin login username, and the api_key should be one of the keys generated in the "My Profile" section of the DMC.


However, the newer API (detailed out in chapter 5.0), uses the API key to generate a JWT (JSON Web Token) that is then used for further requests.



General error codes
invalid_loginVendor credentials were incomplete
invalid_vendorVendor username was invalid
invalid_keyVendor API key was invalid

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article