Skip to main content
Question

Data API - “API not found” 404 errors on Gov? Are these endpoints live?

  • January 5, 2026
  • 1 reply
  • 36 views

Forum|alt.badge.img+3

Data API throwing “API not found” errors for multiple Gov endpoints:

{
"error": {
"code": "NOT_FOUND",
"message": "API not found"
}
}

OAuth 2.0 token is working as expected (works with other APIs endpoints such as Events (previously) and Webhooks)

This also fails from Data API tool: https://help.moveworks.com/reference/get_interactions-1

 

Question: Why might this be occurring? Are these endpoints live?

1 reply

Forum|alt.badge.img+3
  • Author
  • Inspiring
  • January 5, 2026

Appears we were provided a Data API bearer token by Moveworks in the past. Tried this instead of OAuth 2.0 and this appears to work.

 

Will OAuth 2.0 be supported in the future?