Summary

Below is a list of the current endpoints to query, create, and update Matters in matteroTM.


Endpoints

Action Method Endpoint
Get Matter GET https://my.mattero.com.au/public/api/v1/matters/{id}
Get Matter List GET https://my.mattero.com.au/public/api/v1/matters
Lookup Matter GET https://my.mattero.com.au/public/api/v1/matters/lookup
Get Matter's Documents GET https://my.mattero.com.au/public/api/v1/matters/{id}/documents
Get All Matters' Documents GET https://my.mattero.com.au/public/api/v1/matters/documents
Create Matter POST https://my.mattero.com.au/public/api/v1/matters
Patch Matter PATCH https://my.mattero.com.au/public/api/v1/matters/{id}
Update Matter Stage POST https://my.mattero.com.au/public/api/v1/matters/{id}/changeMatterStage
Upload Document to Matter POST https://my.mattero.com.au/public/api/v1/matters/{id}/documents