- 10 Sep 2024
- 1 Minute to read
- Print
- PDF
Authentication With WACM Connect
- Updated on 10 Sep 2024
- 1 Minute to read
- Print
- PDF
WACM Connect API endpoint: https://api.wacm.wasabisys.com
For security, the WACM Connect API supports only HTTPS.
WACM Connect supports HTTP Basic Authentication. This means that when sending API calls, you will need to send an HTTP Authentication header with a base64 encoded value of <YOUR_USERNAME>:<YOUR_API_KEY>.
If you are using a client that supports HTTP Basic Authentication, you can use the username and password fields, where the password is your WACM Connect API key.
For example:
curl -G https://api.wacm.wasabisys.com/api/v1/sub-accounts/ \
-u <YOUR_USERNAME>:<YOUR_API_KEY>
All methods will return an HTTP status code of 200 on success and a non-200 value for failure. For a failure, a failure description is returned in the JSON response.
Generating Your WACM Connect API Key
WACM enables users to generate an API key to access WACM data programmatically. Complete the following steps to regenerate a new API key.
Log in to Wasabi Account Control Manager (WACM).
Click on the Avatar in the upper right. Then click My Profile.
Scroll down to the WACM Connect section. Click Generate New API Key.
Enter a name for the key.
Click Generate.
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 Your WACM Connect API Key
WACM enables users to regenerate a new API key. This will delete the old key and provide a new key for access. Follow the steps below to regenerate a new API key.
Any connected services will no longer function until the new API key is entered.
Log in to Wasabi Account Control Manager (WACM).
Click My Profile.
Scroll down to the WACM Connect section. Click the More Options icon on the API Key row.
Click Regenerate Key.
Click Regenerate Key to confirm.
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.