cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/git-providers/connections \ --header 'Authorization: Bearer <token>'
{ "items": [ { "created_at": 123, "git_connection_id": "<string>", "git_provider_type": "github_token", "host": "<string>", "name": "<string>" } ], "end_cursor": "<string>", "has_next_page": false, "total": 123 }
ManageGitIntegrations
サービスユーザーの認証情報(接頭辞: cog_)
1 <= x <= 200
成功時のレスポンス
表示 子属性
次のページを取得するためのカーソル。最終ページの場合は None です。
このページ以降に、さらに取得可能な項目があるかどうか。
合計件数(任意。パフォーマンス向上のため省略可能)。