Generating a WACM Connect API Key

Prev Next

Generating a Key as an Account Admin

WACM enables account Admins to generate an API key for the WACM account to access WACM data programmatically. We encourage the use of this key for any production integrations. Follow these steps to regenerate a new API key. For example:

curl -G https://api.wacm.wasabisys.com/api/v1/sub-accounts/ \
  -u <ACCOUNT_NAME>:<YOUR_ACCOUNT_API_KEY>
  1. Log in to Wasabi Account Control Manager (WACM).

  2. Click on the Avatar in the upper right. Click My Profile.

  3. Click the Account tab.

  4. Scroll down to the WACM Connect section. Click Generate New API Key.

  5. Enter a name for the key.

  6. Click Generate.

  7. Copy or download the API key and store it in a safe place.

This is the only time the API Key will be available and there is not way to retrieve the API Key after closing this window. You will be required to regenerate your API Key if you lose it.

Generating a Key as a User

WACM enables users to generate an API key to access WACM data programmatically. Follow these steps to regenerate a new API key. For example:

curl -G https://api.wacm.wasabisys.com/api/v1/sub-accounts/ \
  -u <YOUR_USERNAME>:<YOUR_API_KEY>
  1. Log in to Wasabi Account Control Manager (WACM).

  2. Click on the Avatar in the upper right. Click My Profile.

  3. Scroll down to the WACM Connect section. Click Generate New API Key.

  4. Enter a name for the key.

  5. Click Generate.

  6. Copy or download the API key and store it in a safe place.

This is the only time the API Key will be available and there is no way to retrieve the API key after closing this window. You will be required to regenerate your API key if you lose it.

Regenerating a Key

WACM enables users to regenerate a new API key. This will delete the old key and provide a new key for access. Follow these steps to regenerate a new API key. For example:

Any connected services will no longer function until the new API Key is entered.

  1. Log in to Wasabi Account Control Manager (WACM).

  2. Click My Profile.

  3. Scroll down to the WACM Connect section. Click the More Options icon on the API Key row.

  4. Click Regenerate Key.

  5. Click Regenerate Key to confirm.

  6. Copy or download the API key and store it in a safe place.

This is the only time the API Key will be available and there is no way to retrieve the API key after closing this window. You will be required to regenerate your API key if you lose it.