I am trying to figure out how the create the API connection, but the documentation is really confusing for we. From Bubble I don’t really know which method should I use, and the parameters are not that clear from the provider as well. That being said, I am not a great genius in this matter. Who can help me out? @boston85719 I need your help
Please share api doc link
This is the documentation
Bubble doesn’t handle natively this type of auth for API. Personnaly, I create plugin for this kind of auth that return all that I need to use in API Connector after. Some user will do the same but also do the API call in the plugin. Finally, some will use existing HMAC signature plugin with API Connector.