Hi all,
I'm getting following error when trying to GET a list of workspace shares (GET /workspaces/{workspaceId}/shares)
"errorCode": 1004,
"message": "You are not authorized to perform this action."
The same happens when trying to GET a specific workspace share (GET /workspaces/{workspaceId}/shares/{shareId})
Following works using the same token:
Delete a workspace share using the same token and cURL (DELETE /workspaces/{workspaceId}/shares/{shareId})
GET a list of workspace shares using PYTHON API
GET a specific workspace share using PYHTON API
Any ideas what I'm doing wrong or why the cURL call doesn't let me do the same thing as the PYHTON call?
Thanks, Thomas