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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
repo
string
required
title
string
required
owner
string

Response

Success

The response is of type object.