Hello Support!
I’m gonna get the data like this :
⁃ Real-time traffic updates: including live road detour notifications, like when there is a serious accident/incident, floods (currently when an accident happens there isn’t any consideration for trucks)
On my Flutter app, I’m gonna display those infos.
Plz let me know the guide in more detail.
@devsworld36428 Hi! The key should be Authorization and the value should be apikey [token], so it would read something like apikey eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.ey[…]. Another thing is that the hazards endpoint doesn’t contain anything by itself, so you’d need to use a mix of the endpoints listed here. Hope this helps!