Hi,
I am trying to send a POST request to an external API but it doesn't seem to work.
These are the contents to send below:
URL: "https://<url>.net"
Headers:
Authorization : Bearer <token>
Content-Type: application/x-www-form-urlencoded
Payload: No payload
The returned response would be of type JSON.
Any working piece of code would be helpful :)
Hi @Shamanth
For your requirement, I suggest referring to this Adaptavist Library example, which shows how to make GET, PUT, POST, and DELETE requesters to external services.
I hope this solves your question. :-)
Thank you and Kind regards,
Ram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.