Authentication
Accessing Ecosuite's OpenAPI
To access the Ecosuite OpenAPI, follow these simple steps:
- Create a User: Add a new user to your organization in Ecosuite. All Ecosuite users in your organization are capable of using the API. 
- Customize API Access: Configure API permissions in the User Admin panel. These correspond to the regular permissions that users have access to. 
- Authenticate: Use the account's credentials and 2-factor authentication with OAuth2/Cognito for API access. 
- Client Identifier & Region: Retrieve necessary OAuth2/Cognito variables by making a GET request to - https://api.ecosuite.io/users/authentication
- Start Making API Calls: With authentication set up, you can start making API calls as per the API reference. Ensure to properly include the Authorization header when making requests. 
Last updated