Skip to main content
Question

SharePoint Get list fails

  • July 6, 2026
  • 1 reply
  • 16 views

Forum|alt.badge.img+4

We are using SharePoint Authentication and SharePoint Get List activities. We had no issues last week but today when the bot runs we get an error:

SharePoint API failed: See the details below.
Status: 401
Details: {“error”:”invalid_request”}


The Client Secret and Client ID are all correct and have not changed. Any suiggestions on what could cause the error to happen now when it was working before?

1 reply

amankumar236
  • Cadet | Tier 2
  • July 6, 2026

"invalid_request" specifically (rather than "invalid_client" or "invalid_grant") often points to the token request itself being malformed or hitting a deprecated/changed endpoint — which lines up with the ACS deprecation possibility above, since old endpoints may now reject requests differently.

Try getting a token manually via Postman or a browser using the same client ID/secret/tenant against the token endpoint. If that also fails, it's confirmed to be Azure AD/SharePoint-side, not your AA360 bot config.