Home > myStratus API and Zapier IntegrationmyStratus API and Zapier Integration
Stratus API How to sign up for Stratus Web API integration:
To get started with Web API integration, sign up for our Web API by emailing support. Find Pricing here. Once enabled, we will email an API-Key to you. The fields available to be utilized can be found via our Swagger site.
Connecting to the Production API
The Swagger site is provided for API documentation and testing. Production requests should be sent to:
https://api.mystratus.com/{AccountID}
Replace {AccountID} with your Stratus/Spectra Account ID..
Authentication is handled by passing your API key in the request header:
api_key: YOUR_API_KEY
Example request:
GET https://api.mystratus.com/{AccountID}/Client?action=email&value=test@example.com Header: api_key: YOUR_API_KEY
The API returns data in JSON format.
Depending on the item you are trying to use, there are different options. Certain items can only pull info from the Stratus database. Other items can “put” a record into Stratus. Please review the Swagger site for the full list of fields and functions. For questions not answered by the Swagger site, contact support. We can provide info on what data the field represents and how that field can be manipulated.
Zapier Integration
If you are interested in using Zapier to hook up a different software to your Stratus system, first sign up for a Zapier account here.
Let’s walk through an example Zap to show how to use Zapier. In this example, we will go over how to hook Stratus up to Google Sheets.