Hello Experts,
I have couple of queries related to decommissioning of password based authentication feature. link
- for one of our application as of now we are accessing the freshservice api’s using basic authentication, where we pass the api key of the agent in user name and X in the password and generate base 64. After May 2023 would this basic authentication be still possible?
- in general for api key based authentication, we pass the apikey name & value in header, but what is the keyname to be passed for fresh api’s? Is there any key header?
/Deva