cURL
curl --request POST \ --url https://api.example.com/v1/integrations/github \ --header 'Authorization: Bearer <token>'
{ "authorization_url": "<string>" }
GitHub OAuth フローを開始し、認可 URL を返す。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
POST /v1/integrations/github のレスポンス。GitHub OAuth の認可 URL を返す。