---
title: "List social accounts for the authenticated user"
method: GET
path: "/user/social_accounts"
tags: ["users"]
---

# List social accounts for the authenticated user

`GET /user/social_accounts`

Lists all of your social accounts.

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- SocialAccount[]
  - `provider` string, required
  - `url` string, required

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found

---

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