Obtaining API Authorization
Last updated
Last updated
Log in to the elven system, navigate to the entity where api access is required, go to the journals page, and click on the integrations button in the top right corner of the journals page.
In the pop-up integrations management window, click the “add new integration” button.
Name the new data type and click the “add” button.
Once the data type is added, you can add new data. click the “add data” button and select “openapi integration” from the drop-down menu.
In the api key/secret management window that pops up, click the “create” button.
In the next window, name the newly created api key.
Click the “create” button to complete the creation of the new api key. You can click the copy icon next to each key/secret to copy the contents to your clipboard for use.
Provide the following parameters in the request header:
The sign algorithm as follows: concatenate the timestamp, request method, and request route, then encrypt using hmac sha256 with the secret.
Example: