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

GitHub username (login) without the "@", e.g. "torvalds".

count
integer
default:10

Number of results to return (1–10). Defaults to 10.

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

Pagination cursor (the after value returned by a previous page). Omit for the first 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