API
Data API

Authentication

To authenticate in the system, you need to know your domain name and access token. You can get them from your manager.

Request address: https://<INSTANCE>.eyrene.com/api/v1.0/

INSTANCE is the client's domain name, which is assigned by an Eyrene employee. Each domain has a dedicated database, including access control, a full copy of the catalog of articles, reports, and image storage.

Authentication

An access token is used for authentication on the server. It is issued by an Eyrene employee and sent to the user upon request.

Each API command must contain the HTTP header Authorization: Token <your_token>.

Example

Curl


If the token is not specified in the request or specified incorrectly, the response will return with the code 403 (FORBIDDEN).

Updated 03 Mar 2023
Did this page help you?