This document describes how to create, view, and delete API keys on the API key management page.
Managing API keys is a high-privilege operation. Only space owners (OWNER) and administrators (ADMIN) have the permission to view and manage complete API keys. Space developers (DEV) can only view the list of existing API keys and are not permitted to view the complete keys or manage them.
Create an API key
An API key is used for authentication when calling the Mobi Python SDK in a Python node of an integration stream. Only space owners (OWNER) and administrators (ADMIN) have the permission to view and manage complete API keys. Space developers (DEV) can only view the list of existing API keys and are not permitted to view the complete keys or manage them.
An API key grants permission to call all Mobi Python SDK services. Store your key securely to prevent it from being leaked.
View an API key
In the API key list, click More for the key that you want to view, and then click View. The complete API key is displayed, and the View option changes to a Copy option that you can click to copy the complete key.
Delete an API key
In the API key list, click More for the key that you want to delete, and then click Delete.
Deleting an API key is irreversible. A deleted key cannot be recovered. The key will become invalid in any integration stream to which it is attached.