API
Last updated
Last updated
This The EVE Platform includes the API Rest service. The user can access it by adding “:4003/doc/api/ “ to the url of the instance. (e.g., EVE.rthreat.eip.io:4003/doc/api/).
All methods are listed, with the description, the parameters, and responses.
To use the API a token is required. The user can obtain a token utilizing the usersLogginPost method. Use the user email and the password on this method and the response will be information related to the user and the token. Use this token to perform operations with otherethods listed in the API REST service page.