cURL
curl --request GET \ --url https://api.example.com/v1/integrations/github \ --header 'Authorization: Bearer <token>'
{ "connected": true, "github_username": "<string>", "github_avatar_url": "<string>" }
ユーザーの GitHub 連携状態を返す。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
GET /v1/integrations/github のレスポンス。連携状態を返す。