# Add Web API Header in blocks

**URL:** https://community.thunkable.com/t/add-web-api-header-in-blocks/77000
**Category:** Questions about Thunkable X
**Created:** [May 26, 2019, 10:35am UTC](https://community.thunkable.com/t/add-web-api-header-in-blocks/77000 "2019-05-26T10:35:25Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Nenye](https://avatars.discourse-cdn.com/v4/letter/n/6a8cbe/32.png) [@Nenye](https://community.thunkable.com/u/Nenye)
#### Post date: [May 26, 2019, 10:35am UTC](https://community.thunkable.com/t/add-web-api-header-in-blocks/77000/1 "2019-05-26T10:35:25Z")

</div>

Are there any plans to add a web api header block component or is there a workaround?

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [June 7, 2019, 3:51pm UTC](https://community.thunkable.com/t/add-web-api-header-in-blocks/77000/3 "2019-06-07T15:51:51Z")

</div>

Hi there,

At the moment you can only edit the Web API Header in the Properties of the Web API component.

We know that this is a feature users want and we have plans to implement it!

What kind of change do you want to make to your Web API Header during your app’s run time?

Thanks,  
Jane

---

<div class="post-metadata">

### Author: ![Nenye](https://avatars.discourse-cdn.com/v4/letter/n/6a8cbe/32.png) [@Nenye](https://community.thunkable.com/u/Nenye)
#### Post date: [June 12, 2019, 1:06pm UTC](https://community.thunkable.com/t/add-web-api-header-in-blocks/77000/4 "2019-06-12T13:06:49Z")

</div>

For some of the APIs that I’m trying to implement, the user gets a better and safer experience when they use their own authentication details particularly for the payment and shipping APIs

Do you have an ballpark idea of the release timeline for this feature? thanks

---

<div class="post-metadata">

### Author: ![solveraplicativo](https://avatars.discourse-cdn.com/v4/letter/s/a587f6/32.png) [@solveraplicativo](https://community.thunkable.com/u/solveraplicativo)
#### Post date: [July 29, 2020, 9:59pm UTC](https://community.thunkable.com/t/add-web-api-header-in-blocks/77000/5 "2020-07-29T21:59:21Z")

</div>

Hello!  
Please, is it possible to connect my app in Thunkable with this API Below?  
Sorry for the basic question…

import requests

url = “[https://www.cepaberto.com/api/v3/cep?cep=01001000](https://www.cepaberto.com/api/v3/cep?cep=01001000)”

# O seu token está visível apenas pra você

headers = {‘Authorization’: ‘Token token=1c9ae162e26cd9592’}  
response = requests.get(url, headers=headers)

print(response.json())

The result is:  
{“cidade”: {“ibge”: “3550308”, “nome”: “São Paulo”, “ddd”: 11}, “estado”: {“sigla”: “SP”}, “altitude”: 760.0, “longitude”: “-46.636”, “bairro”: “Sé”, “complemento”: “- lado ímpar”, “cep”: “01001000”, “logradouro”: “Praça da Sé”, “latitude”: “-23.5479099981”}

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:13pm UTC](https://community.thunkable.com/t/add-web-api-header-in-blocks/77000/6 "2024-11-08T12:13:28Z")

</div>


