---
title: "List accounts"
method: GET
path: "/v1/accounts"
tags: ["Social Sets"]
---

# List accounts

`GET /v1/accounts`

List available Postey accounts (social sets).

## Response `200`

OK

- PagedSocialSetListResponse
  - `results` SocialSetListResponse[], required
    - `id` integer, required — Unique identifier for the social set
    - `username` string, required — Username/handle for the social media account
    - `name` string, required — Display name of the social media account
    - `profile_image_url` string, required — URL to the profile image of the social media account
    - `team` Team — Details of the team that owns this social set
      - `id` string, required — Unique identifier for the team
      - `name` string, required — Name of the team
  - `count` integer, required
  - `limit` integer, required
  - `offset` integer, required
  - `next` string, nullable, required
  - `previous` string, nullable, required

## Other responses

- `401` — Missing or invalid authentication
- `429` — Rate limited

---

[API](https://skmtc.dev/raycast/apis/postey-public-api.md) · [All operations](https://skmtc.dev/raycast/apis/postey-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/raycast/postey-public-api/revisions/65807802627f/schema)
