📌The API is organized around REST and follow standard practices such as predictable, resource-based URLs. All requests are accepted over SSL, with all request and response bodies, including errors, being encoded as JSON
eLogii API uses an API key in combination with the Authorization header as a method of authentication.
1
Obtaining an API key
API keys for your organization can be generatemanaged from within the eLogii Dashboard app, in the Configuration -> API Keys screen. Once the key is generated, you can choose to store it in as an environment variable, e.g. {{apiKey}} that you will use in step 4.
2
Auth Type
Select API Key as the Auth Types
3
Key
Input "Authorization" as the key.
4
Value
First input "ApiKey" and enter the variable {{ApiKey}}. Example:
ApiKey {{apiKey}}
5
Run
Run a request on the create or update many request.