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 |
---|---|---|---|
access_token | Required | The access token issued by the authorization server. | String |
Path parameter
Name | Required | Description | Type |
---|---|---|---|
account_id | Required | The Barracuda Cloud Control account ID. | String |
Response
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.
| 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"
}