Skip to main content
GET
/
social-accounts
List social accounts
curl --request GET \
  --url https://api.woopsocial.com/v1/social-accounts \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "platform": "PINTEREST",
    "username": "<string>",
    "imageUrl": "<string>",
    "status": "CONNECTED"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

projectId
string

Filter to resources that belong to a specific project.

Response

200 - application/json

Social accounts.

id
string
required

Social account identifier.

platform
enum<string>
required

Social platform for the connected account.

Available options:
PINTEREST,
LINKEDIN,
LINKEDIN_PAGES,
INSTAGRAM,
FACEBOOK,
TIKTOK,
X,
YOUTUBE
username
string
required

Display name or username for the connected account.

imageUrl
string
required

Profile image URL for the connected account.

status
enum<string>
required

Connection status of the account.

Available options:
CONNECTED,
DISCONNECTED