Website logo
⌘K
🚀Welcome to Eyrene!
🎉What's New
😎Tutorials
📱Mobile App
💻Web Portal
🔌API
Docs powered by Archbee
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
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).

Updated 20 Apr 2022
Did this page help you?
PREVIOUS
Data API
NEXT
Methods list
Docs powered by Archbee
TABLE OF CONTENTS
Authentication​
Docs powered by Archbee