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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
repo
string
required
owner
string
state
string

Response

Success

The response is of type object.