I have a Swagger API on which, I had to send Lead Form Data From my Web Page. I Can't Get much data From internet. Form is Already Created on Swagger HUB on Which ,I can manually insert data and it's Working But I had to send data From my Webpage , I am Already sending Data From my Webpage to Google Sheets But I Can't insert same data into Swagger HUB API Dynamically Can Anyone Help me With it Thanks!
Asked
Active
Viewed 116 times
1 Answers
1
As per documentation you have to use formdata to send infomration:
First you have to authenticate using authenticate endpoint and then use that token for authenticating the post endpoint.

PDHide
- 18,113
- 2
- 31
- 46