# Need help with api POST call to register user with Bubble vía API workflow

**URL:** https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251
**Category:** Questions about Thunkable X
**Tags:** webapi, bubble
**Created:** [December 17, 2021, 5:36am UTC](https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251 "2021-12-17T05:36:28Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![clifint.developmentv](https://avatars.discourse-cdn.com/v4/letter/c/e8c25b/32.png) [@clifint.developmentv](https://community.thunkable.com/u/clifint.developmentv)
#### Post date: [December 17, 2021, 5:36am UTC](https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251/1 "2021-12-17T05:36:28Z")

</div>

How to set parameters for doing a post web api calls?

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [December 17, 2021, 6:29am UTC](https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251/2 "2021-12-17T06:29:20Z")

</div>

It depends on what you need. Can you provide details about the API?

Did you already do a Google search for _post API Thunkable_? Because the first few results include topics on the forums that have video tutorials and sample screenshots of blocks.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/c/3c1e2a38ff6541d371f07b50acb1e436c8e67f8f.png)

---

<div class="post-metadata">

### Author: ![clifint.developmentv](https://avatars.discourse-cdn.com/v4/letter/c/e8c25b/32.png) [@clifint.developmentv](https://community.thunkable.com/u/clifint.developmentv)
#### Post date: [December 17, 2021, 9:59am UTC](https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251/3 "2021-12-17T09:59:02Z")

</div>

I tried this but didn’t work

---

<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: [December 17, 2021, 11:18am UTC](https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251/4 "2021-12-17T11:18:42Z")

</div>

The **POST** and **HOST** in the `Headers` are part of the URL and should not be mentioned in the header.  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/a/6af3bd6a67ba55dc5878ee3762d4b351818ff5df.png)

I don’t know about the `email` and `password` of they have to be in `Body` or in `QueryParameteres`.

---

<div class="post-metadata">

### Author: ![clifint.developmentv](https://avatars.discourse-cdn.com/v4/letter/c/e8c25b/32.png) [@clifint.developmentv](https://community.thunkable.com/u/clifint.developmentv)
#### Post date: [December 17, 2021, 12:16pm UTC](https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251/5 "2021-12-17T12:16:11Z")

</div>

removed post and host.  
 ![Screenshot 2021-12-17 at 5.45.43 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/d/ed66c7861f0bb5ca6b83f38884b68cfc78993c3b.png)

But response is empty

When I try them in QueryParamaters I get error saying missing parameters.

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [December 17, 2021, 12:17pm UTC](https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251/6 "2021-12-17T12:17:35Z")

</div>

That’s great! That means your api call was a success! What were you hoping to receive as a response?

---

<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: [December 17, 2021, 12:17pm UTC](https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251/7 "2021-12-17T12:17:50Z")

</div>

Can you display the `Error` and the `Status` to see if there is an error reported by the server.

Are you expecting a **login token** or something similar?

---

<div class="post-metadata">

### Author: ![clifint.developmentv](https://avatars.discourse-cdn.com/v4/letter/c/e8c25b/32.png) [@clifint.developmentv](https://community.thunkable.com/u/clifint.developmentv)
#### Post date: [December 17, 2021, 12:34pm UTC](https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251/8 "2021-12-17T12:34:37Z")

</div>

There was no entry in the database. email was not inserted to the database

---

<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: [December 17, 2021, 12:46pm UTC](https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251/9 "2021-12-17T12:46:10Z")

</div>

If you are referring to the database of the **cart provider** then I’m sorry I wouldn’t be able to help.

---

<div class="post-metadata">

### Author: ![clifint.developmentv](https://avatars.discourse-cdn.com/v4/letter/c/e8c25b/32.png) [@clifint.developmentv](https://community.thunkable.com/u/clifint.developmentv)
#### Post date: [December 17, 2021, 12:48pm UTC](https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251/10 "2021-12-17T12:48:12Z")

</div>

Solved it the problem was that the parameters was never set on button click. Thanks for the assist.

---

<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: [December 17, 2021, 12:50pm UTC](https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251/11 "2021-12-17T12:50:59Z")

</div>

You need to check with the owner/provider of the _simple database_ and ask them to check the logs or whatever things they need to do to trace your request and why it is not recorded in the database.

---

<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: [December 17, 2021, 12:52pm UTC](https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251/12 "2021-12-17T12:52:14Z")

</div>

> [@clifint.developmentv](#):
>
> Solved it the problem was that the parameters was never set on button click

Great news. Then please mark this post as solved so others can refer to it and get the quidance.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [March 17, 2022, 12:52pm UTC](https://community.thunkable.com/t/need-help-with-api-post-call-to-register-user-with-bubble-via-api-workflow/1656251/13 "2022-03-17T12:52:47Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
