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

Response

200 - application/json

GitHub grants

grants
object[]
required