Introduction

1584

Strev's API exposes our entire platform functionality via a standardized programmatic interface. Using Strev's API, you can do just about anything you can do in the application, while using your programming language of choice. The Strev API is a RESTful API based on HTTP requests and JSON responses.

This version of the API, version 2, uses OAuth 2.0. This means that all requests will need to be encrypted and sent via HTTPS.

The easiest way to start using the Strev API is by trying it on Postman. Postman is a free tool which helps developers run and debug API requests, and is a great companion for this documentation. Every endpoint you see documented here is readily available by running our Postman collection.

Versioning

The current version of Strev's web API is v2 and is in GA. Although we do not expect our public endpoints and API specifications to change significantly, please keep in mind that the APIs are always under development. We recommend visiting our Changelog for the latest updates to our web APIs.

Getting Started