Once successfully registered on Moodstocks API, the vanilla way to import some data is to log in to your account and provide us with an XML data feed through a web form.

That being said we’re pleased to announce that we’ve just enhanced our API so that you can now interact with your items programmatically. In other words it is now possible:

  • to create or update an item via PUT, e.g. PUT /items/123Ab
  • to destroy an item via DELETE, e.g. DELETE /items/123Ab

These CRUD-like methods extend the possibilities offered by the API in terms of integration. At Moodstocks, we’ve already started using them into our apps: we hope they will be as useful for you!

For more details feel free to refer to our SDKs on Github or join us on our support chat!