API Keys Command
Manage API keys for authentication and access control.
Overview
Available subcommands:
list - List all API keys
create - Create a new API key
get - Get detailed information about a specific API key
update - Update an existing API key
delete - Delete an API key
API keys are used to authenticate requests to the AhaSend API. You can create multiple API keys with different scopes and labels to organize access for different applications or team members.
Each API key has:
- A unique identifier and secret
- Configurable scopes (permissions) - see API Key Scopes
- Optional labels for organization
- Creation and last used timestamps
List API Keys
Create API Key
Get API Key Details
Update API Key
Delete API Key
Deleting an API key is irreversible. Applications using this key will lose access immediately.
Next Steps