GET /api/v1/accountsAPI key authentication. Format: "Bearer-API YOUR_API_KEY"
ID of the workspace to retrieve accounts from
Successful operation
Unique identifier for the account
63c675b54e299e9cf2b667eaThe social network provider
blueskyPossible values: The display name of the social media account
Tech News DailyUnique identifier for the account on the social media platform
at://did:plc:q6gjnaw2blty4crticxkmujt/app.bsky.feed.post/3kje3rifpm22nURL to the account's avatar/logo
https://publer-dev.s3.amazonaws.com/uploads/avatars/bluesky_profile.jpgAccount type
profilePossible values: Unauthorized
List of error messages
["Not authenticated","You don't have access on this workspace"]Permission denied or missing required scope
GET /api/v1/accounts HTTP/1.1
Host: app.publer.com
Authorization: YOUR_API_KEY
Publer-Workspace-Id: text
Accept: */*
[
{
"id": "63c675b54e299e9cf2b667ea",
"provider": "bluesky",
"name": "Tech News Daily",
"social_id": "at://did:plc:q6gjnaw2blty4crticxkmujt/app.bsky.feed.post/3kje3rifpm22n",
"picture": "https://publer-dev.s3.amazonaws.com/uploads/avatars/bluesky_profile.jpg",
"type": "profile"
}
]