Migrating from Stems Accounts API v1

The intent of this Migration Guide document is to help existing businesses seamlessly port their integrations with Stems Accounts API v1 to Stems Accounts API v1.2.

While Stems Accounts API v1.2 is a minor version increment and existing integrations will not break, there are some important changes that you will need to address as soon as you can.

1. Deprecated Endpoints

Some endpoints have been deprecated in this version of Stems Accounts API. Please check the table below. If you have an integration using any of these endpoints, make sure to follow the recommended actions.

Endpoint Recommended Action
/companies/{id} Use /companies/details{id} instead
/companies/me Use /companies instead

2. New Endpoints

In addition to the changes mentioned above, this version of Stems Accounts API also brings new endpoints to the Companies resource

Endpoint Description
/companies/details/{id} Retrieves information details about a specific company
/companies Retrieve a paged result of all companies the current user is associated to