Skip to main content
GET
/
v1
/
integrations
/
github
Get Github Status
curl --request GET \
  --url https://api.example.com/v1/integrations/github \
  --header 'Authorization: Bearer <token>'
{
  "connected": true,
  "github_username": "<string>",
  "github_avatar_url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

GET /v1/integrations/github のレスポンス。連携状態を返す。

connected
boolean
required
github_username
string | null
github_avatar_url
string | null