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
userId
string
required

Numeric user ID (rest_id) whose tweets to list, e.g. "44196397".

count
integer
default:10

Number of tweets 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