# \[Solved\] Blynk server connectivity to thunkable app

**URL:** https://community.thunkable.com/t/solved-blynk-server-connectivity-to-thunkable-app/2742861
**Category:** Web API's
**Created:** [December 8, 2023, 4:51am UTC](https://community.thunkable.com/t/solved-blynk-server-connectivity-to-thunkable-app/2742861 "2023-12-08T04:51:53Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [December 8, 2023, 9:17pm UTC](https://community.thunkable.com/t/solved-blynk-server-connectivity-to-thunkable-app/2742861/2 "2023-12-08T21:17:18Z")

</div>

Hi @mhatreuduyu, welcome to Thunkable! 🎉

Be sure to check out our posts about [How to ask Great Questions v2.0](https://community.thunkable.com/t/how-to-ask-great-questions-v2-0/2689983/1) and our [Community Guidelines](https://community.thunkable.com/t/community-guidelines/78/8) as you get started.

We need some more information to be able to help you. Have you tried setting this API call up yet? Blynk does have documentation for its API:

> **[Get Multiple Datastream Values](https://docs.blynk.io/en/blynk.cloud/device-https-api/get-multiple-datastream-values)**

I don’t know about this platform but the URL for accessing Multiple Datastream Values is:  
https://{server\_address}/external/api/get?token={token}&{pin}&{pinX}

So you would need to have the server address, token, and PINs. Are those things you have access to?

If so, you should be able to set the URL using our Web API component  
[https://docs.thunkable.com/blocks/advanced-app-features/web-api#adding-a-web-api-to-your-app](https://docs.thunkable.com/blocks/advanced-app-features/web-api#adding-a-web-api-to-your-app)

Let us know what you have tried so far, the response you are getting, and we can help out from there! 🙌

---

_[View the full topic](https://community.thunkable.com/t/solved-blynk-server-connectivity-to-thunkable-app/2742861)._
