# How to use web api with post + parameters and with form

**URL:** https://community.thunkable.com/t/how-to-use-web-api-with-post-parameters-and-with-form/1884526
**Category:** Web API's
**Created:** [May 19, 2022, 10:15am UTC](https://community.thunkable.com/t/how-to-use-web-api-with-post-parameters-and-with-form/1884526 "2022-05-19T10:15:26Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [May 21, 2022, 7:09am UTC](https://community.thunkable.com/t/how-to-use-web-api-with-post-parameters-and-with-form/1884526/11 "2022-05-21T07:09:17Z")

</div>

You need to make a code similar to this  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/7/87c065c93b32618c716162cc138bc135403c79df.png)

However, you need to check with the documentation of this API to supply the correct parameters in the `body` block.

Alternatively,  
You can use my **Encrypt / Decrypt** demo project to convert the entries to the required coded string for **authorization**

[https://x.thunkable.com/projectPage/60ba3f2079d6dc001150abe7](https://x.thunkable.com/projectPage/60ba3f2079d6dc001150abe7)

---

_[View the full topic](https://community.thunkable.com/t/how-to-use-web-api-with-post-parameters-and-with-form/1884526)._
