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 ​ https //help inspector cloud com/en/docs/api/backend/auth#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 –i –x get https //test eyrene com/api/v1 0/stores/ h 'authorization token 9944b09199c62bcf9418ad846dd0e4bbdfc6ee4b' if the token is not specified in the request or specified incorrectly, the response will return with the code 403 (forbidden)