latestSwagger 2.02026-08-109450223.9 KB

94acb422c07d

Reseller

Get Specific Account

Shows the details of a specific account which your API credentials grant access to.

get/v1/accounts/{account_id}

Path parameters

account_idinteger required

Account ID for an account associated with your API credentials

Response

Get Specific Account

Example response

{
  "account": {
    "id": 1,
    "name": "Your Account",
    "subdomain": "exampleaccount",
    "status": "enabled",
    "support_type": "huntress_supported",
    "neighborhood_watch": {
      "edr": 10,
      "ispm": 10,
      "itdr": 10,
      "sat": 10,
      "siem": 10
    }
  }
}