---
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

## Changes

- **2026-08-21** `39e94457ccb2` — 6 info
  - added the optional property `action` to the response with the `401` status
  - added the optional property `action` to the response with the `403` status
  - added the optional property `action` to the response with the `500` status
  - added the optional property `details` to the response with the `401` status
  - …2 more
- **2026-08-11** `51232970f10e` — 1 info
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/blotato/apis/blotato-api/changes/v2/users/me/accounts/get.md)

---

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