GET
/
v1
/
projects
/
{project}
/
boxes
/
{name}
/
github
/
grants
cURL
curl --request GET \
  --url https://api.example.com/v1/projects/{project}/boxes/{name}/github/grants
{
  "grants": [
    {
      "created_at": "<string>",
      "name": "<string>",
      "permissions": {},
      "repositories": [
        "<string>"
      ],
      "updated_at": "<string>"
    }
  ]
}

Path Parameters

project
string
required
name
string
required

Response

200 - application/json

GitHub grants attached to a box

grants
object[]
required