# How do you post HTTP to a Supabase database?

**URL:** https://community.make.com/t/how-do-you-post-http-to-a-supabase-database/63353
**Category:** Beginner Questions
**Tags:** api
**Created:** [December 6, 2024, 7:16pm UTC](https://community.make.com/t/how-do-you-post-http-to-a-supabase-database/63353 "2024-12-06T19:16:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Mathieu\_Simard](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/mathieu_simard/32/56824_2.png) [@Mathieu\_Simard](https://community.make.com/u/Mathieu_Simard)
#### Post date: [December 6, 2024, 7:16pm UTC](https://community.make.com/t/how-do-you-post-http-to-a-supabase-database/63353/1 "2024-12-06T19:16:46Z")

</div>

I’m really a beginner to all this API thing.

I successfully retrieve data from a database in Supabase in [make.com](http://make.com/), but can’t seem to be able to post it with a value?

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/8/0/803caa7e70d355556d0d11f34e878c080460b768.png)

Is there an easy way to know how to post back in the database? An example somewhere?

Thanks everyone!

EDIT: My JSON formatting was bad! Don’t need to copy-paste in request content, just use {key:value}

---

<div class="post-metadata">

### Author: ![AutomationZion](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/automationzion/32/57226_2.png) [@AutomationZion](https://community.make.com/u/AutomationZion)
#### Post date: [December 7, 2024, 1:58am UTC](https://community.make.com/t/how-do-you-post-http-to-a-supabase-database/63353/2 "2024-12-07T01:58:08Z")

</div>

It shows bad request, this means your post request is not properly formatted, check supabase dashboard for the proper way to do it

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [March 7, 2025, 2:01am UTC](https://community.make.com/t/how-do-you-post-http-to-a-supabase-database/63353/3 "2025-03-07T02:01:48Z")

</div>


