---
title: "List platforms available for account connection"
method: GET
path: "/api/v1/platforms"
tags: ["🔗 Account Connection"]
---

# List platforms available for account connection

`GET /api/v1/platforms`

Returns supported platforms, their connection method, required fields, and the endpoint to use for each connection flow.

## Response `200`

Platforms retrieved successfully

- object
  - `status` boolean
  - `message` string
  - `data` object[]
    - `platform` string
    - `display_name` string
    - `connection_method` 'oauth' | 'credentials' | 'manual'
    - `endpoint` string
    - `has_account_selection` boolean
    - `account_types` string[]
    - `description` string
    - `required_fields` object, nullable

## Other responses

- `401` — Unauthorized
- `429` — Too Many Requests

---

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