Contact Us

If you still have questions or prefer to get help directly please submit a request here.
We’ll get back to you as soon as possible.

  • Contact Us
  • Internal Login
Global English
US English (US)
EN Global English
  • Home
  • API
  • API: Authorisation
  • Support System (intserv)

    • System UI

      • Accounting

        • CRM

          • Sales

            • Purchasing

              • Product Management

                • Warehouse

                  • Manufacturing

                    • Project

                      • HR

                        • Settings (super-user specific)

                          • Ecommerce

                            • One Drive

                              • API

                                API: Authorisation

                                Table of Contents

                                Authorisation request Token-based access setup Token-based access
                                Written by: Antons Smolientsev, Updated on May 23rd, 2024

                                If the user has a setup with a token that does not expire, please skip to Token Based access Setup below.

                                ENAPPS ERP API utilises token based authentication for all requests. Tokens as standard have a 24h validity. To obtain a token, the auth method below must be called with Login, Password and Bearer Secret Key as per below:

                                Authorisation request

                                URL https://company.erp.zone:4095/api/v1/auth
                                Method POST
                                HEADER Key Authorization
                                  Value Bearer YOUR_SECRET_KEY_HERE
                                Example
                                Body login your_login
                                  password your_password
                                Example

                                 

                                Token-based access setup

                                The returned access token from the above API call can then be used with all other standard API requests as below

                                Token-based access

                                URL https://company.erp.zone:4095/api/v1/product/get_basic
                                HEADER Key Authorization
                                  Value Bearer YOUR_ACCESS_TOKEN_HERE
                                Example

                                Was this article helpful?

                                Yes
                                No
                                Give feedback about this article

                                Related Articles

                                • API: Products
                                • API: General Technical Overview
                                • API: Partners
                                Expand