It seems like your browser didn't download the required fonts. Please revise your security settings and try again.

Attention

As of March 1, 2022, the legacy Barracuda Essentials Security, Compliance, and Complete editions are no longer available for purchase. Only existing customers can renew or add users to these plans.

Following October 30, 2022, the documentation and trainings will no longer be updated and will contain outdated information.

For more information on the latest Email Protection plans, see Barracuda Email Protection.

To update your bookmarks, see the following for the latest documentation and trainings:

Note that MSP customers should continue to follow Barracuda Essentials for MSPs.

Get Account

  • Last updated on

Retrieves account information for the Barracuda ESS product under a Barracuda account.

Endpoint

GET /beta/accounts/{account_id}/ess

Request header

NameRequiredDescriptionType
access_tokenRequiredThe access token issued by the authorization server.String

Path parameter

NameRequiredDescriptionType
account_idRequiredThe Barracuda Cloud Control account ID.String

Response

EntryDescriptionData Type
accountNameThe account name.String
accountIdThe Barracuda Cloud Control account ID.String
regionThe region in which the account is hosted.String
status

The account status.

ACTIVE (The account is active and in good standing.)

SUSPENDED (The service continues to scan for viruses only; configured policies are no longer applied, spam is not blocked, and spooling is disabled.)

DISABLED (All mail to your domains is rejected by the service.)

Enumeration

Sample Request

curl -X GET "https://api.barracudanetworks.com/beta/accounts/{account_id}/ess" \
--header "Authorization: Bearer {access_token}"

Sample Response

{
    "accountName": "Barracuda Networks Co",
    "accountId": "5584599",
    "region": "US",
	"status": "ACTIVE"
}