Authentication

Accessing Ecosuite's OpenAPI

To access the Ecosuite OpenAPI, follow these simple steps:

  1. Create a User: Add a new user to your organization in Ecosuite. All Ecosuite users in your organization are capable of using the API.

  2. Customize API Access: Configure API permissions in the User Admin panel. These correspond to the regular permissions that users have access to.

  3. Authenticate: Use the account's credentials and 2-factor authentication with OAuth2/Cognito for API access.

  4. Client Identifier & Region: Retrieve necessary OAuth2/Cognito variables by making a GET request to https://api.ecosuite.io/users/authentication

  5. 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