## API Reference The Tenovos API is organized around [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable resource-oriented URLs, accepts JSON request bodies, returns [JSON-encoded](http://www.json.org/) responses, and uses standard HTTP response codes, authentication, and verbs. You can use the Tenovos API in non-production and production accounts. The base url differs between non-production and production accounts. The Tenovos API Supports batch requests in all versions. ### Introduction Tenovos REST API currently contains two versions, v1 and v1.5. #### Version 1.0-1.4 (v1) *(Deprecated)* - Currently in Maintenance mode. No additions will be made to v1 of the Tenovos API as of March 2024. - Scheduled for end of support July 31, 2026. #### Version 1.5 (v1.5) - **Provides a fast and easy upgrade path for v1 customers.** - Is the current version of the Tenovos API that production customers are using. - Introduces OAuth 2.0 Authorization Code flow as an additional authentication option. - Provides some additional endpoints for Adaptive Templates customers, as well as alternative endpoints for getting assets and performing searches. - Eliminates high latency on initial requests - Improves overall performance on response latency ### Version 1 API Reference *(Deprecated)* Documentation [Version 1 - *Deprecated*](/developer-portal/v1/overview) ### Version 1.5 API Reference Documentation [Version 1.5 - Latest Stable Version](/developer-portal/hermes/overview)