Question
How to Create Bearer Token
I am using 2 API end points 1 is searching all the tickets and the other API to get the chat description of each tickets. I am able to use the 1st API with the BASIC Auth but un able to use the 2nd chat API to fecth the chat Description due to the Bearer token i am unable to figure out how to generate the Bearer token by reading the API documentation can anyone help me step s to generate the Bearer token?
