Skip to main content
POST
Bridgly SDK

Authorizations

Authorization
string
header
required

A Bridgly API key (bgly_…). Metered endpoints deduct credits from the resolved account.

Body

application/json
tweetId
string
required

Numeric ID of the tweet whose retweeters to list, e.g. "1234567890".

count
integer
default:10

Number of retweeters to return per page (1–10). Defaults to 10.

Required range: 1 <= x <= 10
cursor
string

Pagination cursor from a previous response's nextCursor to fetch the next page.

Response

Default Response

timeMs
number
required

Wall-clock time the request took to complete, in milliseconds.

creditsCost
number
required

Number of account credits this request consumed.

data
object
required