Observation Data missing from STATION endpoint, appears in DEVICE endpoint

I’m using both endpoints:
https://swd.weatherflow.com/swd/rest/observations/device/[MYDEVICEID]?token=[MYPUT]

Which returns obs array data just fine

However, when I use
https://swd.weatherflow.com/swd/rest/observations/station/[MYSTATIONID]?token=[MYPUT]

the obs array is empty and for status I see:
SUCCESS - Either no capabilities or no recent observations

No other issues with any data being returned. I have only one device in the station (two if you count the hub). Seems like I’m missing something obvious…

you stationid is different from your deviceid

Yes, I did provide the correct ID to the endpoint. Thank you, though.

tell, me, what is your station id? and what is your device id? Because when I do it with my station it appears correct.

btw you can easily try it out interactively at Tempest API (after you authorize yourself)

Hi again,
Station ID is: 124866
Device ID is: 309492

I did try it using Swagger (with auth) and saw the same response. However, now I see data – all seems well, but any idea what happened? I didn’t change any settings.

I have no idea what you did. It works like expected. perhaps you made a typo at some point.