[Solved] JSON Web API Header

Hello, I am very new to this Thunkable Web Api, I wanna learn how can I convert this JSON header to a blocks that thunkable can read but how can I do that
image

Hi thunkable has tutorials on youtube that explains how to use WEB API there is the answer and more

1 Like

Yes they have but the ones I;ve seen are how to get request not really how to post a request with json header and body

Hi,

You can see the sample use POST request on the scrWebApi in project https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/

1 Like

Hi there,

You can find information on setting a Header for your Web API component by checking out the “Setting Query Parameters and Headers” section of the Web API documentation.

1 Like