Introduction

The matteroTM API is a RESTful API that accepts and returns JSON encoded body data, uses standard HTTP codes, and accepts Bearer Token authentication for generated API keys. This API exists to serve the purpose of integrating matteroTM with existing software systems or automation tools such as Zapier.

This API is versioned controlled as we will need to roll updates for new features and major changes from time to time. If at any point we need to make an existing version of the API obsolete, we will endeavour to reach out and make sure that everyone using matteroTM may need to upgrade to another version of the API to have uninterrupted use of it.


Version Base URI
Version 1 https://my.mattero.com.au/public/api/v1

The current latest version of the API allows for queries and transformations on Matters, Tasks and Contacts that exist within an organisations dashboard in matteroTM. With the API you can also create new Matters, Tasks or Contacts and subscribe to RESTful Webhooks to receive callbacks when something happens to a Matter, Task or Contact.