Hi, I have an access token for a user saved in the DB, and wanted to make an API request on their behalf. I understand I can append the 'access_token' parameter to the API endpoint URL, but I would prefer to send it in a HTTP authorization header - how would I do that?
Hi, I have an access token for a user saved in the DB, and wanted to make an API request on their behalf. I understand I can append the 'access_token' parameter to the API endpoint URL, but I would prefer to send it in a HTTP authorization header - how would I do that?
Cheers