E-conomic
API configuration: e-conomic
Features
Features
Status
🚫 (time to contribute: <48h)
We can implement missing features in <48h, just ask for it in the community.
Getting started
Need help getting started? Get help in the community.
API gotchas
E-conomic in this setup uses
Basic
auth mode for different API endpoints. ProvideYOUR_PRIVATE_TOKEN
as the Username andYOUR_AGREEMENT_GRANT_TOKEN
as the Password.After establishing a connection, use the Basic credentials as follows:
const connection = await terapi.getConnection();
let headers: = ;
if ('username' in connection.credentials && 'password' in connection.credentials) ;
} else );
}
const resp = await terapi.get();
Add Getting Started links and Gotchas by editing this page.
Last updated