There's a new version of Stems Accounts API! We strongly-recommend to start migrating your API Clients as this version will not be supported in the near future. Please review the new version and read the Migration Guides
New Version Migration GuidesThe 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.
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 |
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 |