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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
project
required
iid
integer
required

Response

Success

The response is of type object.