API Key with global access
Ervinne Sodusta
API keys are still apparently tied to the user that created it. This generates a problem to custom applications if lists are not shared to that user.
For example, trying to get a task with /api/v2/team/{self.workspace_id}/task will give you a
[{'err': 'You do not have access to this list', 'ECODE': 'ACCESS_078'}]
error message.Reminding users to always add the "Admin" account to their private lists doesn't sound like a sustainable solution as users can make mistakes and this may lead to inconsistent output in the custom apps that get data from the APIs
Log In