View Categories

API

< 1 min read

You can access the in-app API reference at https://your-eac-domain/api/doc.
Below is a quick summary of the main actions and their HTTP methods.

ActionDescriptionMethod
Get the application versionGET
Login checkEnter your EAC login credentials to receive a JWT Token. The token is needed to use the API’s other actionsPOST
Get execution taskGET
Check if a task has an execution in progressGET
Start a task on a serverPOST
Start a task on this serverPOST
Stop an execution taskPOST
Encrypt DataEnter data you would like to encrypt as key/value pairs, the API’s response will contain encrypted data.
You can encrypt multiple data at once.
POST

For paths, parameters, and response schema, refer to the in-app documentation at the address above.