Customer Portal Logins

This configuration section allow administrator grant customer access to Customer Portal using via Customer API

Id

API Access’s id.

Login

Unique login of user that is used for authentication of access via Application Programming Interface (API).

Password

Password of user that is used for authentication of access via Application Programming Interface (API).

Customer

Customer that is associated with this API Access record.

Accounts

Accounts that are associated with this API Access record. Empty value will grant access to all accounts related to customer.

Allowed IPs

Array of IP addresses that is divided by comma. It is possible to use hosts or networks addresses here.

During authentication(see auth controller) Customer API will check Login, Password and Allowed IPs and generate JWT token that can be used to fetch information related to specified Contractor/Account.