The :id parameter can be either the numeric ID or the slug of the account
| Code | Description |
|---|---|
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Server crashed for some reason |
{
"id": 1473,
"title": "QA testing update",
"slug": "qa-testing",
"created_at": "2023-02-23T13:10:03.072Z",
"updated_at": "2026-04-07T06:44:16.693Z",
"user_id": 1,
"domains_count": 8
}
| Param name | Description |
|---|---|
|
id required |
Account ID (numeric, e.g., “1473”) or slug (e.g., “my-team”) Validations:
|