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

# Get current user accounts

`GET /v2/users/me/accounts`

Fetches the current user's social media accounts. Optionally filter by platform.

## Query parameters

- `platform` 'twitter' | 'instagram' | 'linkedin' | 'facebook' | 'tiktok' | 'pinterest' | 'threads' | 'bluesky' | 'youtube' | 'other'

## Response `200`

Default Response

- object
  - `items` object[], required — List of social media accounts
    - `id` string, required
    - `platform` 'twitter' | 'instagram' | 'linkedin' | 'facebook' | 'tiktok' | 'pinterest' | 'threads' | 'bluesky' | 'youtube' | 'other', required — Social media platform
    - `fullname` string, required
    - `username` 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)
