latestSwagger 2.02026-08-109450223.9 KB
94acb422c07d
Reseller
Create Account
Create a new account under the reseller associated with the supplied API credential.
post/v1/accounts
Request body
Example request
{
"additional_admin_emails": [
"another_admin@example.com",
"one_more@example.com"
],
"products": [
"edr",
"ispm",
"itdr",
"sat",
"siem"
],
"product_trials": [
"edr",
"ispm",
"itdr",
"sat",
"siem"
]
}Response
Create 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
}
}
}