Please can someone show me how to make use of this api in my app?

Hello there!
The POST method means giving some values to api through api url and then the api will give response.

Here, your API URL is http://your-site.com/api/create-account.
Posting data is done through URL itself. We attach values like : &username=kartik&x=y etc.

Use these blocks as reference for :

Create Account :

temp

Login :

temp

Hope it helps :wink:

Thank you so much @kartik_old, for the quick response .
i hav a website and i want create an ios for it using the api. i don’t know if i can achieve that here?

You can see a working example using the POST here.

https://x.thunkable.com/projects/5d18818a43e7a426f166159b/project/properties/designer/

Hi,

I’m afraid this example will not work.