API - Add custom headers to a API CALL in IOS

Can someone help me figure out how to make API calls in IOS with custom headers? Same feature is present in Android for SET Web …Headers to {} but I can’t see a similar on in IOS apart from setting the headers in the configuration, which makes them static!

Hi @johnkilonzi,

Just found your question when looking up an answer for another user. You can now dynamically set params / headers via your blocks:

https://docs.thunkable.com/web-api#setting-query-parameters-and-headers

Thanks!