It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda Email Gateway Defense
formerly Email Security

Get Account

  • Last updated on

Retrieves account information for Email Gateway Defense under a Barracuda Networks 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"
}