---
title: "Get sub account details"
method: GET
path: "/subaccounts/{Id}"
tags: ["subaccounts"]
---

# Get sub account details

`GET /subaccounts/{Id}`

Get sub account details.

## Path parameters

- `Id` integer, required

## Response `200`

Sub account details.

- Subaccount
  - `email` string, email, required
  - `ip` string — IP address to use for sending emails.
  - `active` boolean, required — Active subaccounts can be used for login purpose, while users can´t login to inactive subaccounts. Notice that in order to be able to send emails the subaccount subscription must also be active. User can set subaccounts to active / inactive from the dashboard.
  - `subaccount_id` integer — Sub account Id
  - `parent_id` integer — Sub account parent Id
  - `first_name` string — subaccount owner first name
  - `last_name` string — subaccount owner last name
  - `address_1` string, nullable — Address Line 1
  - `address_2` string, nullable — Address Line 2
  - `city` string, nullable — City
  - `company_name` string, nullable — Agency Name
  - `country` string, nullable — Country
  - `region` string, nullable — Region
  - `zip_code` string, nullable — Zip Code
  - `phone_number` string, nullable — Phone Number
  - `policy_agree` boolean — Policy must be agreed in order to be able to create a subaccount.
  - `site_url` string, nullable — Website

## Other responses

- `401` — Unauthorized This API requires a valid API Key to be provided. (Use [/authentication/authorize](#/authentication/AuthenticationLogin) to obtain an API Key) Produces: * missing_authorization_key * invalid_authorization_key * account_is_inactive
- `403` — Forbidden The current active plan does not include this feature, upgrade is required to use this feature.
- `404` — Not Found Please verify the subaccount id is valid.

---

[API](https://skmtc.net/serversmtp/apis/turbosmtp-public-apis.md) · [All operations](https://skmtc.net/serversmtp/apis/turbosmtp-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serversmtp/turbosmtp-public-apis/versions/8503e099b215/schema)
