Skip to main content
POST
/
v1
/
github_repos
github_repos
curl --request POST \
  --url https://api.fetchbean.com/v1/github_repos \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "login": "<string>",
  "first": 50
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
login
string
required
first
integer
Required range: 1 <= x <= 100

Response

Success

The response is of type object.