I have created a workflow that pulls from the Alteryx API Admin endpoints. I have API enabled for Admin API, and when I first went through the process of testing connections, I put the Key and Secret into the Alteryx Gallery API interactive documentation page and was able to successfully get data back in the test response a couple weeks back.
However, when I try to go back and use the same interactive documentation page to get the test response for the SAME endpoint, I am getting this error:
{ "data": null, "exceptionName": "UnauthorizedException", "innerExceptionMessage": "", "message": "The provided API Key (oauth_consumer_key) is invalid." }
I have not changed anything between the first time I tested the response and now, yet when I put the Key and Secret in correctly and test out other endpoints on the Admin API interactive documentation page, I still get Authorization errors.
Is there any reason why the Key/Secret authorization would just stop working?
Thanks,
Michael