I have a server-side application which is non-browser environment and want to call Customer API . How can i get the customer access token without any web widgets?
Hi @Ryan_G,
To do this you would first need to create a customer using the “/customer” operation on the LiveChat Accounts API.
This will return a customer access token which you can then use to interact with LiveChat on behalf of a client.