anatools.anaclient.api.api_keys module¶
API Keys calls.
- createAPIKey(self, name, scope='user', organizationId=None, workspaceId=None, expires=None)¶
- deleteAPIKey(self, name)¶
- getAPIKeyContext(self, apiKey)¶
- getAPIKeys(self, apiKey=None, name=None)¶
- getCurrentUserContext(self)¶
Fetches the current user’s context using the Bearer token in session headers.