teamId is provided, returns accounts linked to that team.GET /api/v1/providerscurl https://blacktwist.app/api/v1/providers?teamId=ws_abc123 \
-H "Authorization: Bearer bt_api_..."{
"providers": [
{
"id": "clx....",
"provider": "THREADS",
"providerUserId": "12345678",
"providerUsername": "johndoe",
"displayName": "John Doe",
"profilePicture": "https://example.com/avatar.jpg",
"createdAt": "2025-01-15T10:30:00.000Z"
},
{
"id": "clx5jkl6mno7pqr8",
"provider": "BLUESKY",
"providerUserId": "did:plc:abc123",
"providerUsername": "johndoe.bsky.social",
"displayName": "John Doe",
"profilePicture": null,
"createdAt": "2025-02-01T08:00:00.000Z"
}
]
}providerId in other endpoints.THREADS or BLUESKY.null.BlackTwist
Give your social a twist.
© Copyright 2026 BlackTwist. All rights reserved.