Good morning,
I need to make a call in an API, I have ClientId and ClientSecret, but from what I understand, I can make calls using the "authorization bearer".
My question is how do I turn the id and secret into this "bearer token".
I'm using JQuery to make calls
Thank you!