Hi @bmillrine,
When you are testing the Admin API, are you on the Admin tab of the API Documentation page?
Did you guys ever figure this out? I copied the Key and Secret directly from Gallery, and I'm on the Admin tab. And I'm getting denied. I am using an account with Curator access. The exact response is below. Any ideas?
Response Body
{ "data": null, "exceptionName": "UnauthorizedException", "innerExceptionMessage": "", "message": "The provided API Key (oauth_consumer_key) is invalid." }
Response Code
401
Response Headers
{
"Status": "401",
"Date": "Thu, 14 Feb 2019 18:41:05 GMT",
"Content-Type": "application/json"
I'm having the same problem. Was this resolved?