No Observation Data

When I use the following http request to get the observation data from my station, I’m not getting any data back. This has worked for years and just recently stopped working. However, if I go to the Tempest app on my iPad, I see up to date data from the station. Any ideas would be welcome. Thanks in advance for the help

https://swd.weatherflow.com/swd/rest/observations/station/[Station_ID]?api_key=\[API Key]

Returned JSON is:

{
  "status": {
    "status_code": 0,
    "status_message": "SUCCESS - Either no capabilities or no recent observations"
  },
  "elevation": 1631.25183105469,
  "indoor_keys": [],
  "is_public": true,
  "latitude": 43.XXX,
  "longitude": -114.XXX,
  "obs": [],
  "outdoor_keys": [],
  "public_name": "My Station Name",
  "station_id": [Station ID],
  "station_name": "My Station Name",
  "station_units": {
    "units_direction": "cardinal",
    "units_distance": "mi",
    "units_other": "imperial",
    "units_precip": "in",
    "units_pressure": "inhg",
    "units_temp": "f",
    "units_wind": "mph"
  },
  "timezone": "America/Boise"
}