Is there a good instruction video or text that shows how to build a custom connector using oAuth with a standard Rest API. I can find many videos for custom connectors but building my first one and none seem to show how I need to add the returned auth token as it states I am unable to add the header Authorization Bearer {token} but doesn't explain how I add this or where to. I will probably encounter my questions as I move forward with this so a full video would be excellent. Thanks
Solved! Go to Solution.
Hi,
Go through the following links. Hope this will clarify your query.
Basic about the bearer token authentication, and difference between API Key and Bearer Token
How it works in HTTP Request
How Bearer Token Authentication works using Postman
How to Create a Custom Connector
Connect to Twitter API and fix bearer token issue
Let me know if any queries.
If you like my response, please give it a Thumbs Up.
If this helps, please Accept as solution.
Regards
Kaif
Hi,
Go through the following links. Hope this will clarify your query.
Basic about the bearer token authentication, and difference between API Key and Bearer Token
How it works in HTTP Request
How Bearer Token Authentication works using Postman
How to Create a Custom Connector
Connect to Twitter API and fix bearer token issue
Let me know if any queries.
If you like my response, please give it a Thumbs Up.
If this helps, please Accept as solution.
Regards
Kaif
Thanks this video shows how to use the oAuth so hopefully it will be multipurpose!
How to Create a Custom Connector