Get Account

Get Account

Retrieves account information for Email Gateway Defense under a Barracuda Networks account.

Endpoint

GET /beta/accounts/{account_id}/ess

Request header

Name

Required

Description

Type

Name

Required

Description

Type

access_token

Required

The access token issued by the authorization server.

String

Path parameter

Name

Required

Description

Type

Name

Required

Description

Type

account_id

Required

The Barracuda Cloud Control account ID.

String

Response

Entry

Description

Data Type

Entry

Description

Data Type

accountName

The account name.

String

accountId

The Barracuda Cloud Control account ID.

String

region

The 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" }