Pular para o conteúdo principal
GET
/
connections
/
{id}
Get a connection
curl --request GET \
  --url https://api.cut.pro/api/v1/connections/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "id": "<string>",
  "platform": "<string>",
  "username": "<string>",
  "avatar_url": "<string>",
  "biography": "<string>",
  "followers_count": 123,
  "posts_count": 123,
  "likes_count": 123,
  "is_verified": true,
  "created_at": "<string>"
}

Autorizações

X-Api-Key
string
header
obrigatório

Parâmetros de caminho

id
string
obrigatório

Resposta

Response for status 200

id
string
obrigatório
platform
string
obrigatório

Source platform — e.g. youtube, tiktok, instagram, bluesky, threads, linkedin, pinterest, facebook

username
string | null
obrigatório
avatar_url
string | null
obrigatório
biography
string | null
obrigatório
followers_count
number | null
obrigatório
posts_count
number | null
obrigatório
likes_count
number | null
obrigatório
is_verified
boolean | null
obrigatório
created_at
string | null
obrigatório
Última modificação em 6 de junho de 2026