Account Management

Use your personal API key to access Qwak API or Service API keys to programmatically access Qwak from other services or integrations.

Users may generate their own API keys to access the Qwak API and configure their local client. Additionally, API keys may be used for external integrations and machine to machine communication.

Account admins can generate and revoke API keys for existing users in their account.

Personal API keys are used to access Qwak API from your local machine, and to configure the local client.

Service API keys are used to programmatically access Qwak from other services or integrations.

Generating API keys for existing users

qwak admin api-keys generate --environment-name <environment-name> --user-id <user-id>
  • In case the API key already exists, the operation will fail.

Overriding an existing API key

qwak admin api-keys generate --environment-name <environment-name> --user-id <user-id> --force

Revoking an API key

qwak admin api-keys revoke --environment-name <environment-name> --user-id <user-id>