2-27-23 Added Desks API
CRUD operations are now available for Desks via API. You can view these new endpoints here - https://developers.envoy.com/hub/reference/desks-2
09-12-2022 Added Metadata to APIs
We added metadata including pagination and total record information to the following GET APIs:
08-17-2022 Fixed SCIM pagination bug
Fixed a SCIM pagination bug to use pageNumber instead of startIndex parameter. PageNumber is the proper implementation per the SCIM spec.
08-16-2022 Integration Builder now integrated with Dashboard
Released a change to our Developer Dashboard so that the Envoy Integration Builder is now integrated in the site and is accessible when you click "Create New" from the Developer Dashboard. Learn more here https://developers.envoy.com/hub/docs/nodejs.
08-10-22 Long lived token for private apps launched
Released the Client API Key for private Apps that does not require periodic calls to refresh the token. You can see the feature here https://developers.envoy.com/hub/docs/getting-an-access-and-refresh.