website logo
⌘K
🚀Welcome to Eyrene
🎉What's New
😎Tutorials
📱Mobile App
💻Web Portal
🔌API
Docs powered by archbee 

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 20 Apr 2022
Did this page help you?
Yes
No
UP NEXT
Methods list
Docs powered by archbee 
TABLE OF CONTENTS
Authentication​