---
title: "Get current user subaccounts"
method: GET
path: "/v2/users/me/accounts/{accountId}/subaccounts"
tags: ["accounts"]
---

# Get current user subaccounts

`GET /v2/users/me/accounts/{accountId}/subaccounts`

Fetches the current user's subaccounts for a specific account. Subaccounts are typically used for platforms like Facebook where a user can have multiple pages.

## Path parameters

- `accountId` string, required

## Response `200`

Default Response

- object
  - `items` object[], required
    - `id` string, required
    - `accountId` string, required
    - `name` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server error

---

[API](https://skmtc.net/blotato/apis/blotato-api.md) · [All operations](https://skmtc.net/blotato/apis/blotato-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blotato/blotato-api/revisions/c93447ba6b9d/schema)
