cURL
curl --request GET \ --url https://api.example.com/v1/integrations/github/repos \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "name": "<string>", "full_name": "<string>", "private": true, "html_url": "<string>", "default_branch": "<string>", "description": "<string>", "updated_at": "<string>" } ]
ユーザーの GitHub プライベートリポジトリ一覧を返す。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response