The integration portal is authenticated using Laravel Passport, and each application connecting to the service will require it's own Client Id
and Client Secret
.
Client credentials can be generated via the dashboard under Manage > Clients
When prompted, you can enter the name of the connecting application (ie: "SmartApp 1003").
A response will be returned with the Client Id and Client Secret. Store these as they will only be displayed once!
Client ID: [client_id]
Client secret: [client_secret]
Once you have a client id and secret you can begin Obtaining an Auth Token
Or, if you are going to use the Integration Client PHP Package with Laravel, this will be done for you.